Skip to content

Commit

Permalink
Merge pull request #1868 from lupestro/modern-babel-preset-env
Browse files Browse the repository at this point in the history
Adjusting `@embroider/webpack` to use `@babel/preset-env` to avoid critical security audit
  • Loading branch information
ef4 authored Apr 16, 2024
2 parents f40582a + 4cda9f9 commit 284191d
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 611 deletions.
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"scripts": {},
"dependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@embroider/babel-loader-9": "workspace:*",
"@embroider/hbs-loader": "workspace:*",
"@embroider/shared-internals": "workspace:*",
"@types/supports-color": "^8.1.0",
"assert-never": "^1.2.1",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"css-loader": "^5.2.6",
"csso": "^4.2.0",
"debug": "^4.3.2",
Expand Down
Loading

0 comments on commit 284191d

Please sign in to comment.