Skip to content

Commit dacde8a

Browse files
authored
Bump @metamask/utils from ^8.1.0 to ^9.0.0, devDep typescript from ~4.4.0 to ~4.9.5 (#140)
* Bump `@metamask/utils` from `^8.1.0` to `^9.0.0` * Bump devDependency `typescript` from `~4.4.0` to `~4.9.5`
1 parent 7a6fb9a commit dacde8a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:watch": "yarn test --watch"
3333
},
3434
"dependencies": {
35-
"@metamask/utils": "^8.1.0",
35+
"@metamask/utils": "^9.0.0",
3636
"readable-stream": "3.6.2"
3737
},
3838
"devDependencies": {
@@ -64,7 +64,7 @@
6464
"prettier-plugin-packagejson": "^2.2.17",
6565
"rimraf": "^3.0.2",
6666
"ts-jest": "^26.3.0",
67-
"typescript": "~4.4.0"
67+
"typescript": "~4.9.5"
6868
},
6969
"packageManager": "yarn@1.22.22",
7070
"engines": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,19 +1513,24 @@
15131513
resolved "https://registry.yarnpkg.com/@metamask/eslint-config/-/eslint-config-10.0.0.tgz#f36c23e339ba581d4fb1f7b30b0d73325869b9e6"
15141514
integrity sha512-JeoCyFVNOByDHb5RfYVcelYplODKVmp0WR7IL6/7HRFHj90HL9xozWspVJzE+UI8oLHmzh4P4NyYNtEkjEyryg==
15151515

1516-
"@metamask/utils@^8.1.0":
1517-
version "8.4.0"
1518-
resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-8.4.0.tgz#f44812c96467a4e1b70b2edff6ee89a9caa4e354"
1519-
integrity sha512-dbIc3C7alOe0agCuBHM1h71UaEaEqOk2W8rAtEn8QGz4haH2Qq7MoK6i7v2guzvkJVVh79c+QCzIqphC3KvrJg==
1516+
"@metamask/superstruct@^3.1.0":
1517+
version "3.1.0"
1518+
resolved "https://registry.yarnpkg.com/@metamask/superstruct/-/superstruct-3.1.0.tgz#148f786a674fba3ac885c1093ab718515bf7f648"
1519+
integrity sha512-N08M56HdOgBfRKkrgCMZvQppkZGcArEop3kixNEtVbJKm6P9Cfg0YkI6X0s1g78sNrj2fWUwvJADdZuzJgFttA==
1520+
1521+
"@metamask/utils@^9.0.0":
1522+
version "9.0.0"
1523+
resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-9.0.0.tgz#cbcdf90e2cfc425f67731fc50d44bdf501daae36"
1524+
integrity sha512-Q/PzQCm6rkmePxHghXgJuYEkVfSvwKLLFZwFtfmLAz4mxIPuFJSMawaJM7sfZsVybK5Bf9QaKAjgMvHk5iGGvA==
15201525
dependencies:
15211526
"@ethereumjs/tx" "^4.2.0"
1527+
"@metamask/superstruct" "^3.1.0"
15221528
"@noble/hashes" "^1.3.1"
15231529
"@scure/base" "^1.1.3"
15241530
"@types/debug" "^4.1.7"
15251531
debug "^4.3.4"
15261532
pony-cause "^2.1.10"
15271533
semver "^7.5.4"
1528-
superstruct "^1.0.3"
15291534
uuid "^9.0.1"
15301535

15311536
"@noble/curves@1.0.0", "@noble/curves@~1.0.0":
@@ -8103,11 +8108,6 @@ sumchecker@^3.0.1:
81038108
dependencies:
81048109
debug "^4.1.0"
81058110

8106-
superstruct@^1.0.3:
8107-
version "1.0.3"
8108-
resolved "https://registry.yarnpkg.com/superstruct/-/superstruct-1.0.3.tgz#de626a5b49c6641ff4d37da3c7598e7a87697046"
8109-
integrity sha512-8iTn3oSS8nRGn+C2pgXSKPI3jmpm6FExNazNpjvqS6ZUJQCej3PUXEKM8NjHBOs54ExM+LPW/FBRhymrdcCiSg==
8110-
81118111
supports-color@^5.3.0:
81128112
version "5.5.0"
81138113
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -8450,10 +8450,10 @@ typedarray@^0.0.6:
84508450
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
84518451
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
84528452

8453-
typescript@~4.4.0:
8454-
version "4.4.4"
8455-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
8456-
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
8453+
typescript@~4.9.5:
8454+
version "4.9.5"
8455+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
8456+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
84578457

84588458
umd@^3.0.0:
84598459
version "3.0.3"

0 commit comments

Comments
 (0)