Skip to content

Commit 85fa5c9

Browse files
committed
downgrade jsdom to allow installation on node 16
1 parent ee4a0d6 commit 85fa5c9

File tree

2 files changed

+106
-114
lines changed

2 files changed

+106
-114
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-prettier": "^5.1.3",
8484
"eslint-plugin-promise": "^6.1.1",
8585
"eslint-plugin-unused-imports": "^3.1.0",
86-
"jsdom": "^23.2.0",
86+
"jsdom": "^22.1.0",
8787
"lint-staged": "^15.2.2",
8888
"node-fetch": "^3.3.2",
8989
"prettier": "^3.2.5",

yarn.lock

+105-113
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@
1515
"@jridgewell/gen-mapping" "^0.3.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@asamuzakjp/dom-selector@^2.0.1":
19-
version "2.0.2"
20-
resolved "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-2.0.2.tgz#160f601d9a465bbdf641410afdc527f37325506e"
21-
integrity sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==
22-
dependencies:
23-
bidi-js "^1.0.3"
24-
css-tree "^2.3.1"
25-
is-potential-custom-element-name "^1.0.1"
26-
2718
"@babel/helper-string-parser@^7.23.4":
2819
version "7.23.4"
2920
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
@@ -364,6 +355,11 @@
364355
resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
365356
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
366357

358+
"@tootallnate/once@2":
359+
version "2.0.0"
360+
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
361+
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
362+
367363
"@types/eslint@8.56.5":
368364
version "8.56.5"
369365
resolved "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.5.tgz#94b88cab77588fcecdd0771a6d576fa1c0af9d02"
@@ -645,6 +641,11 @@
645641
loupe "^2.3.7"
646642
pretty-format "^29.7.0"
647643

644+
abab@^2.0.6:
645+
version "2.0.6"
646+
resolved "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
647+
integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
648+
648649
abortcontroller-polyfill@^1.7.5:
649650
version "1.7.5"
650651
resolved "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.5.tgz#6738495f4e901fbb57b6c0611d0c75f76c485bed"
@@ -670,12 +671,12 @@ acorn@^8.11.3:
670671
resolved "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
671672
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
672673

673-
agent-base@^7.0.2, agent-base@^7.1.0:
674-
version "7.1.0"
675-
resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
676-
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
674+
agent-base@6:
675+
version "6.0.2"
676+
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
677+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
677678
dependencies:
678-
debug "^4.3.4"
679+
debug "4"
679680

680681
ajv@^6.12.4:
681682
version "6.12.6"
@@ -854,13 +855,6 @@ balanced-match@^1.0.0:
854855
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
855856
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
856857

857-
bidi-js@^1.0.3:
858-
version "1.0.3"
859-
resolved "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz#6f8bcf3c877c4d9220ddf49b9bb6930c88f877d2"
860-
integrity sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==
861-
dependencies:
862-
require-from-string "^2.0.2"
863-
864858
brace-expansion@^1.1.7:
865859
version "1.1.11"
866860
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -1015,18 +1009,10 @@ cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
10151009
shebang-command "^2.0.0"
10161010
which "^2.0.1"
10171011

1018-
css-tree@^2.3.1:
1019-
version "2.3.1"
1020-
resolved "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz#10264ce1e5442e8572fc82fbe490644ff54b5c20"
1021-
integrity sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==
1022-
dependencies:
1023-
mdn-data "2.0.30"
1024-
source-map-js "^1.0.1"
1025-
1026-
cssstyle@^4.0.1:
1027-
version "4.0.1"
1028-
resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz#ef29c598a1e90125c870525490ea4f354db0660a"
1029-
integrity sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==
1012+
cssstyle@^3.0.0:
1013+
version "3.0.0"
1014+
resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-3.0.0.tgz#17ca9c87d26eac764bb8cfd00583cff21ce0277a"
1015+
integrity sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==
10301016
dependencies:
10311017
rrweb-cssom "^0.6.0"
10321018

@@ -1035,13 +1021,14 @@ data-uri-to-buffer@^4.0.0:
10351021
resolved "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
10361022
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
10371023

