Skip to content

Commit

Permalink
fix: tools/testing/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ROLLUP-8073097
  • Loading branch information
snyk-bot committed Sep 25, 2024
1 parent bf62bb5 commit ef1458b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"rollup": "~2.70.2",
"rollup": "~3.29.5",
"typescript": "~4.6.3",
"@testing-library/react-hooks": "~8.0.0",
"react": "^16.13.1",
Expand All @@ -23,7 +23,7 @@
"@esm-bundle/react": "~17.0.2-fix.1"
},
"devDependencies": {
"rollup": "~2.70.2",
"rollup": "~3.29.5",
"rimraf": "^4.1.2",
"@types/react-dom": "^16.9.9",
"cpy-cli": "~4.2.0"
Expand Down

0 comments on commit ef1458b

Please sign in to comment.