From d02c0c45d9098513a3a783281bfcdee4690b6947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:32:38 +0300 Subject: [PATCH] build(deps): bump vm2 from 3.9.18 to 3.9.19 (#708) Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.18 to 3.9.19. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/compare/3.9.18...3.9.19) --- updated-dependencies: - dependency-name: vm2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- modules/functions/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/functions/package.json b/modules/functions/package.json index 37a378c88..f8d6e16da 100644 --- a/modules/functions/package.json +++ b/modules/functions/package.json @@ -34,7 +34,7 @@ "escape-string-regexp": "^4.0.0", "convict": "^6.2.4", "lodash": "^4.17.21", - "vm2": "^3.9.15" + "vm2": "^3.9.19" }, "devDependencies": { "@types/convict": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index b0e70da94..28ec554e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14451,10 +14451,10 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vm2@^3.9.15: - version "3.9.18" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.18.tgz#d919848bee191a0410c5cc1c5aac58adfd03ce9a" - integrity sha512-iM7PchOElv6Uv6Q+0Hq7dcgDtWWT6SizYqVcvol+1WQc+E9HlgTCnPozbQNSP3yDV9oXHQOEQu530w2q/BCVZg== +vm2@^3.9.19: + version "3.9.19" + resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.19.tgz#be1e1d7a106122c6c492b4d51c2e8b93d3ed6a4a" + integrity sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg== dependencies: acorn "^8.7.0" acorn-walk "^8.2.0"