From 96ae4222b10cbda4864377cc4c4169aeeca359c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:24:35 +0000 Subject: [PATCH] Bump axios and @sap/approuter in /app Bumps [axios](https://github.com/axios/axios) to 1.15.2 and updates ancestor dependency @sap/approuter. These dependencies need to be updated together. Updates `axios` from 1.15.0 to 1.15.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.15.0...v1.15.2) Updates `@sap/approuter` from 21.3.0 to 21.4.0 --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: indirect - dependency-name: "@sap/approuter" dependency-version: 21.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 77eec8f5..1b04ca69 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -25,9 +25,9 @@ "license": "MIT" }, "node_modules/@sap/approuter": { - "version": "21.3.0", - "resolved": "https://registry.npmjs.org/@sap/approuter/-/approuter-21.3.0.tgz", - "integrity": "sha512-pF2pY63gjIKNs5hW4ug6hDk1CBp6MucJ+hpciXyOD9Opa77Dg8erP9396H3kLSp5jbNwBnvVW2lnbr2NVWHGgQ==", + "version": "21.4.0", + "resolved": "https://registry.npmjs.org/@sap/approuter/-/approuter-21.4.0.tgz", + "integrity": "sha512-rW+mu0xL8PW38kRhEhlPH7ehxSnSQdChNMabPErVyB8BI58rwdbJUgzfQ8WFowaZ9sgpYum/C3AW3vqoKQAiPQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sap/audit-logging": "7.0.0", @@ -36,7 +36,7 @@ "@sap/xsenv": "6.0.0", "@sap/xssec": "4.12.2", "agentkeepalive": "4.6.0", - "axios": "1.15.0", + "axios": "1.15.2", "axios-cookiejar-support": "5.0.5", "axios-retry": "4.5.0", "base64-url": "2.3.3", @@ -75,7 +75,6 @@ "tv4": "1.3.0", "uid-safe": "2.1.5", "urijs": "1.19.11", - "uuid": "8.3.2", "validator": "13.15.26", "verror": "1.10.1", "ws": "7.5.10", @@ -296,9 +295,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", @@ -2177,15 +2176,6 @@ "node": ">= 0.4.0" } }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/validator": { "version": "13.15.26", "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.26.tgz",