Skip to content

Commit

Permalink
Update dependency axios [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 43a8b31 commit 9aa1cd9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/cockpit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@vueuse/head": "1.1.26",
"axios": "1.4.0",
"axios": "1.7.4",
"naive-ui": "2.27.0",
"vue": "3.2.47",
"wings-ts-util": "0.0.9"
Expand Down
4 changes: 2 additions & 2 deletions src/glareshield/H/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"axios": "1.4.0",
"axios": "1.7.4",
"typescript": "4.9.5"
},
"peerDependencies": {
"axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4"
"axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4 || 1.7"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions src/glareshield/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@glareshield/e": "workspace:../E",
"@glareshield/h": "workspace:../H",
"@glareshield/r": "workspace:../R",
"axios": "1.4.0",
"axios": "1.7.4",
"typescript": "4.9.5",
"vue": "3.2.45",
"vue-router": "4.1.6"
},
"peerDependencies": {
"axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4",
"axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4 || 1.7",
"vue-router": "4"
},
"license": "MIT"
Expand Down

0 comments on commit 9aa1cd9

Please sign in to comment.