Skip to content

Commit

Permalink
Revert "chore: update vm2 to ^3.9.16 (#12458)"
Browse files Browse the repository at this point in the history
This reverts commit 78a6ae5.
  • Loading branch information
jhockett authored Apr 13, 2023
1 parent 78a6ae5 commit 12d2d06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ora": "^4.0.3",
"promise-sequential": "^1.1.1",
"uuid": "^8.3.2",
"vm2": "^3.9.16"
"vm2": "^3.9.8"
},
"devDependencies": {
"@types/mime-types": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash": "^4.17.21",
"promise-sequential": "^1.1.1",
"uuid": "^8.3.2",
"vm2": "^3.9.16"
"vm2": "^3.9.8"
},
"devDependencies": {
"cloudform-types": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-provider-awscloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"promise-sequential": "^1.1.1",
"proxy-agent": "^5.0.0",
"rimraf": "^3.0.0",
"vm2": "^3.9.16",
"vm2": "^3.9.8",
"xstate": "^4.14.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23673,10 +23673,10 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vm2@^3.9.3, vm2@^3.9.8, vm2@^3.9.16:
version "3.9.16"
resolved "https://registry.npmjs.org/vm2/-/vm2-3.9.16.tgz#0fbc2a265f7bf8b837cea6f4a908f88a3f93b8e6"
integrity sha512-3T9LscojNTxdOyG+e8gFeyBXkMlOBYDoF6dqZbj+MPVHi9x10UfiTAJIobuchRCp3QvC+inybTbMJIUrLsig0w==
vm2@^3.9.3, vm2@^3.9.8:
version "3.9.15"
resolved "https://registry.npmjs.org/vm2/-/vm2-3.9.15.tgz#c544e6a9bc31e4e40d2e5f532342cf799ea56a6e"
integrity sha512-XqNqknHGw2avJo13gbIwLNZUumvrSHc9mLqoadFZTpo3KaNEJoe1I0lqTFhRXmXD7WkLyG01aaraXdXT0pa4ag==
dependencies:
acorn "^8.7.0"
acorn-walk "^8.2.0"
Expand Down

0 comments on commit 12d2d06

Please sign in to comment.