From ffffa8fab987212272a941d3dd470389d88095c7 Mon Sep 17 00:00:00 2001 From: Stefan Herdy <69188729+stefanherdy@users.noreply.github.com> Date: Fri, 12 Sep 2025 20:22:24 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20update=20vulnerable?= =?UTF-8?q?=20axios=20package=20to=20^1.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e8d6cd52..e09559aed 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@nestjs/core": "^11.0.16", "@nestjs/platform-express": "^11.0.16", "@nuxtjs/opencollective": "0.3.2", - "axios": "^1.8.4", + "axios": "^1.12.0", "chalk": "4.1.2", "commander": "8.3.0", "compare-versions": "4.1.4", From b80eaef0de1a0f7ad9c2499189f9a87a67f152c9 Mon Sep 17 00:00:00 2001 From: Stefan Herdy <69188729+stefanherdy@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:10:48 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20update=20vulnerable?= =?UTF-8?q?=20axios=20package=20to=20^1.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yarn.lock | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 4d29e91dd..a138a3191 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3888,7 +3888,16 @@ autoprefixer@^10.4.9: picocolors "^1.1.1" postcss-value-parser "^4.2.0" -axios@^1.8.3, axios@^1.8.4: +axios@^1.12.0: + version "1.12.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.1.tgz#0747b39c5b615f81f93f2c138e6d82a71426937f" + integrity sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ== + dependencies: + follow-redirects "^1.15.6" + form-data "^4.0.4" + proxy-from-env "^1.1.0" + +axios@^1.8.3: version "1.11.0" resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6" integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==