chore(deps)(deps-dev): bump wait-on in /gitnexus-web (#2844)

Bumps [wait-on](https://github.com/jeffbski/wait-on) from 9.0.10 to 9.1.0.
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](https://github.com/jeffbski/wait-on/compare/v9.0.10...v9.1.0)

---
updated-dependencies:
- dependency-name: wait-on
  dependency-version: 9.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-08-06 08:20:57 +01:00 committed by GitHub
parent 3e959aefcf
commit 817893df97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -65,7 +65,7 @@
"typescript": "^5.4.5",
"vite": "^8.1.5",
"vitest": "^4.1.10",
"wait-on": "^9.0.10"
"wait-on": "^9.1.0"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
@ -8553,14 +8553,14 @@
}
},
"node_modules/wait-on": {
"version": "9.0.10",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-9.0.10.tgz",
"integrity": "sha512-rCoJEhvMr0X6alHmwc9abbrA5ZrLZFKpFQVKPNFwl2h7DapXOGdmimIHDtLOWhT4PjhZhxFEtZoQgEXbkDWdZw==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-9.1.0.tgz",
"integrity": "sha512-PymrLXHLBM1Ju/Xspb2ADUhbPSMvbnuNvy/mN2hWtpbJ3da0h3Ky1LqwKPG5QSVR57liyO0iUpfipYl/s5qNvA==",
"dev": true,
"license": "MIT",
"dependencies": {
"axios": "^1.16.0",
"joi": "^18.2.1",
"axios": "^1.18.1",
"joi": "^18.2.3",
"lodash": "^4.18.1",
"minimist": "^1.2.8",
"rxjs": "^7.8.2"

View file

@ -75,7 +75,7 @@
"typescript": "^5.4.5",
"vite": "^8.1.5",
"vitest": "^4.1.10",
"wait-on": "^9.0.10"
"wait-on": "^9.1.0"
},
"overrides": {
"@vercel/static-config": {