From 7042e8fc48cafdd32c483dddc01e971c8aa7f4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:04:12 +0000 Subject: [PATCH] Bump axios and @sap/approuter in /app Bumps [axios](https://github.com/axios/axios) to 1.12.2 and updates ancestor dependency @sap/approuter. These dependencies need to be updated together. Updates `axios` from 1.11.0 to 1.12.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.12.2) Updates `@sap/approuter` from 20.7.1 to 20.8.1 --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: indirect - dependency-name: "@sap/approuter" dependency-version: 20.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 2b19306e..677f1276 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -25,9 +25,9 @@ "license": "MIT" }, "node_modules/@sap/approuter": { - "version": "20.7.1", - "resolved": "https://registry.npmjs.org/@sap/approuter/-/approuter-20.7.1.tgz", - "integrity": "sha512-q4Cg29zpeJQ7FOtQx83wuLBuYegTES5HXrc0hYDezIRzfsZ1LU8r0n7OeQfg7hInITDrhE4pNXKeg3xaJrKSKg==", + "version": "20.8.1", + "resolved": "https://registry.npmjs.org/@sap/approuter/-/approuter-20.8.1.tgz", + "integrity": "sha512-PuCl4wlky1/lP5VkUZEi8Bkzq7kpeWGraSjYPTap3AXBoS8I2wR0tCZs4f3d0fCZZZjm0dSy8kNTrm0g3ExU7Q==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sap/audit-logging": "6.8.1", @@ -36,7 +36,7 @@ "@sap/xsenv": "5.6.1", "@sap/xssec": "4.9.0", "agentkeepalive": "4.6.0", - "axios": "1.11.0", + "axios": "1.12.2", "axios-cookiejar-support": "5.0.5", "axios-retry": "4.5.0", "base64-url": "2.3.3", @@ -305,9 +305,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", + "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6",