From 98cd61c739d39e6d57cf8dfd43bc5e6ba444f00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 09:47:14 +0000 Subject: [PATCH] chore(deps): bump axios from 0.19.2 to 1.8.3 Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 1.8.3. - [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.3) --- 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..dc0decd 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.3", "currency-codes": "^1.5.1", "html-entities": "^1.3.1", "jsonpath": "^1.0.2",