Merge pull request #50337 from nextcloud/dependabot/npm_and_yarn/stable31/wait-on-8.0.2

chore(deps-dev): bump wait-on from 8.0.1 to 8.0.2
This commit is contained in:
Andy Scherzinger 2025-01-27 09:58:03 +01:00 committed by GitHub
commit 46c4013b51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View file

@ -157,7 +157,7 @@
"vitest": "^2.0.5",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.16",
"wait-on": "^8.0.1",
"wait-on": "^8.0.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.2",
"webpack-merge": "^6.0.1",
@ -25853,12 +25853,13 @@
}
},
"node_modules/wait-on": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.1.tgz",
"integrity": "sha512-1wWQOyR2LVVtaqrcIL2+OM+x7bkpmzVROa0Nf6FryXkS+er5Sa1kzFGjzZRqLnHa3n1rACFLeTwUqE1ETL9Mig==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.2.tgz",
"integrity": "sha512-qHlU6AawrgAIHlueGQHQ+ETcPLAauXbnoTKl3RKq20W0T8x0DKVAo5xWIYjHSyvHxQlcYbFdR0jp4T9bDVITFA==",
"dev": true,
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.9",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"minimist": "^1.2.8",

View file

@ -188,7 +188,7 @@
"vitest": "^2.0.5",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.16",
"wait-on": "^8.0.1",
"wait-on": "^8.0.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.2",
"webpack-merge": "^6.0.1",