Update dependency wait-on to v5.3.0 (#434)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/434 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
1f05f8c4a2
commit
d0f04510f6
2 changed files with 6 additions and 6 deletions
|
@ -56,7 +56,7 @@
|
||||||
"vue-notification": "1.3.20",
|
"vue-notification": "1.3.20",
|
||||||
"vue-router": "3.5.1",
|
"vue-router": "3.5.1",
|
||||||
"vue-template-compiler": "2.6.12",
|
"vue-template-compiler": "2.6.12",
|
||||||
"wait-on": "5.2.1"
|
"wait-on": "5.3.0"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"root": true,
|
"root": true,
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -13852,14 +13852,14 @@ w3c-xmlserializer@^2.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
xml-name-validator "^3.0.0"
|
xml-name-validator "^3.0.0"
|
||||||
|
|
||||||
wait-on@5.2.1:
|
wait-on@5.3.0:
|
||||||
version "5.2.1"
|
version "5.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.2.1.tgz#05b66fcb4d7f5da01537f03e7cf96e8836422996"
|
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.3.0.tgz#584e17d4b3fe7b46ac2b9f8e5e102c005c2776c7"
|
||||||
integrity sha512-H2F986kNWMU9hKlI9l/ppO6tN8ZSJd35yBljMLa1/vjzWP++Qh6aXyt77/u7ySJFZQqBtQxnvm/xgG48AObXcw==
|
integrity sha512-DwrHrnTK+/0QFaB9a8Ol5Lna3k7WvUR4jzSKmz0YaPBpuN2sACyiPVKVfj6ejnjcajAcvn3wlbTyMIn9AZouOg==
|
||||||
dependencies:
|
dependencies:
|
||||||
axios "^0.21.1"
|
axios "^0.21.1"
|
||||||
joi "^17.3.0"
|
joi "^17.3.0"
|
||||||
lodash "^4.17.20"
|
lodash "^4.17.21"
|
||||||
minimist "^1.2.5"
|
minimist "^1.2.5"
|
||||||
rxjs "^6.6.3"
|
rxjs "^6.6.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue