Skip to content

Commit a999fc3

Browse files
committed
fix critical security vulnerability in @babel/traverse
1 parent f038588 commit a999fc3

File tree

2 files changed

+853
-2860
lines changed

2 files changed

+853
-2860
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,20 @@
4747
"node-fetch": "^2.6.7",
4848
"whatwg-fetch": "^3.6.2"
4949
},
50+
"resolutions": {
51+
"@babel/traverse": "^7.25.9"
52+
},
5053
"devDependencies": {
51-
"@babel/core": "^7.0.0-0",
54+
"@babel/core": "^7.26.0",
5255
"@babel/eslint-parser": "^7.21.3",
56+
"@babel/helper-explode-assignable-expression": "^7.18.6",
57+
"@babel/helper-get-function-arity": "^7.16.7",
58+
"@babel/helper-function-name": "^7.24.7",
59+
"@babel/helper-hoist-variables": "^7.24.7",
5360
"@babel/plugin-proposal-decorators": "^7.21.0",
5461
"@ember/optional-features": "^2.0.0",
5562
"@ember/string": "^3.0.1",
56-
"@ember/test-helpers": "^2.9.3",
63+
"@ember/test-helpers": "^2.9.4",
5764
"@embroider/test-setup": "^2.1.1",
5865
"@glimmer/component": "^1.1.2",
5966
"@glimmer/tracking": "^1.1.2",
@@ -94,7 +101,7 @@
94101
"chai": "^4.3.4",
95102
"chai-fs": "^2.0.0",
96103
"concurrently": "^8.0.1",
97-
"ember-auto-import": "^2.6.3",
104+
"ember-auto-import": "^2.9.0",
98105
"ember-cli": "~4.12.1",
99106
"ember-cli-addon-tests": "^0.11.1",
100107
"ember-cli-dependency-checker": "^3.3.1",
@@ -132,6 +139,7 @@
132139
"stylelint": "^15.4.0",
133140
"stylelint-config-standard": "^32.0.0",
134141
"stylelint-prettier": "^3.0.0",
142+
"to-fast-properties": "^4.0.0",
135143
"typescript": "^5.2.2",
136144
"webpack": "^5.78.0"
137145
},

0 commit comments

Comments
 (0)