-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump jest-environment-jsdom from 28.1.3 to 29.0.0 (#332
) Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.3 to 29.0.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.0.0/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
20bca92
commit d97404f
Showing
2 changed files
with
136 additions
and
57 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 |
---|---|---|
|
@@ -517,6 +517,16 @@ | |
"@types/node" "*" | ||
jest-mock "^28.1.3" | ||
|
||
"@jest/environment@^29.0.0": | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.0.0.tgz#069758196cae8458d8b7a7778d0877f2ec04da83" | ||
integrity sha512-ZHLvUENMAnwXowtyhmPRS0QLCXM4TS0ZfuiSR4QfRsJVN5lG4KdBDvI9kHJe/21vrgzPVOkvI7IBnkyPFCbV7g== | ||
dependencies: | ||
"@jest/fake-timers" "^29.0.0" | ||
"@jest/types" "^29.0.0" | ||
"@types/node" "*" | ||
jest-mock "^29.0.0" | ||
|
||
"@jest/expect-utils@^28.1.3": | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-28.1.3.tgz#58561ce5db7cd253a7edddbc051fb39dda50f525" | ||
|
@@ -544,6 +554,18 @@ | |
jest-mock "^28.1.3" | ||
jest-util "^28.1.3" | ||
|
||
"@jest/fake-timers@^29.0.0": | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.0.0.tgz#6f9a3a6318af5fd6cbac52e20aa868f5643aba23" | ||
integrity sha512-4tqH5fT9H0+Ms3Z1HLZ/JfpzJluep2Zo3uuj0KPyu6IIyYSHCDfkXuiBQNWUGvumZDLQ2Si03cC7Gq0r73VgVg== | ||
dependencies: | ||
"@jest/types" "^29.0.0" | ||
"@sinonjs/fake-timers" "^9.1.2" | ||
"@types/node" "*" | ||
jest-message-util "^29.0.0" | ||
jest-mock "^29.0.0" | ||
jest-util "^29.0.0" | ||
|
||
"@jest/globals@^28.1.3": | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-28.1.3.tgz#a601d78ddc5fdef542728309894895b4a42dc333" | ||
|
@@ -591,6 +613,13 @@ | |
dependencies: | ||
"@sinclair/typebox" "^0.24.1" | ||
|
||
"@jest/schemas@^29.0.0": | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.0.0.tgz#5f47f5994dd4ef067fb7b4188ceac45f77fe952a" | ||
integrity sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA== | ||
dependencies: | ||
"@sinclair/typebox" "^0.24.1" | ||
|
||
"@jest/source-map@^28.1.2": | ||
version "28.1.2" | ||
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-28.1.2.tgz#7fe832b172b497d6663cdff6c13b0a920e139e24" | ||
|
@@ -653,6 +682,18 @@ | |
"@types/yargs" "^17.0.8" | ||
chalk "^4.0.0" | ||
|
||
"@jest/types@^29.0.0": | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.0.tgz#16bef8898fec32c2c5c17a6eb770539986322587" | ||
integrity sha512-ErShruvByUF7vphEtPugMAphCtDIDdfWh3DxpBLxPEtHhL/H5MaidHsOutnOUhKpPL7QA6/7GitjFgLOLeGa1A== | ||
dependencies: | ||
"@jest/schemas" "^29.0.0" | ||
"@types/istanbul-lib-coverage" "^2.0.0" | ||
"@types/istanbul-reports" "^3.0.0" | ||
"@types/node" "*" | ||
"@types/yargs" "^17.0.8" | ||
chalk "^4.0.0" | ||
|
||
"@jridgewell/gen-mapping@^0.1.0": | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" | ||
|
@@ -854,14 +895,14 @@ | |
expect "^28.0.0" | ||
pretty-format "^28.0.0" | ||
|
||
"@types/jsdom@^16.2.4": | ||
version "16.2.14" | ||
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-16.2.14.tgz#26fe9da6a8870715b154bb84cd3b2e53433d8720" | ||
integrity sha512-6BAy1xXEmMuHeAJ4Fv4yXKwBDTGTOseExKE3OaHiNycdHdZw59KfYzrt0DkDluvwmik1HRt6QS7bImxUmpSy+w== | ||
"@types/jsdom@^20.0.0": | ||
version "20.0.0" | ||
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.0.tgz#4414fb629465167f8b7b3804b9e067bdd99f1791" | ||
integrity sha512-YfAchFs0yM1QPDrLm2VHe+WHGtqms3NXnXAMolrgrVP6fgBHHXy1ozAbo/dFtPNtZC/m66bPiCTWYmqp1F14gA== | ||
dependencies: | ||
"@types/node" "*" | ||
"@types/parse5" "*" | ||
"@types/tough-cookie" "*" | ||
parse5 "^7.0.0" | ||
|
||
"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": | ||
version "7.0.11" | ||
|
@@ -885,11 +926,6 @@ | |
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.23.tgz#3b41a6e643589ac6442bdbd7a4a3ded62f33f7da" | ||
integrity sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw== | ||
|
||
"@types/parse5@*": | ||
version "6.0.3" | ||
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.3.tgz#705bb349e789efa06f43f128cef51240753424cb" | ||
integrity sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g== | ||
|
||
"@types/prettier@*", "@types/prettier@^2.1.5": | ||
version "2.4.4" | ||
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17" | ||
|
@@ -1159,7 +1195,7 @@ | |
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" | ||
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== | ||
|
||
abab@^2.0.5, abab@^2.0.6: | ||
abab@^2.0.6: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" | ||
integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== | ||
|
@@ -1647,7 +1683,7 @@ cssstyle@^2.3.0: | |
dependencies: | ||
cssom "~0.3.6" | ||
|
||
data-urls@^3.0.1: | ||
data-urls@^3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143" | ||
integrity sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ== | ||
|
@@ -1764,6 +1800,11 @@ enhanced-resolve@^5.0.0, enhanced-resolve@^5.10.0: | |
graceful-fs "^4.2.4" | ||
tapable "^2.2.0" | ||
|
||
entities@^4.3.0: | ||
version "4.3.1" | ||
resolved "https://registry.yarnpkg.com/entities/-/entities-4.3.1.tgz#c34062a94c865c322f9d67b4384e4169bcede6a4" | ||
integrity sha512-o4q/dYJlmyjP2zfnaWDUC6A3BQFmVTX+tZPezK7k0GLSU9QYCauscf5Y+qcEPzKL+EixVouYDgLQK5H9GrLpkg== | ||
|
||
envinfo@^7.7.3: | ||
version "7.8.1" | ||
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" | ||
|
@@ -2270,7 +2311,7 @@ http-proxy-agent@^5.0.0: | |
agent-base "6" | ||
debug "4" | ||
|
||
https-proxy-agent@^5.0.0: | ||
https-proxy-agent@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" | ||
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== | ||
|
@@ -2554,19 +2595,19 @@ jest-each@^28.1.3: | |
jest-util "^28.1.3" | ||
pretty-format "^28.1.3" | ||
|
||
jest-environment-jsdom@^28.1.2: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-28.1.3.tgz#2d4e5d61b7f1d94c3bddfbb21f0308ee506c09fb" | ||
integrity sha512-HnlGUmZRdxfCByd3GM2F100DgQOajUBzEitjGqIREcb45kGjZvRrKUdlaF6escXBdcXNl0OBh+1ZrfeZT3GnAg== | ||
jest-environment-jsdom@^29.0.0: | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.0.0.tgz#b48d6a62307661d26746243f9e79484315db5731" | ||
integrity sha512-NVBXMAEbNrgln2of0OtDhfT18Ohl9DZKkjsNgGKWOWmo3TZwHSG6MRw7XE3RQh/SH69a8vVlf4g2cQHgXdQFBg== | ||
dependencies: | ||
"@jest/environment" "^28.1.3" | ||
"@jest/fake-timers" "^28.1.3" | ||
"@jest/types" "^28.1.3" | ||
"@types/jsdom" "^16.2.4" | ||
"@jest/environment" "^29.0.0" | ||
"@jest/fake-timers" "^29.0.0" | ||
"@jest/types" "^29.0.0" | ||
"@types/jsdom" "^20.0.0" | ||
"@types/node" "*" | ||
jest-mock "^28.1.3" | ||
jest-util "^28.1.3" | ||
jsdom "^19.0.0" | ||
jest-mock "^29.0.0" | ||
jest-util "^29.0.0" | ||
jsdom "^20.0.0" | ||
|
||
jest-environment-node@^28.1.3: | ||
version "28.1.3" | ||
|
@@ -2637,6 +2678,21 @@ jest-message-util@^28.1.3: | |
slash "^3.0.0" | ||
stack-utils "^2.0.3" | ||
|
||
jest-message-util@^29.0.0: | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.0.0.tgz#7995991fca9b41dc8410d0952894bbd4c5052ba8" | ||
integrity sha512-4U0RdNV0TBTgVGzEchjryEpq4sqLO3gUQT7TEIbO5+q0K5MuiofOPcXk4GLpWviWByMRJjliQNMuzJ4YGT+oGQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@jest/types" "^29.0.0" | ||
"@types/stack-utils" "^2.0.0" | ||
chalk "^4.0.0" | ||
graceful-fs "^4.2.9" | ||
micromatch "^4.0.4" | ||
pretty-format "^29.0.0" | ||
slash "^3.0.0" | ||
stack-utils "^2.0.3" | ||
|
||
jest-mock@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.3.tgz#d4e9b1fc838bea595c77ab73672ebf513ab249da" | ||
|
@@ -2645,6 +2701,14 @@ jest-mock@^28.1.3: | |
"@jest/types" "^28.1.3" | ||
"@types/node" "*" | ||
|
||
jest-mock@^29.0.0: | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.0.tgz#dff9e2a9caa9c813115db24e78d00a0cba9f0019" | ||
integrity sha512-0AWznVt415KMCxcJPaE2+tWaruw0w8aRrKH1Y/NZUx3+Pd9f20jQjUR82iHqGSuYS4EOHL9uI8SjAhJk+ET91g== | ||
dependencies: | ||
"@jest/types" "^29.0.0" | ||
"@types/node" "*" | ||
|
||
jest-pnp-resolver@^1.2.2: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c" | ||
|
@@ -2774,6 +2838,18 @@ jest-util@^28.0.0, jest-util@^28.1.3: | |
graceful-fs "^4.2.9" | ||
picomatch "^2.2.3" | ||
|
||
jest-util@^29.0.0: | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.0.0.tgz#54dfddf25fb011a2ff93fe8d11738dee8ff7f663" | ||
integrity sha512-HMjW/pkFgi34LGKumjNDK03DYonV+nPMNUZ63rZX8PFdBkdIWUtOCEiaa7sAJkWrw5MyMVzSpa22NcOJjoQ3JQ== | ||
dependencies: | ||
"@jest/types" "^29.0.0" | ||
"@types/node" "*" | ||
chalk "^4.0.0" | ||
ci-info "^3.2.0" | ||
graceful-fs "^4.2.9" | ||
picomatch "^2.2.3" | ||
|
||
jest-validate@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-28.1.3.tgz#e322267fd5e7c64cea4629612c357bbda96229df" | ||
|
@@ -2848,37 +2924,37 @@ js-yaml@^4.1.0: | |
dependencies: | ||
argparse "^2.0.1" | ||
|
||
jsdom@^19.0.0: | ||
version "19.0.0" | ||
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-19.0.0.tgz#93e67c149fe26816d38a849ea30ac93677e16b6a" | ||
integrity sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A== | ||
jsdom@^20.0.0: | ||
version "20.0.0" | ||
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.0.tgz#882825ac9cc5e5bbee704ba16143e1fa78361ebf" | ||
integrity sha512-x4a6CKCgx00uCmP+QakBDFXwjAJ69IkkIWHmtmjd3wvXPcdOS44hfX2vqkOQrVrq8l9DhNNADZRXaCEWvgXtVA== | ||
dependencies: | ||
abab "^2.0.5" | ||
acorn "^8.5.0" | ||
abab "^2.0.6" | ||
acorn "^8.7.1" | ||
acorn-globals "^6.0.0" | ||
cssom "^0.5.0" | ||
cssstyle "^2.3.0" | ||
data-urls "^3.0.1" | ||
data-urls "^3.0.2" | ||
decimal.js "^10.3.1" | ||
domexception "^4.0.0" | ||
escodegen "^2.0.0" | ||
form-data "^4.0.0" | ||
html-encoding-sniffer "^3.0.0" | ||
http-proxy-agent "^5.0.0" | ||
https-proxy-agent "^5.0.0" | ||
https-proxy-agent "^5.0.1" | ||
is-potential-custom-element-name "^1.0.1" | ||
nwsapi "^2.2.0" | ||
parse5 "6.0.1" | ||
saxes "^5.0.1" | ||
parse5 "^7.0.0" | ||
saxes "^6.0.0" | ||
symbol-tree "^3.2.4" | ||
tough-cookie "^4.0.0" | ||
w3c-hr-time "^1.0.2" | ||
w3c-xmlserializer "^3.0.0" | ||
webidl-conversions "^7.0.0" | ||
whatwg-encoding "^2.0.0" | ||
whatwg-mimetype "^3.0.0" | ||
whatwg-url "^10.0.0" | ||
ws "^8.2.3" | ||
whatwg-url "^11.0.0" | ||
ws "^8.8.0" | ||
xml-name-validator "^4.0.0" | ||
|
||
jsesc@^2.5.1: | ||
|
@@ -3458,10 +3534,12 @@ parse-json@^5.2.0: | |
json-parse-even-better-errors "^2.3.0" | ||
lines-and-columns "^1.1.6" | ||
|
||
[email protected]: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" | ||
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== | ||
parse5@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.0.0.tgz#51f74a5257f5fcc536389e8c2d0b3802e1bfa91a" | ||
integrity sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g== | ||
dependencies: | ||
entities "^4.3.0" | ||
|
||
path-exists@^4.0.0: | ||
version "4.0.0" | ||
|
@@ -3556,6 +3634,15 @@ pretty-format@^28.0.0, pretty-format@^28.1.3: | |
ansi-styles "^5.0.0" | ||
react-is "^18.0.0" | ||
|
||
pretty-format@^29.0.0: | ||
version "29.0.0" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.0.0.tgz#a9a604ca71678f803f34f6563a25a638fce267ba" | ||
integrity sha512-tMkFRn1vxRwZdiDETcveuNeonRKDg4doOvI+iyb1sOAtxYioGzRicqnsr+d3C/lLv9hBiM/2lDBi5ilR81h2bQ== | ||
dependencies: | ||
"@jest/schemas" "^29.0.0" | ||
ansi-styles "^5.0.0" | ||
react-is "^18.0.0" | ||
|
||
prompts@^2.0.1: | ||
version "2.4.2" | ||
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" | ||
|
@@ -3694,10 +3781,10 @@ safe-stable-stringify@^2.3.1: | |
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | ||
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | ||
|
||
saxes@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d" | ||
integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== | ||
saxes@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5" | ||
integrity sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA== | ||
dependencies: | ||
xmlchars "^2.2.0" | ||
|
||
|
@@ -4234,14 +4321,6 @@ whatwg-mimetype@^3.0.0: | |
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7" | ||
integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q== | ||
|
||
whatwg-url@^10.0.0: | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-10.0.0.tgz#37264f720b575b4a311bd4094ed8c760caaa05da" | ||
integrity sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w== | ||
dependencies: | ||
tr46 "^3.0.0" | ||
webidl-conversions "^7.0.0" | ||
|
||
whatwg-url@^11.0.0: | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018" | ||
|
@@ -4327,10 +4406,10 @@ write-file-atomic@^4.0.1: | |
imurmurhash "^0.1.4" | ||
signal-exit "^3.0.7" | ||
|
||
ws@^8.2.3: | ||
version "8.6.0" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.6.0.tgz#e5e9f1d9e7ff88083d0c0dd8281ea662a42c9c23" | ||
integrity sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw== | ||
ws@^8.8.0: | ||
version "8.8.1" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0" | ||
integrity sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA== | ||
|
||
xml-name-validator@^4.0.0: | ||
version "4.0.0" | ||
|