Skip to content

Commit

Permalink
Bump axios from 1.4.0 to 1.6.0 (#1723)
Browse files Browse the repository at this point in the history
* Bump axios from 1.4.0 to 1.6.0

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] <[email protected]>

* Update dependencies

* Update changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Reinink <[email protected]>
  • Loading branch information
dependabot[bot] and reinink authored Feb 26, 2024
1 parent 0fc4b1c commit ceae8e3
Show file tree
Hide file tree
Showing 7 changed files with 1,250 additions and 3,583 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs.

## [Unreleased](https://github.com/inertiajs/inertia/compare/v1.0.14...HEAD)

- Nothing
- Bump axios from `v1.4.0` to `v1.6.0` ([#1723](https://github.com/inertiajs/inertia/pull/1723))

## [v1.0.14](https://github.com/inertiajs/inertia/compare/v1.0.13...v1.0.14)

Expand Down
4,821 changes: 1,244 additions & 3,577 deletions package-lock.json

Large diffs are not rendered by default.

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 ceae8e3

Please sign in to comment.