mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update dependency jsdom to v24
This commit is contained in:
parent
43e25f44dc
commit
3e3bcb81fd
4 changed files with 56 additions and 51 deletions
|
@ -73,7 +73,7 @@
|
||||||
"eslint-plugin-react-hooks": "4.6.0",
|
"eslint-plugin-react-hooks": "4.6.0",
|
||||||
"eslint-plugin-react-refresh": "0.4.3",
|
"eslint-plugin-react-refresh": "0.4.3",
|
||||||
"eslint-plugin-tailwindcss": "3.13.0",
|
"eslint-plugin-tailwindcss": "3.13.0",
|
||||||
"jsdom": "22.1.0",
|
"jsdom": "24.1.0",
|
||||||
"postcss": "8.4.38",
|
"postcss": "8.4.38",
|
||||||
"tailwindcss": "3.4.3",
|
"tailwindcss": "3.4.3",
|
||||||
"vite": "4.5.3",
|
"vite": "4.5.3",
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
"concurrently": "8.2.2",
|
"concurrently": "8.2.2",
|
||||||
"cross-fetch": "4.0.0",
|
"cross-fetch": "4.0.0",
|
||||||
"eslint-plugin-i18next": "6.0.3",
|
"eslint-plugin-i18next": "6.0.3",
|
||||||
"jsdom": "22.1.0",
|
"jsdom": "24.1.0",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"vite": "4.5.3",
|
"vite": "4.5.3",
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
"intl": "1.2.5",
|
"intl": "1.2.5",
|
||||||
"intl-messageformat": "5.4.3",
|
"intl-messageformat": "5.4.3",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"jsdom": "22.1.0",
|
"jsdom": "24.1.0",
|
||||||
"json-stable-stringify": "1.1.1",
|
"json-stable-stringify": "1.1.1",
|
||||||
"jsonpath": "1.1.1",
|
"jsonpath": "1.1.1",
|
||||||
"jsonwebtoken": "8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
|
|
101
yarn.lock
101
yarn.lock
|
@ -18659,10 +18659,10 @@ http-proxy-agent@^5.0.0:
|
||||||
agent-base "6"
|
agent-base "6"
|
||||||
debug "4"
|
debug "4"
|
||||||
|
|
||||||
http-proxy-agent@^7.0.0:
|
http-proxy-agent@^7.0.0, http-proxy-agent@^7.0.2:
|
||||||
version "7.0.0"
|
version "7.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz#e9096c5afd071a3fce56e6252bb321583c124673"
|
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e"
|
||||||
integrity sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==
|
integrity sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==
|
||||||
dependencies:
|
dependencies:
|
||||||
agent-base "^7.1.0"
|
agent-base "^7.1.0"
|
||||||
debug "^4.3.4"
|
debug "^4.3.4"
|
||||||
|
@ -18735,7 +18735,7 @@ https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
|
||||||
agent-base "6"
|
agent-base "6"
|
||||||
debug "4"
|
debug "4"
|
||||||
|
|
||||||
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2:
|
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.4:
|
||||||
version "7.0.4"
|
version "7.0.4"
|
||||||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
|
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
|
||||||
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
|
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
|
||||||
|
@ -20293,34 +20293,32 @@ jscodeshift@^0.15.1:
|
||||||
temp "^0.8.4"
|
temp "^0.8.4"
|
||||||
write-file-atomic "^2.3.0"
|
write-file-atomic "^2.3.0"
|
||||||
|
|
||||||
jsdom@22.1.0, jsdom@~22.1.0:
|
jsdom@24.1.0, jsdom@^24.0.0:
|
||||||
version "22.1.0"
|
version "24.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-22.1.0.tgz#0fca6d1a37fbeb7f4aac93d1090d782c56b611c8"
|
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.1.0.tgz#0cffdabd42c506788bfecd160e8ac22d4387f971"
|
||||||
integrity sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==
|
integrity sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==
|
||||||
dependencies:
|
dependencies:
|
||||||
abab "^2.0.6"
|
cssstyle "^4.0.1"
|
||||||
cssstyle "^3.0.0"
|
data-urls "^5.0.0"
|
||||||
data-urls "^4.0.0"
|
|
||||||
decimal.js "^10.4.3"
|
decimal.js "^10.4.3"
|
||||||
domexception "^4.0.0"
|
|
||||||
form-data "^4.0.0"
|
form-data "^4.0.0"
|
||||||
html-encoding-sniffer "^3.0.0"
|
html-encoding-sniffer "^4.0.0"
|
||||||
http-proxy-agent "^5.0.0"
|
http-proxy-agent "^7.0.2"
|
||||||
https-proxy-agent "^5.0.1"
|
https-proxy-agent "^7.0.4"
|
||||||
is-potential-custom-element-name "^1.0.1"
|
is-potential-custom-element-name "^1.0.1"
|
||||||
nwsapi "^2.2.4"
|
nwsapi "^2.2.10"
|
||||||
parse5 "^7.1.2"
|
parse5 "^7.1.2"
|
||||||
rrweb-cssom "^0.6.0"
|
rrweb-cssom "^0.7.0"
|
||||||
saxes "^6.0.0"
|
saxes "^6.0.0"
|
||||||
symbol-tree "^3.2.4"
|
symbol-tree "^3.2.4"
|
||||||
tough-cookie "^4.1.2"
|
tough-cookie "^4.1.4"
|
||||||
w3c-xmlserializer "^4.0.0"
|
w3c-xmlserializer "^5.0.0"
|
||||||
webidl-conversions "^7.0.0"
|
webidl-conversions "^7.0.0"
|
||||||
whatwg-encoding "^2.0.0"
|
whatwg-encoding "^3.1.1"
|
||||||
whatwg-mimetype "^3.0.0"
|
whatwg-mimetype "^4.0.0"
|
||||||
whatwg-url "^12.0.1"
|
whatwg-url "^14.0.0"
|
||||||
ws "^8.13.0"
|
ws "^8.17.0"
|
||||||
xml-name-validator "^4.0.0"
|
xml-name-validator "^5.0.0"
|
||||||
|
|
||||||
jsdom@^16.4.0:
|
jsdom@^16.4.0:
|
||||||
version "16.7.0"
|
version "16.7.0"
|
||||||
|
@ -20355,32 +20353,34 @@ jsdom@^16.4.0:
|
||||||
ws "^7.4.6"
|
ws "^7.4.6"
|
||||||
xml-name-validator "^3.0.0"
|
xml-name-validator "^3.0.0"
|
||||||
|
|
||||||
jsdom@^24.0.0:
|
jsdom@~22.1.0:
|
||||||
version "24.0.0"
|
version "22.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.0.0.tgz#e2dc04e4c79da368481659818ee2b0cd7c39007c"
|
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-22.1.0.tgz#0fca6d1a37fbeb7f4aac93d1090d782c56b611c8"
|
||||||
integrity sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==
|
integrity sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==
|
||||||
dependencies:
|
dependencies:
|
||||||
cssstyle "^4.0.1"
|
abab "^2.0.6"
|
||||||
data-urls "^5.0.0"
|
cssstyle "^3.0.0"
|
||||||
|
data-urls "^4.0.0"
|
||||||
decimal.js "^10.4.3"
|
decimal.js "^10.4.3"
|
||||||
|
domexception "^4.0.0"
|
||||||
form-data "^4.0.0"
|
form-data "^4.0.0"
|
||||||
html-encoding-sniffer "^4.0.0"
|
html-encoding-sniffer "^3.0.0"
|
||||||
http-proxy-agent "^7.0.0"
|
http-proxy-agent "^5.0.0"
|
||||||
https-proxy-agent "^7.0.2"
|
https-proxy-agent "^5.0.1"
|
||||||
is-potential-custom-element-name "^1.0.1"
|
is-potential-custom-element-name "^1.0.1"
|
||||||
nwsapi "^2.2.7"
|
nwsapi "^2.2.4"
|
||||||
parse5 "^7.1.2"
|
parse5 "^7.1.2"
|
||||||
rrweb-cssom "^0.6.0"
|
rrweb-cssom "^0.6.0"
|
||||||
saxes "^6.0.0"
|
saxes "^6.0.0"
|
||||||
symbol-tree "^3.2.4"
|
symbol-tree "^3.2.4"
|
||||||
tough-cookie "^4.1.3"
|
tough-cookie "^4.1.2"
|
||||||
w3c-xmlserializer "^5.0.0"
|
w3c-xmlserializer "^4.0.0"
|
||||||
webidl-conversions "^7.0.0"
|
webidl-conversions "^7.0.0"
|
||||||
whatwg-encoding "^3.1.1"
|
whatwg-encoding "^2.0.0"
|
||||||
whatwg-mimetype "^4.0.0"
|
whatwg-mimetype "^3.0.0"
|
||||||
whatwg-url "^14.0.0"
|
whatwg-url "^12.0.1"
|
||||||
ws "^8.16.0"
|
ws "^8.13.0"
|
||||||
xml-name-validator "^5.0.0"
|
xml-name-validator "^4.0.0"
|
||||||
|
|
||||||
jsesc@^1.3.0:
|
jsesc@^1.3.0:
|
||||||
version "1.3.0"
|
version "1.3.0"
|
||||||
|
@ -23407,10 +23407,10 @@ numbered@^1.1.0:
|
||||||
resolved "https://registry.yarnpkg.com/numbered/-/numbered-1.1.0.tgz#9fcd79564c73a84b9574e8370c3d8e58fe3c133c"
|
resolved "https://registry.yarnpkg.com/numbered/-/numbered-1.1.0.tgz#9fcd79564c73a84b9574e8370c3d8e58fe3c133c"
|
||||||
integrity sha512-pv/ue2Odr7IfYOO0byC1KgBI10wo5YDauLhxY6/saNzAdAs0r1SotGCPzzCLNPL0xtrAwWRialLu23AAu9xO1g==
|
integrity sha512-pv/ue2Odr7IfYOO0byC1KgBI10wo5YDauLhxY6/saNzAdAs0r1SotGCPzzCLNPL0xtrAwWRialLu23AAu9xO1g==
|
||||||
|
|
||||||
nwsapi@^2.2.0, nwsapi@^2.2.4, nwsapi@^2.2.7:
|
nwsapi@^2.2.0, nwsapi@^2.2.10, nwsapi@^2.2.4:
|
||||||
version "2.2.7"
|
version "2.2.10"
|
||||||
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.7.tgz#738e0707d3128cb750dddcfe90e4610482df0f30"
|
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.10.tgz#0b77a68e21a0b483db70b11fad055906e867cda8"
|
||||||
integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==
|
integrity sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==
|
||||||
|
|
||||||
nx@16.8.1:
|
nx@16.8.1:
|
||||||
version "16.8.1"
|
version "16.8.1"
|
||||||
|
@ -26974,6 +26974,11 @@ rrweb-cssom@^0.6.0:
|
||||||
resolved "https://registry.yarnpkg.com/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz#ed298055b97cbddcdeb278f904857629dec5e0e1"
|
resolved "https://registry.yarnpkg.com/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz#ed298055b97cbddcdeb278f904857629dec5e0e1"
|
||||||
integrity sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==
|
integrity sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==
|
||||||
|
|
||||||
|
rrweb-cssom@^0.7.0:
|
||||||
|
version "0.7.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/rrweb-cssom/-/rrweb-cssom-0.7.0.tgz#51cc1e7f4c20dd81218545b5092939bc6fd81bcd"
|
||||||
|
integrity sha512-KlSv0pm9kgQSRxXEMgtivPJ4h826YHsuob8pSHcfSZsSXGtvpEAie8S0AnXuObEJ7nhikOb4ahwxDm0H2yW17g==
|
||||||
|
|
||||||
rss@1.2.2:
|
rss@1.2.2:
|
||||||
version "1.2.2"
|
version "1.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/rss/-/rss-1.2.2.tgz#50a1698876138133a74f9a05d2bdc8db8d27a921"
|
resolved "https://registry.yarnpkg.com/rss/-/rss-1.2.2.tgz#50a1698876138133a74f9a05d2bdc8db8d27a921"
|
||||||
|
@ -29247,7 +29252,7 @@ totalist@^3.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/totalist/-/totalist-3.0.0.tgz#4ef9c58c5f095255cdc3ff2a0a55091c57a3a1bd"
|
resolved "https://registry.yarnpkg.com/totalist/-/totalist-3.0.0.tgz#4ef9c58c5f095255cdc3ff2a0a55091c57a3a1bd"
|
||||||
integrity sha512-eM+pCBxXO/njtF7vdFsHuqb+ElbxqtI4r5EAvk6grfAFyJ6IvWlSkfZ5T9ozC6xWw3Fj1fGoSmrl0gUs46JVIw==
|
integrity sha512-eM+pCBxXO/njtF7vdFsHuqb+ElbxqtI4r5EAvk6grfAFyJ6IvWlSkfZ5T9ozC6xWw3Fj1fGoSmrl0gUs46JVIw==
|
||||||
|
|
||||||
tough-cookie@4.1.4, tough-cookie@^4.0.0, tough-cookie@^4.1.2, tough-cookie@^4.1.3:
|
tough-cookie@4.1.4, tough-cookie@^4.0.0, tough-cookie@^4.1.2, tough-cookie@^4.1.4:
|
||||||
version "4.1.4"
|
version "4.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36"
|
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36"
|
||||||
integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==
|
integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==
|
||||||
|
@ -30823,7 +30828,7 @@ write-file-atomic@^5.0.1:
|
||||||
imurmurhash "^0.1.4"
|
imurmurhash "^0.1.4"
|
||||||
signal-exit "^4.0.1"
|
signal-exit "^4.0.1"
|
||||||
|
|
||||||
ws@8.17.0, ws@^8.13.0, ws@^8.16.0, ws@^8.2.3:
|
ws@8.17.0, ws@^8.13.0, ws@^8.17.0, ws@^8.2.3:
|
||||||
version "8.17.0"
|
version "8.17.0"
|
||||||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
|
||||||
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
|
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
|
||||||
|
|
Loading…
Add table
Reference in a new issue