Skip to content

Commit a922614

Browse files
fix(deps): mitigates against CVE-2023-45133. (#47)
1 parent 747d1bc commit a922614

File tree

2 files changed

+697
-663
lines changed

2 files changed

+697
-663
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,19 @@
5656
"loader.js": "^4.7.0",
5757
"qunit-dom": "^0.8.0"
5858
},
59+
"resolutions": {
60+
"@babel/core": "^7.26.9",
61+
"@babel/traverse": "^7.26.9",
62+
"@babel/types": "^7.26.9",
63+
"@babel/plugin-transform-runtime": "^7.26.9",
64+
"@babel/preset-env": "^7.26.9",
65+
"@babel/helper-define-polyfill-provider": "^0.4.3",
66+
"babel-plugin-polyfill-corejs2": "^0.4.6",
67+
"babel-plugin-polyfill-corejs3": "^0.8.5",
68+
"babel-plugin-polyfill-es-shims": "^0.10.0",
69+
"babel-plugin-polyfill-regenerator": "^0.5.3",
70+
"**/fsevents": "npm:[email protected]"
71+
},
5972
"engines": {
6073
"node": "6.* || 8.* || >= 10.*"
6174
},

0 commit comments

Comments
 (0)