Skip to content

Commit 08b52d5

Browse files
chore(deps): update dependency wait-on to v6 (#330)
Co-authored-by: Renovate Bot <[email protected]>
1 parent be73c74 commit 08b52d5

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"strict-npm-engines": "0.0.1",
6565
"tsup": "4.12.0",
6666
"typescript": "4.3.4",
67-
"wait-on": "5.3.0"
67+
"wait-on": "6.0.0"
6868
}
6969
}

yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7463,9 +7463,9 @@ [email protected]:
74637463
resolved "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217"
74647464
integrity sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=
74657465

7466-
joi@^17.3.0:
7466+
joi@^17.4.0:
74677467
version "17.4.0"
7468-
resolved "https://registry.npmjs.org/joi/-/joi-17.4.0.tgz#b5c2277c8519e016316e49ababd41a1908d9ef20"
7468+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.0.tgz#b5c2277c8519e016316e49ababd41a1908d9ef20"
74697469
integrity sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==
74707470
dependencies:
74717471
"@hapi/hoek" "^9.0.0"
@@ -10092,6 +10092,13 @@ rxjs@^6.6.3, rxjs@^6.6.7:
1009210092
dependencies:
1009310093
tslib "^1.9.0"
1009410094

10095+
rxjs@^7.1.0:
10096+
version "7.1.0"
10097+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
10098+
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
10099+
dependencies:
10100+
tslib "~2.1.0"
10101+
1009510102
[email protected], safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
1009610103
version "5.1.2"
1009710104
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
@@ -11218,6 +11225,11 @@ tslib@~2.0.1:
1121811225
resolved "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
1121911226
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
1122011227

11228+
tslib@~2.1.0:
11229+
version "2.1.0"
11230+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
11231+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
11232+
1122111233
1122211234
version "4.11.2"
1122311235
resolved "https://registry.yarnpkg.com/tsup/-/tsup-4.11.2.tgz#135c69ff1b0ef9357d5e0076d1d6c29118904b43"
@@ -11743,16 +11755,16 @@ w3c-xmlserializer@^2.0.0:
1174311755
dependencies:
1174411756
xml-name-validator "^3.0.0"
1174511757

11746-
wait-on@5.3.0:
11747-
version "5.3.0"
11748-
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.3.0.tgz#584e17d4b3fe7b46ac2b9f8e5e102c005c2776c7"
11749-
integrity sha512-DwrHrnTK+/0QFaB9a8Ol5Lna3k7WvUR4jzSKmz0YaPBpuN2sACyiPVKVfj6ejnjcajAcvn3wlbTyMIn9AZouOg==
11758+
wait-on@6.0.0:
11759+
version "6.0.0"
11760+
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-6.0.0.tgz#7e9bf8e3d7fe2daecbb7a570ac8ca41e9311c7e7"
11761+
integrity sha512-tnUJr9p5r+bEYXPUdRseolmz5XqJTTj98JgOsfBn7Oz2dxfE2g3zw1jE+Mo8lopM3j3et/Mq1yW7kKX6qw7RVw==
1175011762
dependencies:
1175111763
axios "^0.21.1"
11752-
joi "^17.3.0"
11764+
joi "^17.4.0"
1175311765
lodash "^4.17.21"
1175411766
minimist "^1.2.5"
11755-
rxjs "^6.6.3"
11767+
rxjs "^7.1.0"
1175611768

1175711769
walker@^1.0.7:
1175811770
version "1.0.7"

0 commit comments

Comments
 (0)