Skip to content

Commit

Permalink
upgrade axios due to vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
uidp committed Aug 14, 2024
1 parent 8381ce5 commit ef910c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
17 changes: 4 additions & 13 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vuelidate/validators": "^2.0.4",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"axios": "^1.6.2",
"axios": "^1.7.4",
"dayjs": "^1.11.10",
"kjua": "^0.9.0",
"maska": "^2.1.10",
Expand Down Expand Up @@ -95,6 +95,11 @@
"webpack-merge": "^5.10.0",
"webpack-plugin-vuetify": "^3.0.3"
},
"overrides": {
"@openapitools/openapi-generator-cli": {
"axios": "$axios"
}
},
"engines": {
"node": "18",
"npm": ">=9"
Expand Down

0 comments on commit ef910c5

Please sign in to comment.