Skip to content

Commit 29798c5

Browse files
Bump axios from 1.7.9 to 1.8.2
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2780ae6 commit 29798c5

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test": "vitest"
5252
},
5353
"dependencies": {
54-
"axios": "^1.6.0",
54+
"axios": "^1.8.2",
5555
"deepmerge": "^4.0.0",
5656
"qs": "^6.9.0"
5757
},

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@sveltejs/vite-plugin-svelte": "^3.1.2",
5555
"@types/html-escape": "^2.0.2",
5656
"@types/lodash": "^4.17.7",
57-
"axios": "^1.7.6",
57+
"axios": "^1.8.2",
5858
"publint": "^0.2.10",
5959
"svelte": "^4.2.16",
6060
"svelte-check": "^4.0.0",

playgrounds/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react-dom": "^19.0.0",
1313
"@vitejs/plugin-react": "^4.3.2",
1414
"autoprefixer": "^10.4.13",
15-
"axios": "^1.6.0",
15+
"axios": "^1.8.2",
1616
"laravel-vite-plugin": "^1.0.5",
1717
"lodash": "^4.17.19",
1818
"postcss": "^8.4.31",

playgrounds/svelte4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@sveltejs/vite-plugin-svelte": "^3.1.2",
1414
"@tsconfig/svelte": "^5.0.4",
1515
"autoprefixer": "^10.4.13",
16-
"axios": "^1.6.0",
16+
"axios": "^1.8.2",
1717
"laravel-vite-plugin": "^1.0.5",
1818
"lodash": "^4.17.19",
1919
"postcss": "^8.4.31",

playgrounds/svelte5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
1414
"@tsconfig/svelte": "^5.0.4",
1515
"autoprefixer": "^10.4.13",
16-
"axios": "^1.6.0",
16+
"axios": "^1.8.2",
1717
"laravel-vite-plugin": "^1.0.5",
1818
"lodash": "^4.17.19",
1919
"postcss": "^8.4.31",

playgrounds/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@volar/vue-typescript": "^1.0.22",
1212
"@vue/server-renderer": "^3.3.4",
1313
"autoprefixer": "^10.4.13",
14-
"axios": "^1.6.0",
14+
"axios": "^1.8.2",
1515
"laravel-vite-plugin": "^1.0.5",
1616
"lodash": "^4.17.19",
1717
"postcss": "^8.4.31",

0 commit comments

Comments
 (0)