1038-
data-urls@^5.0.0:
1039-
version "5.0.0"
1040-
resolved "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz#2f76906bce1824429ffecb6920f45a0b30f00dde"
1041-
integrity sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==
1024+
data-urls@^4.0.0:
1025+
version "4.0.0"
1026+
resolved "https://registry.npmjs.org/data-urls/-/data-urls-4.0.0.tgz#333a454eca6f9a5b7b0f1013ff89074c3f522dd4"
1027+
integrity sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g==
10421028
dependencies:
1043-
whatwg-mimetype "^4.0.0"
1044-
whatwg-url "^14.0.0"
1029+
abab "^2.0.6"
1030+
whatwg-mimetype "^3.0.0"
1031+
whatwg-url "^12.0.0"
10451032

10461033
debug@4, debug@4.3.4, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
10471034
version "4.3.4"
@@ -1140,6 +1127,13 @@ doctrine@^3.0.0:
11401127
dependencies:
11411128
esutils "^2.0.2"
11421129

1130+
domexception@^4.0.0:
1131+
version "4.0.0"
1132+
resolved "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz#4ad1be56ccadc86fc76d033353999a8037d03673"
1133+
integrity sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==
1134+
dependencies:
1135+
webidl-conversions "^7.0.0"
1136+
11431137
emoji-regex@^10.3.0:
11441138
version "10.3.0"
11451139
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23"
@@ -1872,32 +1866,33 @@ hasown@^2.0.0, hasown@^2.0.1:
18721866
dependencies:
18731867
function-bind "^1.1.2"
18741868

1875-
html-encoding-sniffer@^4.0.0:
1876-
version "4.0.0"
1877-
resolved "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz#696df529a7cfd82446369dc5193e590a3735b448"
1878-
integrity sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==
1869+
html-encoding-sniffer@^3.0.0:
1870+
version "3.0.0"
1871+
resolved "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9"
1872+
integrity sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==
18791873
dependencies:
1880-
whatwg-encoding "^3.1.1"
1874+
whatwg-encoding "^2.0.0"
18811875

18821876
html-escaper@^2.0.0:
18831877
version "2.0.2"
18841878
resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
18851879
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
18861880

1887-
http-proxy-agent@^7.0.0:
1888-
version "7.0.2"
1889-
resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e"
1890-
integrity sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==
1881+
http-proxy-agent@^5.0.0:
1882+
version "5.0.0"
1883+
resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43"
1884+
integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==
18911885
dependencies:
1892-
agent-base "^7.1.0"
1893-
debug "^4.3.4"
1886+
"@tootallnate/once" "2"
1887+
agent-base "6"
1888+
debug "4"
18941889

1895-
https-proxy-agent@^7.0.2:
1896-
version "7.0.4"
1897-
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
1898-
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
1890+
https-proxy-agent@^5.0.1:
1891+
version "5.0.1"
1892+
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
1893+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
18991894
dependencies:
1900-
agent-base "^7.0.2"
1895+
agent-base "6"
19011896
debug "4"
19021897

19031898
human-signals@^5.0.0:
@@ -2215,32 +2210,34 @@ js-yaml@^4.1.0:
22152210
dependencies:
22162211
argparse "^2.0.1"
22172212

