Skip to content

Commit

Permalink
Update dependency axios to v1.8.1 (#12017)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2025
1 parent 4cc1258 commit a1906a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"watch:tsc": "npm run build:tsc -- --watch"
},
"dependencies": {
"axios": "1.7.9",
"axios": "1.8.1",
"mitt": "3.0.1",
"piqure": "2.1.1",
"placeholder-loading": "0.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.3.4",
"axios": "1.7.9",
"axios": "1.8.1",
"eslint-plugin-react": "7.37.4",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/generator/dependencies/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@vitejs/plugin-vue": "5.2.1",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.7.0",
"axios": "1.7.9",
"axios": "1.8.1",
"eslint-plugin-vue": "9.32.0",
"i18next-vue": "5.2.0",
"pinia": "3.0.1",
Expand Down

0 comments on commit a1906a0

Please sign in to comment.