Skip to content

Commit 8dd30d9

Browse files
committed
fix: resolve store2 vulnerability via yarn resolution
Ticket: DX-1562
1 parent 6fb6595 commit 8dd30d9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"**/ethers/**/ws": "7.5.10",
9999
"**/swarm-js/**/ws": "5.2.4",
100100
"serialize-javascript": "^6.0.2",
101-
"@grpc/grpc-js": "^1.12.6"
101+
"@grpc/grpc-js": "^1.12.6",
102+
"**/avalanche/store2": "2.14.4"
102103
},
103104
"workspaces": [
104105
"modules/*"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19268,10 +19268,10 @@ stop-iteration-iterator@^1.1.0:
1926819268
es-errors "^1.3.0"
1926919269
internal-slot "^1.1.0"
1927019270

19271-
19272-
version "2.13.2"
19273-
resolved "https://registry.npmjs.org/store2/-/store2-2.13.2.tgz"
19274-
integrity sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg==
19271+
19272+
version "2.14.4"
19273+
resolved "https://registry.npmjs.org/store2/-/store2-2.14.4.tgz#81b313abaddade4dcd7570c5cc0e3264a8f7a242"
19274+
integrity sha512-srTItn1GOvyvOycgxjAnPA63FZNwy0PTyUBFMHRM+hVFltAeoh0LmNBz9SZqUS9mMqGk8rfyWyXn3GH5ReJ8Zw==
1927519275

1927619276
str2buf@^1.3.0:
1927719277
version "1.3.0"

0 commit comments

Comments
 (0)