build(deps-dev): bump wait-on from 9.0.1 to 9.0.3

Bumps [wait-on](https://github.com/jeffbski/wait-on) from 9.0.1 to 9.0.3.
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](https://github.com/jeffbski/wait-on/compare/v9.0.1...v9.0.3)

---
updated-dependencies:
- dependency-name: wait-on
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/56457/head
dependabot[bot] 2025-11-15 18:38:10 +07:00 committed by Andy Scherzinger
parent e6ab9a19d6
commit c5a39ecaa2
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated

@ -57,7 +57,7 @@
"tslib": "^2.8.1",
"vite": "^7.1.12",
"vitest": "^3.2.4",
"wait-on": "^9.0.1"
"wait-on": "^9.0.3"
},
"engines": {
"node": "^24.0.0",
@ -5206,9 +5206,9 @@
}
},
"node_modules/axios": {
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
@ -16773,13 +16773,13 @@
}
},
"node_modules/wait-on": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-9.0.1.tgz",
"integrity": "sha512-noeCAI+XbqWMXY23sKril0BSURhuLYarkVXwJv1uUWwoojZJE7pmX3vJ7kh7SZaNgPGzfsCSQIZM/AGvu0Q9pA==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-9.0.3.tgz",
"integrity": "sha512-13zBnyYvFDW1rBvWiJ6Av3ymAaq8EDQuvxZnPIw3g04UqGi4TyoIJABmfJ6zrvKo9yeFQExNkOk7idQbDJcuKA==",
"dev": true,
"license": "MIT",
"dependencies": {
"axios": "^1.12.2",
"axios": "^1.13.2",
"joi": "^18.0.1",
"lodash": "^4.17.21",
"minimist": "^1.2.8",

@ -86,7 +86,7 @@
"tslib": "^2.8.1",
"vite": "^7.1.12",
"vitest": "^3.2.4",
"wait-on": "^9.0.1"
"wait-on": "^9.0.3"
},
"engines": {
"node": "^24.0.0",