Skip to content

Commit 8d3bffb

Browse files
update axios and other dependencies for CVE
1 parent 9f384c7 commit 8d3bffb

File tree

2 files changed

+205
-286
lines changed

2 files changed

+205
-286
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@
6868
"eslint-plugin-prettier": "^3.3.1",
6969
"husky": "^8.0.0",
7070
"jest": "^29.7.0",
71-
"jest-environment-jsdom": "^27.5.1",
71+
"jest-environment-jsdom": "^29.7.0",
72+
"jest-mock-axios": "^4.7.3",
73+
"jest-ts-auto-mock": "^2.1.0",
7274
"lint-staged": "^10.2.2",
7375
"prettier": "^2.0.5",
7476
"semantic-release": "^19.0.2",
@@ -87,16 +89,14 @@
8789
},
8890
"dependencies": {
8991
"@hapi/joi": "^17.1.1",
90-
"axios": "^0.21.1",
92+
"axios": "^1.7.5",
9193
"caller-path": "^3.0.0",
9294
"connect-redis": "^4.0.4",
9395
"csurf": "^1.11.0",
9496
"debug": "^4.1.1",
9597
"deepmerge": "^4.2.2",
9698
"express": "^4.17.1",
9799
"express-session": "^1.17.0",
98-
"jest-mock-axios": "^4.7.3",
99-
"jest-ts-auto-mock": "^2.1.0",
100100
"jwt-decode": "^2.2.0",
101101
"openid-client": "^3.10.0",
102102
"otplib": "^12.0.1",
@@ -108,8 +108,6 @@
108108
"ttypescript": "^1.5.13"
109109
},
110110
"resolutions": {
111-
"@babel/traverse": "7.23.2",
112-
"minimatch": "3.0.5",
113-
"minimist": "1.2.6"
111+
"@babel/traverse": "7.23.2"
114112
}
115113
}

0 commit comments

Comments
 (0)