-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @cypress/webpack-dev-server to v3
- Loading branch information
1 parent
6fe52f0
commit f6307ac
Showing
2 changed files
with
184 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1694,14 +1694,20 @@ | |
tunnel-agent "^0.6.0" | ||
uuid "^8.3.2" | ||
|
||
"@cypress/[email protected]": | ||
version "1.8.4" | ||
resolved "https://registry.yarnpkg.com/@cypress/webpack-dev-server/-/webpack-dev-server-1.8.4.tgz#00c1d7510dccfcaef6ec69f70342d011bbdefc19" | ||
integrity sha512-kDg57ozD4vzIwHa0FhT44IoMKqsgFy7WV5SbBjWLBPdoOhuCdf22gy8VukaxwYqh+MFKxqVJ7hqVLErmMgpAYA== | ||
dependencies: | ||
debug "^4.3.2" | ||
lodash "^4.17.21" | ||
semver "^7.3.4" | ||
"@cypress/[email protected]": | ||
version "3.10.0" | ||
resolved "https://registry.yarnpkg.com/@cypress/webpack-dev-server/-/webpack-dev-server-3.10.0.tgz#42312643579ec6fc10163eb6b644521052820cae" | ||
integrity sha512-oktIWfsOeeXG9JNoWdfANsVX604VPc4KHnU0xwjYwtWxHCLAGl4uMXS7BxxejqtLboNaLySwwGkw3T15weIPug== | ||
dependencies: | ||
find-up "6.3.0" | ||
fs-extra "9.1.0" | ||
html-webpack-plugin-4 "npm:html-webpack-plugin@^4" | ||
html-webpack-plugin-5 "npm:html-webpack-plugin@^5" | ||
local-pkg "0.4.1" | ||
semver "^7.5.3" | ||
speed-measure-webpack-plugin "1.4.2" | ||
tslib "^2.3.1" | ||
webpack-dev-server "^4.7.4" | ||
webpack-merge "^5.4.0" | ||
|
||
"@cypress/xvfb@^1.2.4": | ||
|
@@ -4908,6 +4914,13 @@ | |
dependencies: | ||
"@types/node" "*" | ||
|
||
"@types/ws@^8.5.5": | ||
version "8.5.10" | ||
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787" | ||
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A== | ||
dependencies: | ||
"@types/node" "*" | ||
|
||
"@types/yargs-parser@*": | ||
version "20.2.0" | ||
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9" | ||
|
@@ -9695,6 +9708,14 @@ find-root@^1.1.0: | |
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" | ||
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== | ||
|
||
[email protected]: | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790" | ||
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw== | ||
dependencies: | ||
locate-path "^7.1.0" | ||
path-exists "^5.0.0" | ||
|
||
find-up@^1.0.0: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" | ||
|
@@ -9896,6 +9917,16 @@ front-matter@^4.0.2: | |
dependencies: | ||
js-yaml "^3.13.1" | ||
|
||
[email protected], fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0: | ||
version "9.1.0" | ||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" | ||
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== | ||
dependencies: | ||
at-least-node "^1.0.0" | ||
graceful-fs "^4.2.0" | ||
jsonfile "^6.0.1" | ||
universalify "^2.0.0" | ||
|
||
fs-extra@^0.30.0: | ||
version "0.30.0" | ||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0" | ||
|
@@ -9925,16 +9956,6 @@ fs-extra@^4.0.3: | |
jsonfile "^4.0.0" | ||
universalify "^0.1.0" | ||
|
||
fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0: | ||
version "9.1.0" | ||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" | ||
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== | ||
dependencies: | ||
at-least-node "^1.0.0" | ||
graceful-fs "^4.2.0" | ||
jsonfile "^6.0.1" | ||
universalify "^2.0.0" | ||
|
||
fs-minipass@^1.2.5: | ||
version "1.2.7" | ||
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" | ||
|
@@ -10798,6 +10819,32 @@ html-void-elements@^1.0.0: | |
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483" | ||
integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== | ||
|
||
"html-webpack-plugin-4@npm:html-webpack-plugin@^4": | ||
version "4.5.2" | ||
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12" | ||
integrity sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A== | ||
dependencies: | ||
"@types/html-minifier-terser" "^5.0.0" | ||
"@types/tapable" "^1.0.5" | ||
"@types/webpack" "^4.41.8" | ||
html-minifier-terser "^5.0.1" | ||
loader-utils "^1.2.3" | ||
lodash "^4.17.20" | ||
pretty-error "^2.1.1" | ||
tapable "^1.1.3" | ||
util.promisify "1.0.0" | ||
|
||
"html-webpack-plugin-5@npm:html-webpack-plugin@^5": | ||
version "5.6.0" | ||
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0" | ||
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw== | ||
dependencies: | ||
"@types/html-minifier-terser" "^6.0.0" | ||
html-minifier-terser "^6.0.2" | ||
lodash "^4.17.21" | ||
pretty-error "^4.0.0" | ||
tapable "^2.0.0" | ||
|
||
[email protected]: | ||
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" | ||
|
@@ -12742,6 +12789,14 @@ language-tags@^1.0.5: | |
dependencies: | ||
language-subtag-registry "~0.3.2" | ||
|
||
launch-editor@^2.6.0: | ||
version "2.6.1" | ||
resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.6.1.tgz#f259c9ef95cbc9425620bbbd14b468fcdb4ffe3c" | ||
integrity sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw== | ||
dependencies: | ||
picocolors "^1.0.0" | ||
shell-quote "^1.8.1" | ||
|
||
[email protected], lazy-ass@^1.6.0: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513" | ||
|
@@ -12960,6 +13015,11 @@ loader-utils@^2.0.4: | |
emojis-list "^3.0.0" | ||
json5 "^2.1.2" | ||
|
||
[email protected]: | ||
version "0.4.1" | ||
resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.4.1.tgz#e7b0d7aa0b9c498a1110a5ac5b00ba66ef38cfff" | ||
integrity sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw== | ||
|
||
locate-path@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" | ||
|
@@ -12990,6 +13050,13 @@ locate-path@^6.0.0: | |
dependencies: | ||
p-locate "^5.0.0" | ||
|
||
locate-path@^7.1.0: | ||
version "7.2.0" | ||
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a" | ||
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA== | ||
dependencies: | ||
p-locate "^6.0.0" | ||
|
||
lodash._reinterpolate@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" | ||
|
@@ -14621,6 +14688,13 @@ p-limit@^2.0.0, p-limit@^2.2.0: | |
dependencies: | ||
p-try "^2.0.0" | ||
|
||
p-limit@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644" | ||
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ== | ||
dependencies: | ||
yocto-queue "^1.0.0" | ||
|
||
p-locate@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" | ||
|
@@ -14649,6 +14723,13 @@ p-locate@^5.0.0: | |
dependencies: | ||
p-limit "^3.0.2" | ||
|
||
p-locate@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f" | ||
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw== | ||
dependencies: | ||
p-limit "^4.0.0" | ||
|
||
p-map-series@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-2.1.0.tgz#7560d4c452d9da0c07e692fdbfe6e2c81a2a91f2" | ||
|
@@ -14927,6 +15008,11 @@ path-exists@^4.0.0: | |
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" | ||
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== | ||
|
||
path-exists@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7" | ||
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ== | ||
|
||
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" | ||
|
@@ -16675,6 +16761,11 @@ semver@^7.3.7, semver@^7.3.8: | |
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
semver@^7.5.3: | ||
version "7.6.2" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" | ||
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== | ||
|
||
[email protected]: | ||
version "0.17.1" | ||
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" | ||
|
@@ -16860,6 +16951,11 @@ shebang-regex@^3.0.0: | |
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" | ||
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== | ||
|
||
shell-quote@^1.8.1: | ||
version "1.8.1" | ||
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680" | ||
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== | ||
|
||
shelljs@^0.8.3: | ||
version "0.8.4" | ||
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2" | ||
|
@@ -17159,6 +17255,13 @@ specificity@^0.4.1: | |
resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019" | ||
integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg== | ||
|
||
[email protected]: | ||
version "1.4.2" | ||
resolved "https://registry.yarnpkg.com/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.4.2.tgz#1608e62d3bdb45f01810010e1b5bfedefedfa58f" | ||
integrity sha512-AtVzD0bnIy2/B0fWqJpJgmhcrfWFhBlduzSo0uwplr/QvB33ZNZj2NEth3NONgdnZJqicK0W0mSxnLSbsVCDbw== | ||
dependencies: | ||
chalk "^4.1.0" | ||
|
||
[email protected]: | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.5.0.tgz#caf2c5bee24ab66c1c7c30e8daa7910497f7681a" | ||
|
@@ -18259,6 +18362,11 @@ tslib@^2.3.0: | |
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" | ||
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== | ||
|
||
tslib@^2.3.1: | ||
version "2.6.3" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" | ||
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== | ||
|
||
tslib@~2.0.1: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" | ||
|
@@ -19003,6 +19111,17 @@ webpack-dev-middleware@^5.3.1: | |
range-parser "^1.2.1" | ||
schema-utils "^4.0.0" | ||
|
||
webpack-dev-middleware@^5.3.4: | ||
version "5.3.4" | ||
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517" | ||
integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q== | ||
dependencies: | ||
colorette "^2.0.10" | ||
memfs "^3.4.3" | ||
mime-types "^2.1.31" | ||
range-parser "^1.2.1" | ||
schema-utils "^4.0.0" | ||
|
||
[email protected]: | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz#ae07f0d71ca0438cf88446f09029b92ce81380b5" | ||
|
@@ -19038,6 +19157,42 @@ [email protected]: | |
webpack-dev-middleware "^5.3.1" | ||
ws "^8.4.2" | ||
|
||
webpack-dev-server@^4.7.4: | ||
version "4.15.2" | ||
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz#9e0c70a42a012560860adb186986da1248333173" | ||
integrity sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g== | ||
dependencies: | ||
"@types/bonjour" "^3.5.9" | ||
"@types/connect-history-api-fallback" "^1.3.5" | ||
"@types/express" "^4.17.13" | ||
"@types/serve-index" "^1.9.1" | ||
"@types/serve-static" "^1.13.10" | ||
"@types/sockjs" "^0.3.33" | ||
"@types/ws" "^8.5.5" | ||
ansi-html-community "^0.0.8" | ||
bonjour-service "^1.0.11" | ||
chokidar "^3.5.3" | ||
colorette "^2.0.10" | ||
compression "^1.7.4" | ||
connect-history-api-fallback "^2.0.0" | ||
default-gateway "^6.0.3" | ||
express "^4.17.3" | ||
graceful-fs "^4.2.6" | ||
html-entities "^2.3.2" | ||
http-proxy-middleware "^2.0.3" | ||
ipaddr.js "^2.0.1" | ||
launch-editor "^2.6.0" | ||
open "^8.0.9" | ||
p-retry "^4.5.0" | ||
rimraf "^3.0.2" | ||
schema-utils "^4.0.0" | ||
selfsigned "^2.1.1" | ||
serve-index "^1.9.1" | ||
sockjs "^0.3.24" | ||
spdy "^4.0.2" | ||
webpack-dev-middleware "^5.3.4" | ||
ws "^8.13.0" | ||
|
||
webpack-filter-warnings-plugin@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/webpack-filter-warnings-plugin/-/webpack-filter-warnings-plugin-1.2.1.tgz#dc61521cf4f9b4a336fbc89108a75ae1da951cdb" | ||
|
@@ -19442,6 +19597,11 @@ [email protected], ws@^7.3.1: | |
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74" | ||
integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg== | ||
|
||
ws@^8.13.0: | ||
version "8.17.0" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea" | ||
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow== | ||
|
||
ws@^8.2.3, ws@^8.4.2: | ||
version "8.11.0" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143" | ||
|
@@ -19576,6 +19736,11 @@ yocto-queue@^0.1.0: | |
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" | ||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== | ||
|
||
yocto-queue@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" | ||
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== | ||
|
||
zen-observable-ts@^1.2.5: | ||
version "1.2.5" | ||
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58" | ||
|