Skip to content

Commit bb9263c

Browse files
authored
Fix critical security issue in axios (#5517)
1 parent 138d28e commit bb9263c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@xmldom/xmldom": "0.9.9",
9292
"acorn": "8.16.0",
9393
"arrify": "3.0.0",
94-
"axios": "1.14.0",
94+
"axios": "1.15.0",
9595
"chalk": "4.1.2",
9696
"cheerio": "^1.2.0",
9797
"chokidar": "^4.0.3",
@@ -109,7 +109,7 @@
109109
"html-minifier-terser": "7.2.0",
110110
"inquirer": "^8.2.7",
111111
"invisi-data": "^1.2.0",
112-
"joi": "18.0.2",
112+
"joi": "18.1.2",
113113
"js-beautify": "1.15.4",
114114
"lodash.clonedeep": "4.5.0",
115115
"lodash.merge": "4.6.2",
@@ -140,7 +140,7 @@
140140
"@pollyjs/core": "6.0.6",
141141
"@types/chai": "5.2.3",
142142
"@types/inquirer": "9.0.9",
143-
"@types/node": "^25.5.2",
143+
"@types/node": "^25.6.0",
144144
"@wdio/sauce-service": "9.12.5",
145145
"@wdio/selenium-standalone-service": "8.15.0",
146146
"@wdio/utils": "9.19.2",
@@ -149,7 +149,7 @@
149149
"chai-as-promised": "7.1.2",
150150
"chai-subset": "1.6.0",
151151
"documentation": "14.0.3",
152-
"electron": "41.1.1",
152+
"electron": "41.2.0",
153153
"eslint": "^9.39.4",
154154
"eslint-plugin-import": "2.32.0",
155155
"eslint-plugin-mocha": "11.2.0",
@@ -165,13 +165,13 @@
165165
"json-server": "0.17.4",
166166
"mochawesome": "^7.1.4",
167167
"playwright": "1.55.1",
168-
"prettier": "^3.8.1",
168+
"prettier": "^3.8.2",
169169
"puppeteer": "24.15.0",
170170
"qrcode-terminal": "0.12.0",
171171
"rosie": "2.1.1",
172172
"runok": "0.9.3",
173173
"semver": "7.7.4",
174-
"sinon": "21.0.3",
174+
"sinon": "21.1.1",
175175
"sinon-chai": "3.7.0",
176176
"testcafe": "3.7.4",
177177
"ts-morph": "26.0.0",
@@ -199,6 +199,7 @@
199199
},
200200
"overrides": {
201201
"@xmldom/xmldom": "0.9.9",
202+
"axios": "1.15.0",
202203
"diff": "~8.0.3",
203204
"fast-xml-parser": "~5.5.6",
204205
"js-yaml": "~4.1.1",

0 commit comments

Comments
 (0)