From fccc34b75d26f7ce1449e982a662a8d8c165694b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 01:58:24 +0000 Subject: [PATCH] Bump axios in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios). Updates `axios` from 0.19.2 to 1.8.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/v0.19.2...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a68b60..4c0cf31 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "Apache-2.0", "dependencies": { "@oada/oada-id-client": "^1.0.8", - "axios": "^0.19.2", + "axios": "^1.8.2", "bluebird": "^3.5.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1",