chore(deps): update dependency wait-on to v8.0.2
This commit is contained in:
parent
8bf6251a70
commit
f144a0f11e
|
|
@ -169,7 +169,7 @@
|
|||
"vite-svg-loader": "5.1.0",
|
||||
"vitest": "2.1.8",
|
||||
"vue-tsc": "2.2.0",
|
||||
"wait-on": "8.0.1",
|
||||
"wait-on": "8.0.2",
|
||||
"workbox-cli": "7.3.0"
|
||||
},
|
||||
"pnpm": {
|
||||
|
|
|
|||
|
|
@ -372,8 +372,8 @@ importers:
|
|||
specifier: 2.2.0
|
||||
version: 2.2.0(typescript@5.7.3)
|
||||
wait-on:
|
||||
specifier: 8.0.1
|
||||
version: 8.0.1(debug@4.4.0)
|
||||
specifier: 8.0.2
|
||||
version: 8.0.2
|
||||
workbox-cli:
|
||||
specifier: 7.3.0
|
||||
version: 7.3.0
|
||||
|
|
@ -6538,6 +6538,11 @@ packages:
|
|||
engines: {node: '>=12.0.0'}
|
||||
hasBin: true
|
||||
|
||||
wait-on@8.0.2:
|
||||
resolution: {integrity: sha512-qHlU6AawrgAIHlueGQHQ+ETcPLAauXbnoTKl3RKq20W0T8x0DKVAo5xWIYjHSyvHxQlcYbFdR0jp4T9bDVITFA==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
hasBin: true
|
||||
|
||||
wcwidth@1.0.1:
|
||||
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
||||
|
||||
|
|
@ -13445,6 +13450,16 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- debug
|
||||
|
||||
wait-on@8.0.2:
|
||||
dependencies:
|
||||
axios: 1.7.9(debug@4.4.0)
|
||||
joi: 17.13.3
|
||||
lodash: 4.17.21
|
||||
minimist: 1.2.8
|
||||
rxjs: 7.8.1
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
|
||||
wcwidth@1.0.1:
|
||||
dependencies:
|
||||
defaults: 1.0.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue