1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[deps] Autofill: Update wait-on to v8.0.2 (#12957)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-22 11:49:15 -05:00
committed by GitHub
parent 5c32e5020d
commit b7f1bef57c
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -179,7 +179,7 @@
"typescript-strict-plugin": "^2.4.4", "typescript-strict-plugin": "^2.4.4",
"url": "0.11.4", "url": "0.11.4",
"util": "0.12.5", "util": "0.12.5",
"wait-on": "8.0.1", "wait-on": "8.0.2",
"webpack": "5.97.1", "webpack": "5.97.1",
"webpack-cli": "6.0.1", "webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0", "webpack-dev-server": "5.2.0",
@@ -11879,9 +11879,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.7", "version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -31915,13 +31915,13 @@
} }
}, },
"node_modules/wait-on": { "node_modules/wait-on": {
"version": "8.0.1", "version": "8.0.2",
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.1.tgz", "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.2.tgz",
"integrity": "sha512-1wWQOyR2LVVtaqrcIL2+OM+x7bkpmzVROa0Nf6FryXkS+er5Sa1kzFGjzZRqLnHa3n1rACFLeTwUqE1ETL9Mig==", "integrity": "sha512-qHlU6AawrgAIHlueGQHQ+ETcPLAauXbnoTKl3RKq20W0T8x0DKVAo5xWIYjHSyvHxQlcYbFdR0jp4T9bDVITFA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^1.7.7", "axios": "^1.7.9",
"joi": "^17.13.3", "joi": "^17.13.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimist": "^1.2.8", "minimist": "^1.2.8",

View File

@@ -139,7 +139,7 @@
"typescript-strict-plugin": "^2.4.4", "typescript-strict-plugin": "^2.4.4",
"url": "0.11.4", "url": "0.11.4",
"util": "0.12.5", "util": "0.12.5",
"wait-on": "8.0.1", "wait-on": "8.0.2",
"webpack": "5.97.1", "webpack": "5.97.1",
"webpack-cli": "6.0.1", "webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0", "webpack-dev-server": "5.2.0",