Browse Source

Bump axios from 1.8.1 to 1.8.2

Bumps [axios](https://github.com/axios/axios) from 1.8.1 to 1.8.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.8.1...v1.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/770/head
dependabot[bot] 7 months ago
committed by James Cole
parent
commit
764f0e8903
  1. 8
      package-lock.json
  2. 2
      resources/js/v2/package.json

8
package-lock.json

@ -1070,9 +1070,9 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz",
"integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1850,7 +1850,7 @@
"bootstrap": "^5.3.0"
},
"devDependencies": {
"axios": "^1.7.9",
"axios": "^1.8.2",
"laravel-vite-plugin": "^1.0",
"sass": "^1.85.0",
"vite": "^6.1",

2
resources/js/v2/package.json

@ -7,7 +7,7 @@
"build": "vite build --emptyOutDir"
},
"devDependencies": {
"axios": "^1.7.9",
"axios": "^1.8.2",
"laravel-vite-plugin": "^1.0",
"sass": "^1.85.0",
"vite": "^6.1",

Loading…
Cancel
Save