Skip to content

Commit

Permalink
specify vm2 at least 3.9.17 in helix-front package.resolutions (apach…
Browse files Browse the repository at this point in the history
…e#2479)

specify vm2 at least 3.9.17 in helix-front package.resolutions (apache#2474 )
  • Loading branch information
helix-bot authored and xyuanlu committed May 20, 2023
1 parent 8ac2f27 commit 8fe9e15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions helix-front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helix-front",
"version": "1.4.1",
"version": "1.6.1",
"main": "/dist/server/app.js",
"author": "Vivo Xu <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -56,7 +56,13 @@
],
"resolutions": {
"webpack": "^5",
"vis-data": "^7"
"vis-data": "^7",
"vm2": "^3.9.17"
},
"overrides": {
"webpack": "^5",
"vis-data": "^7",
"vm2": "^3.9.17"
},
"peerDependencies": {
"webpack": "*"
Expand Down
2 changes: 1 addition & 1 deletion helix-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15733,7 +15733,7 @@ vis-util@^4.0.0, vis-util@^4.3.4:
resolved "https://registry.yarnpkg.com/vis-util/-/vis-util-4.3.4.tgz#02319fbd909f82782b96a36d1224f1beea67f8b2"
integrity sha512-hJIZNrwf4ML7FYjs+m+zjJfaNvhjk3/1hbMdQZVnwwpOFJS/8dMG8rdbOHXcKoIEM6U5VOh3HNpaDXxGkOZGpw==

vm2@^3.9.8:
vm2@^3.9.17, vm2@^3.9.8:
version "3.9.17"
resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.17.tgz#251b165ff8a0e034942b5181057305e39570aeab"
integrity sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==
Expand Down

0 comments on commit 8fe9e15

Please sign in to comment.