Skip to content

Commit

Permalink
address rollup vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Dec 9, 2024
1 parent d486394 commit 0361436
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 22 deletions.
13 changes: 7 additions & 6 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 packages/chat-core-aws-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"rollup": "^3.29.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/chat-core-zendesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"rollup": "^3.29.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/chat-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"rollup": "^3.29.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.0.4"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/chat-core/test-node-cjs/package-lock.json

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

16 changes: 8 additions & 8 deletions test-sites/test-browser-esm/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 test-sites/test-browser-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"rollup": "^3.21.4",
"rollup": "^3.29.5",
"serve": "^14.2.0"
},
"dependencies": {
Expand Down

0 comments on commit 0361436

Please sign in to comment.