Skip to content

Commit b53dc99

Browse files
committed
chore(deps): update dependency wait-on to v6
1 parent dd24bbc commit b53dc99

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ts-jest": "26.5.1",
6969
"ts-node": "10.0.0",
7070
"typescript": "4.2.2",
71-
"wait-on": "5.3.0"
71+
"wait-on": "6.0.0"
7272
},
7373
"husky": {
7474
"hooks": {

yarn.lock

+22-10
Original file line numberDiff line numberDiff line change
@@ -8607,10 +8607,10 @@ jest@26.6.3:
86078607
import-local "^3.0.2"
86088608
jest-cli "^26.6.3"
86098609

8610-
joi@^17.3.0:
8611-
version "17.3.0"
8612-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.3.0.tgz#f1be4a6ce29bc1716665819ac361dfa139fff5d2"
8613-
integrity sha512-Qh5gdU6niuYbUIUV5ejbsMiiFmBdw8Kcp8Buj2JntszCkCfxJ9Cz76OtHxOZMPXrt5810iDIXs+n1nNVoquHgg==
8610+
joi@^17.4.0:
8611+
version "17.4.0"
8612+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.0.tgz#b5c2277c8519e016316e49ababd41a1908d9ef20"
8613+
integrity sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==
86148614
dependencies:
86158615
"@hapi/hoek" "^9.0.0"
86168616
"@hapi/topo" "^5.0.0"
@@ -11512,6 +11512,13 @@ rxjs@^6.6.3:
1151211512
dependencies:
1151311513
tslib "^1.9.0"
1151411514

11515+
rxjs@^7.1.0:
11516+
version "7.1.0"
11517+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
11518+
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
11519+
dependencies:
11520+
tslib "~2.1.0"
11521+
1151511522
safe-buffer@5.1.1:
1151611523
version "5.1.1"
1151711524
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
@@ -12984,6 +12991,11 @@ tslib@^2.0.0, tslib@^2.0.1:
1298412991
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
1298512992
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
1298612993

12994+
tslib@~2.1.0:
12995+
version "2.1.0"
12996+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
12997+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
12998+
1298712999
tsutils@^3.17.1:
1298813000
version "3.17.1"
1298913001
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
@@ -13344,16 +13356,16 @@ w3c-xmlserializer@^2.0.0:
1334413356
dependencies:
1334513357
xml-name-validator "^3.0.0"
1334613358

13347-
wait-on@5.3.0:
13348-
version "5.3.0"
13349-
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.3.0.tgz#584e17d4b3fe7b46ac2b9f8e5e102c005c2776c7"
13350-
integrity sha512-DwrHrnTK+/0QFaB9a8Ol5Lna3k7WvUR4jzSKmz0YaPBpuN2sACyiPVKVfj6ejnjcajAcvn3wlbTyMIn9AZouOg==
13359+
wait-on@6.0.0:
13360+
version "6.0.0"
13361+
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-6.0.0.tgz#7e9bf8e3d7fe2daecbb7a570ac8ca41e9311c7e7"
13362+
integrity sha512-tnUJr9p5r+bEYXPUdRseolmz5XqJTTj98JgOsfBn7Oz2dxfE2g3zw1jE+Mo8lopM3j3et/Mq1yW7kKX6qw7RVw==
1335113363
dependencies:
1335213364
axios "^0.21.1"
13353-
joi "^17.3.0"
13365+
joi "^17.4.0"
1335413366
lodash "^4.17.21"
1335513367
minimist "^1.2.5"
13356-
rxjs "^6.6.3"
13368+
rxjs "^7.1.0"
1335713369

1335813370
walker@^1.0.7, walker@~1.0.5:
1335913371
version "1.0.7"

0 commit comments

Comments
 (0)