From dee3db5fad7e1e94d01891240076eaa59020e0f6 Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Tue, 9 Jul 2024 15:43:21 -0400 Subject: [PATCH 1/2] Bump `@metamask/utils` from `^8.1.0` to `^9.0.0` --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 8617ea1..a38df0c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@metamask/utils": "^8.1.0", + "@metamask/utils": "^9.0.0", "readable-stream": "3.6.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 4152ce5..a397054 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1513,19 +1513,24 @@ resolved "https://registry.yarnpkg.com/@metamask/eslint-config/-/eslint-config-10.0.0.tgz#f36c23e339ba581d4fb1f7b30b0d73325869b9e6" integrity sha512-JeoCyFVNOByDHb5RfYVcelYplODKVmp0WR7IL6/7HRFHj90HL9xozWspVJzE+UI8oLHmzh4P4NyYNtEkjEyryg== -"@metamask/utils@^8.1.0": - version "8.4.0" - resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-8.4.0.tgz#f44812c96467a4e1b70b2edff6ee89a9caa4e354" - integrity sha512-dbIc3C7alOe0agCuBHM1h71UaEaEqOk2W8rAtEn8QGz4haH2Qq7MoK6i7v2guzvkJVVh79c+QCzIqphC3KvrJg== +"@metamask/superstruct@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@metamask/superstruct/-/superstruct-3.1.0.tgz#148f786a674fba3ac885c1093ab718515bf7f648" + integrity sha512-N08M56HdOgBfRKkrgCMZvQppkZGcArEop3kixNEtVbJKm6P9Cfg0YkI6X0s1g78sNrj2fWUwvJADdZuzJgFttA== + +"@metamask/utils@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-9.0.0.tgz#cbcdf90e2cfc425f67731fc50d44bdf501daae36" + integrity sha512-Q/PzQCm6rkmePxHghXgJuYEkVfSvwKLLFZwFtfmLAz4mxIPuFJSMawaJM7sfZsVybK5Bf9QaKAjgMvHk5iGGvA== dependencies: "@ethereumjs/tx" "^4.2.0" + "@metamask/superstruct" "^3.1.0" "@noble/hashes" "^1.3.1" "@scure/base" "^1.1.3" "@types/debug" "^4.1.7" debug "^4.3.4" pony-cause "^2.1.10" semver "^7.5.4" - superstruct "^1.0.3" uuid "^9.0.1" "@noble/curves@1.0.0", "@noble/curves@~1.0.0": @@ -8103,11 +8108,6 @@ sumchecker@^3.0.1: dependencies: debug "^4.1.0" -superstruct@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/superstruct/-/superstruct-1.0.3.tgz#de626a5b49c6641ff4d37da3c7598e7a87697046" - integrity sha512-8iTn3oSS8nRGn+C2pgXSKPI3jmpm6FExNazNpjvqS6ZUJQCej3PUXEKM8NjHBOs54ExM+LPW/FBRhymrdcCiSg== - supports-color@^5.3.0: version "5.5.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" From a07b99a745dc68726eba72328a53d50701501b2c Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Tue, 9 Jul 2024 16:15:46 -0400 Subject: [PATCH 2/2] Bump devDependency `typescript` from `~4.4.0` to `~4.9.5` --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a38df0c..8d9deb6 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "prettier-plugin-packagejson": "^2.2.17", "rimraf": "^3.0.2", "ts-jest": "^26.3.0", - "typescript": "~4.4.0" + "typescript": "~4.9.5" }, "packageManager": "yarn@1.22.22", "engines": { diff --git a/yarn.lock b/yarn.lock index a397054..438db67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8450,10 +8450,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@~4.4.0: - version "4.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" - integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== +typescript@~4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== umd@^3.0.0: version "3.0.3"