Skip to content

Commit b6d26a0

Browse files
author
Joe
committed
chore(deps): fix vm2 issue
1 parent 4597d7a commit b6d26a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
"browserslist": "^4.16.5",
7676
"safe-buffer": "^5.1.1",
7777
"vfile-message": "^2.0.2",
78+
"tar": "^6.1.9",
7879
"path-parse": "^1.0.7",
79-
"tar": "^6.1.9"
80+
"vm2": "^3.9.4"
8081
},
8182
"dependencies": {
8283
"@coder/logger": "1.1.16",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4534,7 +4534,7 @@ vfile@^4.0.0:
45344534
unist-util-stringify-position "^2.0.0"
45354535
vfile-message "^2.0.0"
45364536

4537-
vm2@^3.9.3:
4537+
vm2@^3.9.3, vm2@^3.9.4:
45384538
version "3.9.5"
45394539
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.5.tgz#5288044860b4bbace443101fcd3bddb2a0aa2496"
45404540
integrity sha512-LuCAHZN75H9tdrAiLFf030oW7nJV5xwNMuk1ymOZwopmuK3d2H4L1Kv4+GFHgarKiLfXXLFU+7LDABHnwOkWng==

0 commit comments

Comments
 (0)