Merge pull request #88 from refactorian/dependabot/npm_and_yarn/axios-1.7.0

Bump axios from 1.6.8 to 1.7.0
This commit is contained in:
Refactorian
2024-05-21 19:53:13 +09:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -5,7 +5,7 @@
"packages": { "packages": {
"": { "": {
"devDependencies": { "devDependencies": {
"axios": "^1.6.8", "axios": "^1.7.0",
"laravel-vite-plugin": "^1.0.2", "laravel-vite-plugin": "^1.0.2",
"vite": "^5.2.11" "vite": "^5.2.11"
} }
@@ -560,9 +560,9 @@
"dev": true "dev": true
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.6.8", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.0.tgz",
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", "integrity": "sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View File

@@ -6,7 +6,7 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"axios": "^1.6.8", "axios": "^1.7.0",
"laravel-vite-plugin": "^1.0.2", "laravel-vite-plugin": "^1.0.2",
"vite": "^5.2.11" "vite": "^5.2.11"
} }