From 81e733282feb8a0167ad39f94052f5893ef259bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:16:08 +0000 Subject: [PATCH] build(deps): bump axios from 1.12.2 to 1.13.2 in /app Bumps [axios](https://github.com/axios/axios) from 1.12.2 to 1.13.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/v1.12.2...v1.13.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 4e5fa936..322f007e 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -12,7 +12,7 @@ "@heroicons/react": "^2.1.1", "@tailwindcss/vite": "^4.0.15", "@types/geojson": "^7946.0.10", - "axios": "^1.6.5", + "axios": "^1.13.2", "date-fns": "^3.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -4579,9 +4579,9 @@ } }, "node_modules/axios": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", - "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", + "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/app/package.json b/app/package.json index c89829ab..c6e5c5b9 100644 --- a/app/package.json +++ b/app/package.json @@ -17,7 +17,7 @@ "@heroicons/react": "^2.1.1", "@tailwindcss/vite": "^4.0.15", "@types/geojson": "^7946.0.10", - "axios": "^1.6.5", + "axios": "^1.13.2", "date-fns": "^3.3.1", "react": "^18.2.0", "react-dom": "^18.2.0",