From c0babd8a353848a350b09c78f6d8f7cf300ee58f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 06:34:43 +0000 Subject: [PATCH] Bump axios from 1.19.0 to 1.20.0 Bumps [axios](https://github.com/axios/axios) from 1.19.0 to 1.20.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/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2780219..c6f8831 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@lucide/vue": "1.33.0", "@tailwindcss/vite": "4.3.3", - "axios": "1.19.0", + "axios": "1.20.0", "fflate": "0.8.3", "pinia": "4.0.3", "tailwindcss": "4.3.3", @@ -1982,9 +1982,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.19.0.tgz", - "integrity": "sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz", + "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index 1d6a0a6..0ca95c5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@lucide/vue": "1.33.0", "@tailwindcss/vite": "4.3.3", - "axios": "1.19.0", + "axios": "1.20.0", "fflate": "0.8.3", "pinia": "4.0.3", "tailwindcss": "4.3.3",