2218-
jsdom@^23.2.0:
2219-
version "23.2.0"
2220-
resolved "https://registry.npmjs.org/jsdom/-/jsdom-23.2.0.tgz#08083220146d41c467efa1c6969f02b525ba6c1d"
2221-
integrity sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA==
2213+
jsdom@^22.1.0:
2214+
version "22.1.0"
2215+
resolved "https://registry.npmjs.org/jsdom/-/jsdom-22.1.0.tgz#0fca6d1a37fbeb7f4aac93d1090d782c56b611c8"
2216+
integrity sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==
22222217
dependencies:
2223-
"@asamuzakjp/dom-selector" "^2.0.1"
2224-
cssstyle "^4.0.1"
2225-
data-urls "^5.0.0"
2218+
abab "^2.0.6"
2219+
cssstyle "^3.0.0"
2220+
data-urls "^4.0.0"
22262221
decimal.js "^10.4.3"
2222+
domexception "^4.0.0"
22272223
form-data "^4.0.0"
2228-
html-encoding-sniffer "^4.0.0"
2229-
http-proxy-agent "^7.0.0"
2230-
https-proxy-agent "^7.0.2"
2224+
html-encoding-sniffer "^3.0.0"
2225+
http-proxy-agent "^5.0.0"
2226+
https-proxy-agent "^5.0.1"
22312227
is-potential-custom-element-name "^1.0.1"
2228+
nwsapi "^2.2.4"
22322229
parse5 "^7.1.2"
22332230
rrweb-cssom "^0.6.0"
22342231
saxes "^6.0.0"
22352232
symbol-tree "^3.2.4"
2236-
tough-cookie "^4.1.3"
2237-
w3c-xmlserializer "^5.0.0"
2233+
tough-cookie "^4.1.2"
2234+
w3c-xmlserializer "^4.0.0"
22382235
webidl-conversions "^7.0.0"
2239-
whatwg-encoding "^3.1.1"
2240-
whatwg-mimetype "^4.0.0"
2241-
whatwg-url "^14.0.0"
2242-
ws "^8.16.0"
2243-
xml-name-validator "^5.0.0"
2236+
whatwg-encoding "^2.0.0"
2237+
whatwg-mimetype "^3.0.0"
2238+
whatwg-url "^12.0.1"
2239+
ws "^8.13.0"
2240+
xml-name-validator "^4.0.0"
22442241

22452242
json-schema-traverse@^0.4.1:
22462243
version "0.4.1"
@@ -2385,11 +2382,6 @@ make-dir@^4.0.0:
23852382
dependencies:
23862383
semver "^7.5.3"
23872384

2388-
mdn-data@2.0.30:
2389-
version "2.0.30"
2390-
resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz#ce4df6f80af6cfbe218ecd5c552ba13c4dfa08cc"
2391-
integrity sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==
2392-
23932385
merge-stream@^2.0.0:
23942386
version "2.0.0"
23952387
resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
@@ -2510,6 +2502,11 @@ npm-run-path@^5.1.0:
25102502
dependencies:
25112503
path-key "^4.0.0"
25122504

2505+
nwsapi@^2.2.4:
2506+
version "2.2.7"
2507+
resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz#738e0707d3128cb750dddcfe90e4610482df0f30"
2508+
integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==
2509+
25132510
object-inspect@^1.12.3, object-inspect@^1.9.0:
25142511
version "1.12.3"
25152512
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9"
@@ -2766,7 +2763,7 @@ punycode@^2.1.0, punycode@^2.1.1:
27662763
resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
27672764
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
27682765

2769-
punycode@^2.3.1:
2766+
punycode@^2.3.0:
27702767
version "2.3.1"
27712768
resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
27722769
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
@@ -2805,11 +2802,6 @@ regexp.prototype.flags@^1.5.2:
28052802
es-errors "^1.3.0"
28062803
set-function-name "^2.0.1"
28072804

2808-
require-from-string@^2.0.2:
2809-
version "2.0.2"
2810-
resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
2811-
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
2812-
28132805
requires-port@^1.0.0:
28142806
version "1.0.0"
28152807
resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
@@ -3038,7 +3030,7 @@ slice-ansi@^7.0.0:
30383030
ansi-styles "^6.2.1"
30393031
is-fullwidth-code-point "^5.0.0"
30403032

3041-
source-map-js@^1.0.1, source-map-js@^1.0.2:
3033+
source-map-js@^1.0.2:
30423034
version "1.0.2"
30433035
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
30443036
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
@@ -3201,7 +3193,7 @@ to-regex-range@^5.0.1:
32013193
dependencies:
32023194
is-number "^7.0.0"
32033195

