Skip to content

Commit 9927780

Browse files
authored
Upgrade vm2. (#1372)
* Upgrade vm2. * bump version
1 parent 1ee7bd4 commit 9927780

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"url": "^0.11.0",
142142
"uuid": "^7.0.2",
143143
"validator": "^13.7.0",
144-
"vm2": "3.9.9",
144+
"vm2": "3.9.11",
145145
"vsce": "^1.79.5",
146146
"vscode-languageclient": "^6.1.3",
147147
"vscode-languageserver": "^6.1.1",

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# NOTE: If you change the format of this line, you must change the bash command
22
# in /scripts/publish to extract the version string correctly.
3-
DF_VERSION = "2.0.1"
3+
DF_VERSION = "2.0.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11280,10 +11280,10 @@ vm-browserify@0.0.4:
1128011280
dependencies:
1128111281
indexof "0.0.1"
1128211282

11283-
vm2@3.9.9:
11284-
version "3.9.9"
11285-
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.9.tgz#c0507bc5fbb99388fad837d228badaaeb499ddc5"
11286-
integrity "sha1-wFB7xfu5k4j62DfSKLrarrSZ3cU= sha512-xwTm7NLh/uOjARRBs8/95H0e8fT3Ukw5D/JJWhxMbhKzNh1Nu981jQKvkep9iKYNxzlVrdzD0mlBGkDKZWprlw=="
11283+
vm2@3.9.11:
11284+
version "3.9.11"
11285+
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.11.tgz#a880f510a606481719ec3f9803b940c5805a06fe"
11286+
integrity sha512-PFG8iJRSjvvBdisowQ7iVF580DXb1uCIiGaXgm7tynMR1uTBlv7UJlB1zdv5KJ+Tmq1f0Upnj3fayoEOPpCBKg==
1128711287
dependencies:
1128811288
acorn "^8.7.0"
1128911289
acorn-walk "^8.2.0"

0 commit comments

Comments
 (0)