Skip to content

Commit

Permalink
Merge pull request #2269 from inertiajs/dependabot/npm_and_yarn/axios…
Browse files Browse the repository at this point in the history
…-1.8.2

Bump axios from 1.7.9 to 1.8.2
  • Loading branch information
joetannenbaum authored Mar 7, 2025
2 parents 2780ae6 + 29798c5 commit 5f07afe
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 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
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"test": "vitest"
},
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.8.2",
"deepmerge": "^4.0.0",
"qs": "^6.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/html-escape": "^2.0.2",
"@types/lodash": "^4.17.7",
"axios": "^1.7.6",
"axios": "^1.8.2",
"publint": "^0.2.10",
"svelte": "^4.2.16",
"svelte-check": "^4.0.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 @@ -12,7 +12,7 @@
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.13",
"axios": "^1.6.0",
"axios": "^1.8.2",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/svelte4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.13",
"axios": "^1.6.0",
"axios": "^1.8.2",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/svelte5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.13",
"axios": "^1.6.0",
"axios": "^1.8.2",
"laravel-vite-plugin": "^1.0.5",
"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.6.0",
"axios": "^1.8.2",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
Expand Down

0 comments on commit 5f07afe

Please sign in to comment.