3204-
tough-cookie@^4.1.3:
3196+
tough-cookie@^4.1.2:
32053197
version "4.1.3"
32063198
resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
32073199
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
@@ -3211,12 +3203,12 @@ tough-cookie@^4.1.3:
32113203
universalify "^0.2.0"
32123204
url-parse "^1.5.3"
32133205

3214-
tr46@^5.0.0:
3215-
version "5.0.0"
3216-
resolved "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz#3b46d583613ec7283020d79019f1335723801cec"
3217-
integrity sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==
3206+
tr46@^4.1.1:
3207+
version "4.1.1"
3208+
resolved "https://registry.npmjs.org/tr46/-/tr46-4.1.1.tgz#281a758dcc82aeb4fe38c7dfe4d11a395aac8469"
3209+
integrity sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==
32183210
dependencies:
3219-
punycode "^2.3.1"
3211+
punycode "^2.3.0"
32203212

32213213
ts-api-utils@^1.0.1:
32223214
version "1.0.3"
@@ -3450,12 +3442,12 @@ vitest@^1.3.1:
34503442
vite-node "1.3.1"
34513443
why-is-node-running "^2.2.2"
34523444

3453-
w3c-xmlserializer@^5.0.0:
3454-
version "5.0.0"
3455-
resolved "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz#f925ba26855158594d907313cedd1476c5967f6c"
3456-
integrity sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==
3445+
w3c-xmlserializer@^4.0.0:
3446+
version "4.0.0"
3447+
resolved "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz#aebdc84920d806222936e3cdce408e32488a3073"
3448+
integrity sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==
34573449
dependencies:
3458-
xml-name-validator "^5.0.0"
3450+
xml-name-validator "^4.0.0"
34593451

34603452
web-streams-polyfill@^3.0.3:
34613453
version "3.2.1"
@@ -3467,24 +3459,24 @@ webidl-conversions@^7.0.0:
34673459
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
34683460
integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==
34693461

3470-
whatwg-encoding@^3.1.1:
3471-
version "3.1.1"
3472-
resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz#d0f4ef769905d426e1688f3e34381a99b60b76e5"
3473-
integrity sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==
3462+
whatwg-encoding@^2.0.0:
3463+
version "2.0.0"
3464+
resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53"
3465+
integrity sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==
34743466
dependencies:
34753467
iconv-lite "0.6.3"
34763468

3477-
whatwg-mimetype@^4.0.0:
3478-
version "4.0.0"
3479-
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz#bc1bf94a985dc50388d54a9258ac405c3ca2fc0a"
3480-
integrity sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==
3469+
whatwg-mimetype@^3.0.0:
3470+
version "3.0.0"
3471+
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7"
3472+
integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==
34813473

3482-
whatwg-url@^14.0.0:
3483-
version "14.0.0"
3484-
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz#00baaa7fd198744910c4b1ef68378f2200e4ceb6"
3485-
integrity sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==
3474+
whatwg-url@^12.0.0, whatwg-url@^12.0.1:
3475+
version "12.0.1"
3476+
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-12.0.1.tgz#fd7bcc71192e7c3a2a97b9a8d6b094853ed8773c"
3477+
integrity sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==
34863478
dependencies:
3487-
tr46 "^5.0.0"
3479+
tr46 "^4.1.1"
34883480
webidl-conversions "^7.0.0"
34893481

34903482
which-boxed-primitive@^1.0.2:
@@ -3549,15 +3541,15 @@ wrappy@1:
35493541
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
35503542
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
35513543

3552-
ws@^8.16.0:
3544+
ws@^8.13.0:
35533545
version "8.16.0"
35543546
resolved "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
35553547
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==
35563548

3557-
xml-name-validator@^5.0.0:
3558-
version "5.0.0"
3559-
resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz#82be9b957f7afdacf961e5980f1bf227c0bf7673"
3560-
integrity sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==
3549+
xml-name-validator@^4.0.0:
3550+
version "4.0.0"
3551+
resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
3552+
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
35613553

35623554
xmlchars@^2.2.0:
35633555
version "2.2.0"

0 commit comments

Comments
 (0)