Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group
Browse files Browse the repository at this point in the history
Updates the requirements on [axios](https://github.com/axios/axios), [axios-retry](https://github.com/softonic/axios-retry), [debug](https://github.com/debug-js/debug), [viem](https://github.com/wevm/viem) and [zod](https://github.com/colinhacks/zod) to permit the latest version.

Updates `axios` to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.7)

Updates `axios-retry` to 4.5.0
- [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md)
- [Commits](softonic/axios-retry@v4.4.2...v4.5.0)

Updates `debug` to 4.3.7
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.6...4.3.7)

Updates `viem` to 2.21.16
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/[email protected]@2.21.16)

Updates `zod` to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.6...v3.23.8)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: prod-deps
- dependency-name: axios-retry
  dependency-type: direct:production
  dependency-group: prod-deps
- dependency-name: debug
  dependency-type: direct:production
  dependency-group: prod-deps
- dependency-name: viem
  dependency-type: direct:production
  dependency-group: prod-deps
- dependency-name: zod
  dependency-type: direct:production
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent c27358c commit ee92608
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
},
"dependencies": {
"@synthetixio/router": "^3.4.0",
"axios": "^1.7.2",
"axios-retry": "^4.4.2",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"buffer": "^6.0.3",
"chalk": "^4.1.2",
"debug": "^4.3.6",
"debug": "^4.3.7",
"form-data": "^4.0.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"pako": "^2.1.0",
"promise-events": "^0.2.4",
"typestub-ipfs-only-hash": "^4.0.0",
"viem": "^2.21.15",
"zod": "^3.23.6"
"viem": "^2.21.16",
"zod": "^3.23.8"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit ee92608

Please sign in to comment.