Skip to content

Commit eb1b9d5

Browse files
author
Joe
committed
chore(deps): fix vm2 issue
1 parent 831da00 commit eb1b9d5

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
@@ -82,7 +82,8 @@
8282
"vfile-message": "^2.0.2",
8383
"tar": "^6.1.9",
8484
"ansi-regex": "^5.0.1",
85-
"path-parse": "^1.0.7"
85+
"path-parse": "^1.0.7",
86+
"vm2": "^3.9.4"
8687
},
8788
"dependencies": {
8889
"@coder/logger": "1.1.16",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5309,10 +5309,10 @@ vm-browserify@^1.0.0:
53095309
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
53105310
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
53115311

5312-
vm2@^3.9.3:
5313-
version "3.9.3"
5314-
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.3.tgz#29917f6cc081cc43a3f580c26c5b553fd3c91f40"
5315-
integrity sha512-smLS+18RjXYMl9joyJxMNI9l4w7biW8ilSDaVRvFBDwOH8P0BK1ognFQTpg0wyQ6wIKLTblHJvROW692L/E53Q==
5312+
vm2@^3.9.3, vm2@^3.9.4:
5313+
version "3.9.5"
5314+
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.5.tgz#5288044860b4bbace443101fcd3bddb2a0aa2496"
5315+
integrity sha512-LuCAHZN75H9tdrAiLFf030oW7nJV5xwNMuk1ymOZwopmuK3d2H4L1Kv4+GFHgarKiLfXXLFU+7LDABHnwOkWng==
53165316

53175317
which-boxed-primitive@^1.0.2:
53185318
version "1.0.2"

0 commit comments

Comments
 (0)