build(deps): bump axios from 1.13.4 to 1.13.6

Bumps [axios](https://github.com/axios/axios) from 1.13.4 to 1.13.6.
- [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.13.4...v1.13.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-18 02:04:09 +00:00 committed by GitHub
parent 606b0fb649
commit f730b95be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@
"@heroicons/react": "^2.1.1", "@heroicons/react": "^2.1.1",
"@tailwindcss/vite": "^4.1.18", "@tailwindcss/vite": "^4.1.18",
"@types/geojson": "^7946.0.10", "@types/geojson": "^7946.0.10",
"axios": "^1.13.4", "axios": "^1.13.6",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-rnd": "^10.4.1", "react-rnd": "^10.4.1",

View File

@ -111,7 +111,7 @@
"@tiptap/pm": "^3.6.5", "@tiptap/pm": "^3.6.5",
"@tiptap/react": "^3.13.0", "@tiptap/react": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0", "@tiptap/starter-kit": "^3.13.0",
"axios": "^1.13.4", "axios": "^1.13.6",
"browser-image-compression": "^2.0.2", "browser-image-compression": "^2.0.2",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",

20
package-lock.json generated
View File

@ -18,7 +18,7 @@
"@heroicons/react": "^2.1.1", "@heroicons/react": "^2.1.1",
"@tailwindcss/vite": "^4.1.18", "@tailwindcss/vite": "^4.1.18",
"@types/geojson": "^7946.0.10", "@types/geojson": "^7946.0.10",
"axios": "^1.13.4", "axios": "^1.13.6",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-rnd": "^10.4.1", "react-rnd": "^10.4.1",
@ -141,7 +141,7 @@
"@tiptap/pm": "^3.6.5", "@tiptap/pm": "^3.6.5",
"@tiptap/react": "^3.13.0", "@tiptap/react": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0", "@tiptap/starter-kit": "^3.13.0",
"axios": "^1.13.4", "axios": "^1.13.6",
"browser-image-compression": "^2.0.2", "browser-image-compression": "^2.0.2",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
@ -6009,13 +6009,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.13.4", "version": "1.13.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
"integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==", "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.11",
"form-data": "^4.0.4", "form-data": "^4.0.5",
"proxy-from-env": "^1.1.0" "proxy-from-env": "^1.1.0"
} }
}, },
@ -8526,9 +8526,9 @@
} }
}, },
"node_modules/form-data": { "node_modules/form-data": {
"version": "4.0.4", "version": "4.0.5",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"asynckit": "^0.4.0", "asynckit": "^0.4.0",