From a08408378eb87a908a20ac7956f7b73faff2949d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:25:20 +0000 Subject: [PATCH] chore(deps): bump axios from 0.19.2 to 1.8.2 Bumps [axios](https://github.com/axios/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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9bfae1..4360e02 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@openactive/data-models": "^3.0.0", "@types/lodash": "^4.14.182", - "axios": "^0.19.2", + "axios": "^1.8.2", "currency-codes": "^1.5.1", "html-entities": "^1.3.1", "jsonpath": "^1.0.2",