Skip to content

Commit

Permalink
upgrading babel dependencies to latest to fix CVE-2023-45133 (#4214)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseObrien committed Apr 30, 2024
1 parent 8010643 commit 13cdf72
Show file tree
Hide file tree
Showing 3 changed files with 771 additions and 706 deletions.
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Expand Up @@ -26,7 +26,7 @@
"styletron-react": "6.1.0"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/core": "7.24.5",
"babel-loader": "9.1.2",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-react-native-web": "0.18.12",
Expand Down
14 changes: 7 additions & 7 deletions packages/styled-components/package.json
Expand Up @@ -66,15 +66,15 @@
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/helper-module-imports": "7.18.6",
"@babel/plugin-external-helpers": "7.18.6",
"@babel/core": "7.24.5",
"@babel/helper-module-imports": "7.24.3",
"@babel/plugin-external-helpers": "7.24.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-flow-strip-types": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.0",
"@babel/plugin-transform-flow-strip-types": "7.24.1",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@rollup/plugin-typescript": "11.1.1",
"@types/enzyme": "3.10.13",
"@types/jest": "29.5.2",
Expand Down

0 comments on commit 13cdf72

Please sign in to comment.