From 822024ca5ccfa2e134e89fe38ec80d1f08cd06c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:38:52 +0000 Subject: [PATCH] Bump axios from 0.21.0 to 1.18.0 Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 1.18.0. - [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.21.0...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 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 4280ba1..bcd8929 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Test project for Dependabot", "dependencies": { "lodash": "4.17.15", - "axios": "0.21.0", + "axios": "1.18.0", "express": "4.16.0", "moment": "2.29.1", "jquery": "3.4.0"