Skip to content

Commit 52d030a

Browse files
committed
VIDSOL-191: Fix axios security issue (#218)
1 parent c74aedf commit 52d030a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vonage/server-sdk": "^3.16.0",
2020
"@vonage/vcr-sdk": "^1.3.0",
2121
"@vonage/video": "^1.23.2",
22-
"axios": "^1.9.0",
22+
"axios": "^1.12.0",
2323
"body-parser": "^1.20.3",
2424
"cors": "^2.8.5",
2525
"dotenv": "^16.0.3",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@vonage/vcr-sdk": "^1.3.0",
3535
"autolinker": "^4.0.0",
3636
"autoprefixer": "^10.4.19",
37-
"axios": "^1.9.0",
37+
"axios": "^1.12.0",
3838
"events": "^3.3.0",
3939
"lodash": "^4.17.21",
4040
"opentok-layout-js": "^5.4.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"wrap-ansi": "7.0.0",
7878
"path-to-regexp": "^0.1.12",
7979
"express": "^4.21.2",
80-
"axios": "^1.9.0",
80+
"axios": "^1.12.0",
8181
"cross-spawn": "^7.0.5",
8282
"rollup": "^4.22.4",
8383
"vite": "^5.4.19",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,13 +3134,13 @@ axe-core@=4.7.0:
31343134
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz"
31353135
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
31363136

3137-
axios@^1.2.1, axios@^1.6.3, axios@^1.9.0:
3138-
version "1.9.0"
3139-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
3140-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
3137+
axios@^1.12.0, axios@^1.2.1, axios@^1.6.3:
3138+
version "1.12.2"
3139+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
3140+
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
31413141
dependencies:
31423142
follow-redirects "^1.15.6"
3143-
form-data "^4.0.0"
3143+
form-data "^4.0.4"
31443144
proxy-from-env "^1.1.0"
31453145

31463146
axobject-query@^3.2.1:

0 commit comments

Comments
 (0)