Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(dep): Upgrades to jszip and vm2
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Mar 17, 2022
1 parent fe9875f commit 6facaec
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
34 changes: 25 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@accordproject/concerto-cto": "2.0.0-alpha.2",
"colors": "1.1.2",
"coveralls": "3.0.1",
"dayjs": "1.10.4",
"dayjs": "1.10.8",
"event-stream": "3.3.2",
"jsdoc": "^3.6.10",
"lerna": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ergo-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@accordproject/concerto-cto": "2.0.0-alpha.2",
"@accordproject/concerto-util": "2.0.0-alpha.2",
"acorn": "5.1.2",
"dayjs": "1.10.4",
"dayjs": "1.10.8",
"debug": "4.1.0",
"doctrine": "3.0.0",
"fast-safe-stringify": "2.0.7",
"jsome": "2.5.0",
"jszip": "3.2.1",
"jszip": "3.7.0",
"slash": "3.0.0",
"winston": "3.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ergo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@accordproject/concerto-core": "2.0.0-alpha.2",
"@accordproject/ergo-compiler": "0.23.0-alpha.2",
"dayjs": "1.10.4",
"vm2": "3.5.0"
"dayjs": "1.10.8",
"vm2": "3.9.6"
},
"devDependencies": {
"@babel/cli": "7.17.6",
Expand Down

0 comments on commit 6facaec

Please sign in to comment.