Skip to content

Commit 021f966

Browse files
chore: Bump utils (#161)
<!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? Are there any issues or other links reviewers should consult to understand this pull request better? For instance: * Fixes #12345 * See: #67890 --> Bump `metamask/utils` to latest.
1 parent a659bc6 commit 021f966

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:watch": "jest --watch"
5353
},
5454
"dependencies": {
55-
"@metamask/utils": "^9.0.0",
55+
"@metamask/utils": "^10.0.0",
5656
"fast-safe-stringify": "^2.0.6"
5757
},
5858
"devDependencies": {

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ __metadata:
10151015
"@metamask/eslint-config-jest": "npm:^12.1.0"
10161016
"@metamask/eslint-config-nodejs": "npm:^12.1.0"
10171017
"@metamask/eslint-config-typescript": "npm:^12.1.0"
1018-
"@metamask/utils": "npm:^9.0.0"
1018+
"@metamask/utils": "npm:^10.0.0"
10191019
"@ts-bridge/cli": "npm:^0.5.1"
10201020
"@types/jest": "npm:^28.1.6"
10211021
"@types/node": "npm:^18"
@@ -1050,9 +1050,9 @@ __metadata:
10501050
languageName: node
10511051
linkType: hard
10521052

1053-
"@metamask/utils@npm:^9.0.0":
1054-
version: 9.0.0
1055-
resolution: "@metamask/utils@npm:9.0.0"
1053+
"@metamask/utils@npm:^10.0.0":
1054+
version: 10.0.0
1055+
resolution: "@metamask/utils@npm:10.0.0"
10561056
dependencies:
10571057
"@ethereumjs/tx": "npm:^4.2.0"
10581058
"@metamask/superstruct": "npm:^3.1.0"
@@ -1063,7 +1063,7 @@ __metadata:
10631063
pony-cause: "npm:^2.1.10"
10641064
semver: "npm:^7.5.4"
10651065
uuid: "npm:^9.0.1"
1066-
checksum: 10/04a4eaba79e166fc6d23ecdba8b60625235a3a8c81fa615de64b845e74fa099ea7afd031060206c24809cfa161e7bca5aeb0bfd26079c5cbb82cb37f6a55ddb2
1066+
checksum: 10/9c2e6421f685d8a45145b6026a6f9fd0701eb5a2e8490fc6d18e64c103d5a62097f301cbc797790da52ceb5853bd9f65845c934b00299e69e5e6736c52b32f0f
10671067
languageName: node
10681068
linkType: hard
10691069

0 commit comments

Comments
 (0)