Skip to content

Commit

Permalink
Bump axios from 1.4.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.4.0...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2023
1 parent 0fc4b1c commit 8048a2c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^1.2.0",
"axios": "^1.6.0",
"deepmerge": "^4.0.0",
"nprogress": "^0.2.0",
"qs": "^6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/react-dom": "^16.9.18",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"axios": "^1.6.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@inertiajs/svelte": "^1.0.0",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"axios": "^1.6.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vitejs/plugin-vue2": "^2.2.0",
"@volar/vue-typescript": "^1.0.22",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"axios": "^1.6.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@volar/vue-typescript": "^1.0.22",
"@vue/server-renderer": "^3.3.4",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"axios": "^1.6.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
Expand Down

0 comments on commit 8048a2c

Please sign in to comment.