Skip to content

Commit

Permalink
chore(deps): update axios requirement in /packages/plugin
Browse files Browse the repository at this point in the history
Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.7)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent ec0dfec commit 7e4ba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@medusajs/utils": "^1.11.8",
"axios": "^1.7.4",
"axios": "^1.7.7",
"axios-retry": "^4.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7e4ba3d

Please sign in to comment.