[deps] Autofill: Update wait-on to v8.0.1 (#11055)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-16 09:58:04 -04:00 committed by GitHub
parent 16651214ac
commit 63b6c01a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -179,7 +179,7 @@
"typescript": "5.1.6",
"url": "0.11.3",
"util": "0.12.5",
"wait-on": "8.0.0",
"wait-on": "8.0.1",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
@ -38266,13 +38266,13 @@
}
},
"node_modules/wait-on": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.0.tgz",
"integrity": "sha512-fNE5SXinLr2Bt7cJvjvLg2PcXfqznlqRvtE3f8AqYdRZ9BhE+XpsCp1mwQbRoO7s1q7uhAuCw0Ro3mG/KdZjEw==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.1.tgz",
"integrity": "sha512-1wWQOyR2LVVtaqrcIL2+OM+x7bkpmzVROa0Nf6FryXkS+er5Sa1kzFGjzZRqLnHa3n1rACFLeTwUqE1ETL9Mig==",
"dev": true,
"license": "MIT",
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.7.7",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"minimist": "^1.2.8",

View File

@ -141,7 +141,7 @@
"typescript": "5.1.6",
"url": "0.11.3",
"util": "0.12.5",
"wait-on": "8.0.0",
"wait-on": "8.0.1",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",