Skip to content

Commit 712a57b

Browse files
authored
Fix securit issue in axios and updated deps (#5530)
1 parent b5498c6 commit 712a57b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 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.15.0",
94+
"axios": "1.15.1",
9595
"chalk": "4.1.2",
9696
"cheerio": "^1.2.0",
9797
"chokidar": "^4.0.3",
@@ -115,7 +115,7 @@
115115
"lodash.merge": "4.6.2",
116116
"mkdirp": "3.0.1",
117117
"mocha": "11.7.5",
118-
"monocart-coverage-reports": "2.12.10",
118+
"monocart-coverage-reports": "2.12.11",
119119
"ms": "2.1.3",
120120
"multer": "^2.1.1",
121121
"ora-classic": "5.4.2",
@@ -144,7 +144,7 @@
144144
"@wdio/sauce-service": "9.12.5",
145145
"@wdio/selenium-standalone-service": "8.15.0",
146146
"@wdio/utils": "9.19.2",
147-
"@xmldom/xmldom": "0.9.9",
147+
"@xmldom/xmldom": "0.9.10",
148148
"chai": "^4.5.0",
149149
"chai-as-promised": "7.1.2",
150150
"chai-subset": "1.6.0",
@@ -198,8 +198,8 @@
198198
}
199199
},
200200
"overrides": {
201-
"@xmldom/xmldom": "0.9.9",
202-
"axios": "1.15.0",
201+
"@xmldom/xmldom": "0.9.10",
202+
"axios": "1.15.1",
203203
"diff": "~8.0.3",
204204
"fast-xml-parser": "~5.5.6",
205205
"js-yaml": "~4.1.1",

0 commit comments

Comments
 (0)