From 2d1df2f718af050adcd4215e953decce8214e6f1 Mon Sep 17 00:00:00 2001 From: Ben Birt Date: Fri, 9 Sep 2022 10:03:59 +0100 Subject: [PATCH 1/2] Upgrade vm2. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca92eeb1b..48eac9077 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "url": "^0.11.0", "uuid": "^7.0.2", "validator": "^13.7.0", - "vm2": "3.9.9", + "vm2": "3.9.11", "vsce": "^1.79.5", "vscode-languageclient": "^6.1.3", "vscode-languageserver": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index b48365ee3..9dd7dabc3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11280,10 +11280,10 @@ vm-browserify@0.0.4: dependencies: indexof "0.0.1" -vm2@3.9.9: - version "3.9.9" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.9.tgz#c0507bc5fbb99388fad837d228badaaeb499ddc5" - integrity "sha1-wFB7xfu5k4j62DfSKLrarrSZ3cU= sha512-xwTm7NLh/uOjARRBs8/95H0e8fT3Ukw5D/JJWhxMbhKzNh1Nu981jQKvkep9iKYNxzlVrdzD0mlBGkDKZWprlw==" +vm2@3.9.11: + version "3.9.11" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.11.tgz#a880f510a606481719ec3f9803b940c5805a06fe" + integrity sha512-PFG8iJRSjvvBdisowQ7iVF580DXb1uCIiGaXgm7tynMR1uTBlv7UJlB1zdv5KJ+Tmq1f0Upnj3fayoEOPpCBKg== dependencies: acorn "^8.7.0" acorn-walk "^8.2.0" From b2a76a34ef254e56603efd704a46f55ddb6cf241 Mon Sep 17 00:00:00 2001 From: Ben Birt Date: Fri, 9 Sep 2022 10:25:24 +0100 Subject: [PATCH 2/2] bump version --- version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.bzl b/version.bzl index 6f371e070..ad04fb5e2 100644 --- a/version.bzl +++ b/version.bzl @@ -1,3 +1,3 @@ # NOTE: If you change the format of this line, you must change the bash command # in /scripts/publish to extract the version string correctly. -DF_VERSION = "2.0.1" +DF_VERSION = "2.0.2"