Skip to content

Commit

Permalink
Address rollup vulnerabilities (#87)
Browse files Browse the repository at this point in the history
update rollup version to 3.29.5 (https://github.com/rollup/rollup/releases/tag/v3.29.5) which includes a vulnerability fix

J=VULN-39403,VULN-39404
TEST=manual

built package, smoke test using test-site
  • Loading branch information
yen-tt authored Dec 10, 2024
1 parent 15686b7 commit 0378e6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -84,7 +84,7 @@
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.28.1",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.35.0",
"storybook": "^7.5.2",
"tailwindcss": "^3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions test-site/package-lock.json

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

0 comments on commit 0378e6b

Please sign in to comment.