Skip to content

Commit

Permalink
Upgrade jest and babel
Browse files Browse the repository at this point in the history
Fixes CVE-2023-45133 in @babel/traverse
  • Loading branch information
canac committed Oct 16, 2024
1 parent 2e44d3f commit 685a045
Show file tree
Hide file tree
Showing 2 changed files with 1,705 additions and 2,135 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"typescript": "^4.5.5"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.5.5",
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/node": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -58,7 +58,7 @@
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5",
"jest": "^29.4.2",
"jest": "^29.7.0",
"jest-date-mock": "^1.0.7",
"jest-environment-jsdom": "^29.4.2",
"mini-css-extract-plugin": "^0.8.0",
Expand Down
Loading

0 comments on commit 685a045

Please sign in to comment.