Skip to content

Commit

Permalink
pin vm2 to 3.9.17 (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhe8x authored May 15, 2023
1 parent 14601d9 commit 6ca3696
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/node-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"sequelize": "6.28.0",
"source-map": "^0.7.4",
"tar": "^6.1.11",
"vm2": "^3.9.9",
"vm2": "3.9.17",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"rimraf": "^3.0.2",
"rxjs": "^7.5.2",
"sequelize": "6.28.0",
"vm2": "^3.9.9",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4190,7 +4190,7 @@ __metadata:
sequelize: 6.28.0
source-map: ^0.7.4
tar: ^6.1.11
vm2: ^3.9.9
vm2: 3.9.17
yargs: ^16.2.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4232,7 +4232,6 @@ __metadata:
rimraf: ^3.0.2
rxjs: ^7.5.2
sequelize: 6.28.0
vm2: ^3.9.9
yargs: ^16.2.0
bin:
subql-node: ./bin/run
Expand Down Expand Up @@ -17908,6 +17907,18 @@ __metadata:
languageName: node
linkType: hard

"vm2@npm:3.9.17":
version: 3.9.17
resolution: "vm2@npm:3.9.17"
dependencies:
acorn: ^8.7.0
acorn-walk: ^8.2.0
bin:
vm2: bin/vm2
checksum: 9a03740a40ab2be5e3348a95fb31512da1a3c85318febb07e5299fa103ff05bcd7b6f458211fa38a1281dc27beccd04ff90355fc1d34fe2ee6ca10d0bb8c6f35
languageName: node
linkType: hard

"vm2@npm:^3.9.9":
version: 3.9.9
resolution: "vm2@npm:3.9.9"
Expand Down

0 comments on commit 6ca3696

Please sign in to comment.