Skip to content

Commit

Permalink
Upgrade rollup to non-vulnerable version 2.79.1 -> 3.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Sep 24, 2024
1 parent dcc3849 commit 66e2dea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
10 changes: 6 additions & 4 deletions frontend/package-lock.json

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

6 changes: 4 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"fast-xml-parser": "4.4.1",
"path-to-regexp": "0.1.10",
"body-parser": "^1.20.3",
"send": "0.19.0"
"send": "0.19.0",
"rollup": "3.29.5"
},
"resolutions": {
"react-redux": "^7.2.6",
Expand All @@ -118,7 +119,8 @@
"fast-xml-parser": "4.4.1",
"path-to-regexp": "0.1.10",
"body-parser": "^1.20.3",
"send": "0.19.0"
"send": "0.19.0",
"rollup": "3.29.5"
},
"devDependencies": {
"env-cmd": "^10.1.0",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13295,10 +13295,10 @@ rollup-plugin-terser@^7.0.0:
serialize-javascript "^4.0.0"
terser "^5.0.0"

"rollup@^1.20.0 || ^2.0.0", rollup@^1.20.0||^2.0.0, rollup@^2.0.0, rollup@^2.43.1:
version "2.79.1"
resolved "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
rollup@3.29.5:
version "3.29.5"
resolved "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz"
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit 66e2dea

Please sign in to comment.