Skip to content

Commit

Permalink
Build(deps): Bump axios and wait-on in /tests/frontend (#892)
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) to 1.6.2 and updates ancestor dependency [wait-on](https://github.com/jeffbski/wait-on). These dependencies need to be updated together.


Updates `axios` from 0.21.4 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.6.2)

Updates `wait-on` from 5.2.1 to 7.2.0
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v5.2.1...v7.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paweł Srokosz <pawel.srokosz@cert.pl>
  • Loading branch information
dependabot[bot] and psrok1 committed Jan 17, 2024
1 parent d000f62 commit 5251952
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 31 deletions.
93 changes: 63 additions & 30 deletions tests/frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion tests/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {},
"devDependencies": {
"cypress": "^4.12.1",
"wait-on": "^5.2.1"
"wait-on": "^7.2.0"
},
"scripts": {
"test": "wait-on http://mwdb-web:80 && cypress run"
Expand Down

0 comments on commit 5251952

Please sign in to comment.