Skip to content

Commit cdd1413

Browse files
chore(deps): bump vm2 from 3.9.5 to 3.9.7 (#598)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](patriksimek/vm2@3.9.5...3.9.7) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c75e09 commit cdd1413

File tree

2 files changed

+58
-8
lines changed

2 files changed

+58
-8
lines changed

package-lock.json

Lines changed: 45 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,18 @@ acorn-jsx@^5.3.1:
9393
version "5.3.1"
9494
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz"
9595

96+
acorn-walk@^8.2.0:
97+
version "8.2.0"
98+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
99+
96100
acorn@^7.4.0:
97101
version "7.4.1"
98102
resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
99103

104+
acorn@^8.7.0:
105+
version "8.7.0"
106+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
107+
100108
agent-base@6, agent-base@^6.0.0, agent-base@^6.0.2:
101109
version "6.0.2"
102110
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz"
@@ -2288,8 +2296,11 @@ validate-npm-package-license@^3.0.1:
22882296
spdx-expression-parse "^3.0.0"
22892297

22902298
vm2@^3.9.3:
2291-
version "3.9.5"
2292-
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.5.tgz#5288044860b4bbace443101fcd3bddb2a0aa2496"
2299+
version "3.9.7"
2300+
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.7.tgz#bb87aa677c97c61e23a6cb6547e44e990517a6f6"
2301+
dependencies:
2302+
acorn "^8.7.0"
2303+
acorn-walk "^8.2.0"
22932304

22942305
which-boxed-primitive@^1.0.2:
22952306
version "1.0.2"

0 commit comments

Comments
 (0)