Skip to content

Commit

Permalink
Bump axios and wait-on in /client
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) and [wait-on](https://github.com/jeffbski/wait-on). These dependencies needed to be updated together.

Updates `axios` from 1.6.8 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.7.4)

Updates `wait-on` from 6.0.1 to 8.0.0
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v6.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
- dependency-name: wait-on
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 020e979 commit ff53ad0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 77 deletions.
133 changes: 58 additions & 75 deletions client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"axios": "^1.6.0",
"axios": "^1.7.4",
"electron-window-state": "^5.0.3",
"esri-leaflet": "^3.0.8",
"leaflet": "^1.9.2",
Expand Down Expand Up @@ -74,7 +74,7 @@
"msw": "^1.2.2",
"react-scripts": "5.0.1",
"ts-node": "^10.9.1",
"wait-on": "^6.0.1"
"wait-on": "^8.0.0"
},
"jest": {
"transformIgnorePatterns": [
Expand Down

0 comments on commit ff53ad0

Please sign in to comment.