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 Feb 23, 2025
1 parent 8f933cc commit f89aa43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

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 f89aa43

Please sign in to comment.