Skip to content

Commit 617fb3a

Browse files
authored
bump some versions and fix resolutions (#259)
1 parent df8c921 commit 617fb3a

File tree

3 files changed

+380
-39
lines changed

3 files changed

+380
-39
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"resolutions": {
6363
"qs": "^6.14.1",
6464
"sharp": "0.34.5",
65-
"glob@^10": "10.5.0"
65+
"glob@npm:^10.2.2": "10.5.0",
66+
"tar": "^7.5.3",
67+
"body-parser@npm:^2.2.0": "2.2.1"
6668
}
6769
}

packages/gator-permissions-snap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@metamask/eslint-config-jest": "15.0.0",
6363
"@metamask/eslint-config-nodejs": "15.0.0",
6464
"@metamask/eslint-config-typescript": "15.0.0",
65-
"@metamask/snaps-cli": "8.1.1",
66-
"@metamask/snaps-jest": "9.7.0",
65+
"@metamask/snaps-cli": "8.3.0",
66+
"@metamask/snaps-jest": "9.8.0",
6767
"@types/react": "18.2.4",
6868
"@types/react-dom": "18.2.4",
6969
"dotenv": "17.2.0",

0 commit comments

Comments
 (0)