ghost 4.26.1 → 4.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/content/themes/casper/assets/built/screen.css +1 -1
- package/content/themes/casper/assets/built/screen.css.map +1 -1
- package/content/themes/casper/assets/css/screen.css +29 -4
- package/content/themes/casper/package.json +1 -1
- package/core/built/assets/{chunk.3.8f95b516d88ff4eec64c.js → chunk.3.e54be01b5124e4e27958.js} +7 -7
- package/core/built/assets/ghost-dark-ae67fe157509b6e82c607ba560fc52e9.css +1 -0
- package/core/built/assets/{ghost.min-f3c6886e191d34450e9ffca0c8fa056e.js → ghost.min-2d534cce15c43c646814b26f4beefb78.js} +131 -128
- package/core/built/assets/ghost.min-b1e58e098721e467388682a85a7c187d.css +1 -0
- package/core/built/assets/{vendor.min-b6b8d2a31d61830c2d8f65c5ba54236a.js → vendor.min-e433aa7d5620e7837f30e170cd43f84e.js} +568 -538
- package/core/frontend/src/cards/css/audio.css +199 -127
- package/core/frontend/src/cards/css/blockquote.css +6 -10
- package/core/frontend/src/cards/css/product.css +101 -0
- package/core/frontend/src/cards/js/audio.js +47 -37
- package/core/server/services/mega/template.js +2 -2
- package/core/server/services/twitter-embed.js +2 -1
- package/core/server/web/admin/views/default-prod.html +4 -4
- package/core/server/web/admin/views/default.html +4 -4
- package/core/shared/labs.js +4 -3
- package/package.json +15 -15
- package/yarn.lock +150 -231
- package/core/built/assets/ghost-dark-ef86e3bc7f0fb83d39d3d6a49bff8dd5.css +0 -1
- package/core/built/assets/ghost.min-57c1e677f42d596942d317ce93e8a62c.css +0 -1
package/yarn.lock
CHANGED
|
@@ -905,10 +905,10 @@
|
|
|
905
905
|
maxmin "^3.0.0"
|
|
906
906
|
picocolors "^1.0.0"
|
|
907
907
|
|
|
908
|
-
"@metascraper/helpers@^5.25.
|
|
909
|
-
version "5.25.
|
|
910
|
-
resolved "https://registry.yarnpkg.com/@metascraper/helpers/-/helpers-5.25.
|
|
911
|
-
integrity sha512-
|
|
908
|
+
"@metascraper/helpers@^5.25.5":
|
|
909
|
+
version "5.25.5"
|
|
910
|
+
resolved "https://registry.yarnpkg.com/@metascraper/helpers/-/helpers-5.25.5.tgz#4d9e83ba6bfd04da51c580da5117356af093110a"
|
|
911
|
+
integrity sha512-W+oLFhL81oFKt64bJM+1YEAOIH2WDAYGvdOEWTo8v+PJzaWn+Ir46RMi4fREHlyUdv6DRXe4dkMcHAO77UmvzQ==
|
|
912
912
|
dependencies:
|
|
913
913
|
audio-extensions "0.0.0"
|
|
914
914
|
chrono-node "2.3.4"
|
|
@@ -921,7 +921,7 @@
|
|
|
921
921
|
is-uri "~1.2.0"
|
|
922
922
|
iso-639-3 "~2.2.0"
|
|
923
923
|
isostring "0.0.1"
|
|
924
|
-
jsdom "~
|
|
924
|
+
jsdom "~19.0.0"
|
|
925
925
|
lodash "~4.17.21"
|
|
926
926
|
memoize-one "~6.0.0"
|
|
927
927
|
microsoft-capitalize "~1.0.5"
|
|
@@ -990,72 +990,72 @@
|
|
|
990
990
|
component-type "^1.2.1"
|
|
991
991
|
join-component "^1.1.0"
|
|
992
992
|
|
|
993
|
-
"@sentry/core@6.
|
|
994
|
-
version "6.
|
|
995
|
-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.
|
|
996
|
-
integrity sha512-
|
|
993
|
+
"@sentry/core@6.16.0":
|
|
994
|
+
version "6.16.0"
|
|
995
|
+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.16.0.tgz#3312e38c6ab66c9d9c4704db696194676c25d001"
|
|
996
|
+
integrity sha512-XqIlMjefuJmwQSAzv9J1PtV6+sXiz1dgBbtRr6e+QGIYZ+BDkuyDQv/HsGPfxxMHxgJBxBzi71FFLjEJsF6CBg==
|
|
997
997
|
dependencies:
|
|
998
|
-
"@sentry/hub" "6.
|
|
999
|
-
"@sentry/minimal" "6.
|
|
1000
|
-
"@sentry/types" "6.
|
|
1001
|
-
"@sentry/utils" "6.
|
|
998
|
+
"@sentry/hub" "6.16.0"
|
|
999
|
+
"@sentry/minimal" "6.16.0"
|
|
1000
|
+
"@sentry/types" "6.16.0"
|
|
1001
|
+
"@sentry/utils" "6.16.0"
|
|
1002
1002
|
tslib "^1.9.3"
|
|
1003
1003
|
|
|
1004
|
-
"@sentry/hub@6.
|
|
1005
|
-
version "6.
|
|
1006
|
-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.
|
|
1007
|
-
integrity sha512-
|
|
1004
|
+
"@sentry/hub@6.16.0":
|
|
1005
|
+
version "6.16.0"
|
|
1006
|
+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.16.0.tgz#98b3b68abfe8ec85065a883f92a04a9953f92c16"
|
|
1007
|
+
integrity sha512-NBkcgGjnYsoXyIJwi2TGCxGnxbDJc/t++0ukFoBRy6RL/pw2YnryCu8PWNFsDkZdlb1zt5SIC6Kui+q1ViNS/A==
|
|
1008
1008
|
dependencies:
|
|
1009
|
-
"@sentry/types" "6.
|
|
1010
|
-
"@sentry/utils" "6.
|
|
1009
|
+
"@sentry/types" "6.16.0"
|
|
1010
|
+
"@sentry/utils" "6.16.0"
|
|
1011
1011
|
tslib "^1.9.3"
|
|
1012
1012
|
|
|
1013
|
-
"@sentry/minimal@6.
|
|
1014
|
-
version "6.
|
|
1015
|
-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.
|
|
1016
|
-
integrity sha512-
|
|
1013
|
+
"@sentry/minimal@6.16.0":
|
|
1014
|
+
version "6.16.0"
|
|
1015
|
+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.16.0.tgz#0f41337be90470fbdccc390aaac6a22cb250ed7f"
|
|
1016
|
+
integrity sha512-9/h0J9BDDY5W/dKILGEq3ewECspNoxcXuly/WOWQdt2SQpIcoh8l/dF8iTXle+icndin0EiMEyHOzaCPWG24oQ==
|
|
1017
1017
|
dependencies:
|
|
1018
|
-
"@sentry/hub" "6.
|
|
1019
|
-
"@sentry/types" "6.
|
|
1018
|
+
"@sentry/hub" "6.16.0"
|
|
1019
|
+
"@sentry/types" "6.16.0"
|
|
1020
1020
|
tslib "^1.9.3"
|
|
1021
1021
|
|
|
1022
|
-
"@sentry/node@6.
|
|
1023
|
-
version "6.
|
|
1024
|
-
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-6.
|
|
1025
|
-
integrity sha512-
|
|
1022
|
+
"@sentry/node@6.16.0":
|
|
1023
|
+
version "6.16.0"
|
|
1024
|
+
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-6.16.0.tgz#9c641927b0f5c28a093d7857471578b230c8879c"
|
|
1025
|
+
integrity sha512-gvZ9aAo/AklkMeUMoL9HsQd+1de8VNmsQSJV2R5/AII69DlcoO+lnVs/XWZxEmTUsjeNQfsaKxwUjE7n/5cQOQ==
|
|
1026
1026
|
dependencies:
|
|
1027
|
-
"@sentry/core" "6.
|
|
1028
|
-
"@sentry/hub" "6.
|
|
1029
|
-
"@sentry/tracing" "6.
|
|
1030
|
-
"@sentry/types" "6.
|
|
1031
|
-
"@sentry/utils" "6.
|
|
1027
|
+
"@sentry/core" "6.16.0"
|
|
1028
|
+
"@sentry/hub" "6.16.0"
|
|
1029
|
+
"@sentry/tracing" "6.16.0"
|
|
1030
|
+
"@sentry/types" "6.16.0"
|
|
1031
|
+
"@sentry/utils" "6.16.0"
|
|
1032
1032
|
cookie "^0.4.1"
|
|
1033
1033
|
https-proxy-agent "^5.0.0"
|
|
1034
1034
|
lru_map "^0.3.3"
|
|
1035
1035
|
tslib "^1.9.3"
|
|
1036
1036
|
|
|
1037
|
-
"@sentry/tracing@6.
|
|
1038
|
-
version "6.
|
|
1039
|
-
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.
|
|
1040
|
-
integrity sha512-
|
|
1037
|
+
"@sentry/tracing@6.16.0":
|
|
1038
|
+
version "6.16.0"
|
|
1039
|
+
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.16.0.tgz#cb1592608ba4d8e4d32bc52a60abe9856b2ac119"
|
|
1040
|
+
integrity sha512-vTTjGnLc9fa3jM0RKkEgOLW23CiPb1Kh6bkHbUw68d3DVz6o0Tj2SqzW+Y+LaIwlFjhrozf+YV/KS9vj4BhHTw==
|
|
1041
1041
|
dependencies:
|
|
1042
|
-
"@sentry/hub" "6.
|
|
1043
|
-
"@sentry/minimal" "6.
|
|
1044
|
-
"@sentry/types" "6.
|
|
1045
|
-
"@sentry/utils" "6.
|
|
1042
|
+
"@sentry/hub" "6.16.0"
|
|
1043
|
+
"@sentry/minimal" "6.16.0"
|
|
1044
|
+
"@sentry/types" "6.16.0"
|
|
1045
|
+
"@sentry/utils" "6.16.0"
|
|
1046
1046
|
tslib "^1.9.3"
|
|
1047
1047
|
|
|
1048
|
-
"@sentry/types@6.
|
|
1049
|
-
version "6.
|
|
1050
|
-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.
|
|
1051
|
-
integrity sha512-
|
|
1048
|
+
"@sentry/types@6.16.0":
|
|
1049
|
+
version "6.16.0"
|
|
1050
|
+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.16.0.tgz#05a8daea73ac9faac8036ae5f84b89f27ffb0ec8"
|
|
1051
|
+
integrity sha512-ZgIyLYlQS4SPi+d68XD8n9FzoObrNQLWxBuMYMnG3uJSuFeYAJrVYkDRtW4OW0D3awuajYGiHJZC2O5qTRGflA==
|
|
1052
1052
|
|
|
1053
|
-
"@sentry/utils@6.
|
|
1054
|
-
version "6.
|
|
1055
|
-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.
|
|
1056
|
-
integrity sha512-
|
|
1053
|
+
"@sentry/utils@6.16.0":
|
|
1054
|
+
version "6.16.0"
|
|
1055
|
+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.16.0.tgz#f04f1a46fea95662dbb26dc2cde02962fe18acb9"
|
|
1056
|
+
integrity sha512-FJl1AyUVAIzxfEXufWsgX7KxIvOrQawxhAhLXO4vU5xrFrJOteicxAIFJO+GG0QDELgr9siP0Qgeb8LoINWcrw==
|
|
1057
1057
|
dependencies:
|
|
1058
|
-
"@sentry/types" "6.
|
|
1058
|
+
"@sentry/types" "6.16.0"
|
|
1059
1059
|
tslib "^1.9.3"
|
|
1060
1060
|
|
|
1061
1061
|
"@simple-dom/document@^1.4.0":
|
|
@@ -1387,14 +1387,14 @@
|
|
|
1387
1387
|
dependencies:
|
|
1388
1388
|
lodash-es "^4.17.11"
|
|
1389
1389
|
|
|
1390
|
-
"@tryghost/html-to-mobiledoc@1.
|
|
1391
|
-
version "1.
|
|
1392
|
-
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-1.
|
|
1393
|
-
integrity sha512-
|
|
1390
|
+
"@tryghost/html-to-mobiledoc@1.5.0":
|
|
1391
|
+
version "1.5.0"
|
|
1392
|
+
resolved "https://registry.yarnpkg.com/@tryghost/html-to-mobiledoc/-/html-to-mobiledoc-1.5.0.tgz#15267a9e1d054e06f675647721a109bd07a29ac7"
|
|
1393
|
+
integrity sha512-CtcsPJ2z0CZUu9JrEnU0oS085Bb8PGe1uO6s6l4CbZTN9m3VMlCM8SJkwOWNqEdu57LZl9Y1uKpKzuUnh3MGeA==
|
|
1394
1394
|
dependencies:
|
|
1395
|
-
"@tryghost/kg-parser-plugins" "^2.
|
|
1395
|
+
"@tryghost/kg-parser-plugins" "^2.8.0"
|
|
1396
1396
|
"@tryghost/mobiledoc-kit" "^0.12.4-ghost.1"
|
|
1397
|
-
jsdom "^
|
|
1397
|
+
jsdom "^18.0.0"
|
|
1398
1398
|
|
|
1399
1399
|
"@tryghost/ignition-errors@0.1.8", "@tryghost/ignition-errors@^0.1.0":
|
|
1400
1400
|
version "0.1.8"
|
|
@@ -1442,15 +1442,17 @@
|
|
|
1442
1442
|
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-3.1.0.tgz#4daff7104c1f261b1b816dd75ae4104009f9c1e6"
|
|
1443
1443
|
integrity sha512-FfROzVgqJWqJ7cVdS9dcALz7rnzNfV8zcrymAJrDTHDsqzAdMfSLe1tNQRm8zas9pyZLsD8zBGmLxG9dr4WFSA==
|
|
1444
1444
|
|
|
1445
|
-
"@tryghost/kg-default-cards@5.
|
|
1446
|
-
version "5.
|
|
1447
|
-
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.
|
|
1448
|
-
integrity sha512-
|
|
1445
|
+
"@tryghost/kg-default-cards@5.11.5":
|
|
1446
|
+
version "5.11.5"
|
|
1447
|
+
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.11.5.tgz#1d5573c76f9e83d0f23842a14c49ae07f94a5a02"
|
|
1448
|
+
integrity sha512-WpXm1rh/Tt24U4mhJqSCcrVy6dM2KFgAT7Thcl07sYD68lAIHMgPnQ7WDv0xhuDP3EbOo8ygQj7Auz+UmIu76g==
|
|
1449
1449
|
dependencies:
|
|
1450
1450
|
"@tryghost/kg-markdown-html-renderer" "^5.1.0"
|
|
1451
1451
|
"@tryghost/url-utils" "^2.0.0"
|
|
1452
1452
|
handlebars "^4.7.6"
|
|
1453
1453
|
juice "^8.0.0"
|
|
1454
|
+
lodash "^4.17.21"
|
|
1455
|
+
luxon "^2.1.1"
|
|
1454
1456
|
|
|
1455
1457
|
"@tryghost/kg-markdown-html-renderer@5.1.0", "@tryghost/kg-markdown-html-renderer@^5.1.0":
|
|
1456
1458
|
version "5.1.0"
|
|
@@ -1473,10 +1475,10 @@
|
|
|
1473
1475
|
semver "^7.3.4"
|
|
1474
1476
|
simple-dom "^1.4.0"
|
|
1475
1477
|
|
|
1476
|
-
"@tryghost/kg-parser-plugins@^2.
|
|
1477
|
-
version "2.
|
|
1478
|
-
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.
|
|
1479
|
-
integrity sha512-
|
|
1478
|
+
"@tryghost/kg-parser-plugins@^2.8.0":
|
|
1479
|
+
version "2.8.0"
|
|
1480
|
+
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.8.0.tgz#6d14836020ffbd1a1cd4fb6928646a27335296e1"
|
|
1481
|
+
integrity sha512-1Aw8FI9HveURDluMcRG0RkSJPy8wsiga+h4hQ9+8kU1dJTs/HkD9ABvQu4I3Oq994BoG0YqSmL8rIgThaYBNtg==
|
|
1480
1482
|
dependencies:
|
|
1481
1483
|
"@tryghost/kg-clean-basic-html" "^2.2.5"
|
|
1482
1484
|
|
|
@@ -2038,7 +2040,7 @@ acorn@^7.1.1, acorn@^7.4.0:
|
|
|
2038
2040
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
|
2039
2041
|
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
|
2040
2042
|
|
|
2041
|
-
acorn@^8.
|
|
2043
|
+
acorn@^8.5.0:
|
|
2042
2044
|
version "8.6.0"
|
|
2043
2045
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.6.0.tgz#e3692ba0eb1a0c83eaa4f37f5fa7368dd7142895"
|
|
2044
2046
|
integrity sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==
|
|
@@ -3604,11 +3606,6 @@ csso@4.2.0, csso@^4.2.0:
|
|
|
3604
3606
|
dependencies:
|
|
3605
3607
|
css-tree "^1.1.2"
|
|
3606
3608
|
|
|
3607
|
-
cssom@^0.4.4:
|
|
3608
|
-
version "0.4.4"
|
|
3609
|
-
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
|
|
3610
|
-
integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==
|
|
3611
|
-
|
|
3612
3609
|
cssom@^0.5.0:
|
|
3613
3610
|
version "0.5.0"
|
|
3614
3611
|
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.5.0.tgz#d254fa92cd8b6fbd83811b9fbaed34663cc17c36"
|
|
@@ -3643,15 +3640,6 @@ data-uri-to-buffer@1:
|
|
|
3643
3640
|
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-1.2.0.tgz#77163ea9c20d8641b4707e8f18abdf9a78f34835"
|
|
3644
3641
|
integrity sha512-vKQ9DTQPN1FLYiiEEOQ6IBGFqvjCa5rSK3cWMy/Nespm5d/x3dGFT9UBZnkLxCwua/IXBi2TYnwTEpsOvhC4UQ==
|
|
3645
3642
|
|
|
3646
|
-
data-urls@^2.0.0:
|
|
3647
|
-
version "2.0.0"
|
|
3648
|
-
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
|
|
3649
|
-
integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==
|
|
3650
|
-
dependencies:
|
|
3651
|
-
abab "^2.0.3"
|
|
3652
|
-
whatwg-mimetype "^2.3.0"
|
|
3653
|
-
whatwg-url "^8.0.0"
|
|
3654
|
-
|
|
3655
3643
|
data-urls@^3.0.1:
|
|
3656
3644
|
version "3.0.1"
|
|
3657
3645
|
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.1.tgz#597fc2ae30f8bc4dbcf731fcd1b1954353afc6f8"
|
|
@@ -3730,7 +3718,7 @@ decamelize@^4.0.0:
|
|
|
3730
3718
|
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
|
|
3731
3719
|
integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==
|
|
3732
3720
|
|
|
3733
|
-
decimal.js@^10.
|
|
3721
|
+
decimal.js@^10.3.1:
|
|
3734
3722
|
version "10.3.1"
|
|
3735
3723
|
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
|
|
3736
3724
|
integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==
|
|
@@ -3907,13 +3895,6 @@ domelementtype@^2.0.1, domelementtype@^2.2.0:
|
|
|
3907
3895
|
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57"
|
|
3908
3896
|
integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==
|
|
3909
3897
|
|
|
3910
|
-
domexception@^2.0.1:
|
|
3911
|
-
version "2.0.1"
|
|
3912
|
-
resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"
|
|
3913
|
-
integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==
|
|
3914
|
-
dependencies:
|
|
3915
|
-
webidl-conversions "^5.0.0"
|
|
3916
|
-
|
|
3917
3898
|
domexception@^4.0.0:
|
|
3918
3899
|
version "4.0.0"
|
|
3919
3900
|
resolved "https://registry.yarnpkg.com/domexception/-/domexception-4.0.0.tgz#4ad1be56ccadc86fc76d033353999a8037d03673"
|
|
@@ -5613,12 +5594,12 @@ grunt@1.4.1:
|
|
|
5613
5594
|
nopt "~3.0.6"
|
|
5614
5595
|
rimraf "~3.0.2"
|
|
5615
5596
|
|
|
5616
|
-
gscan@4.
|
|
5617
|
-
version "4.
|
|
5618
|
-
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.
|
|
5619
|
-
integrity sha512-
|
|
5597
|
+
gscan@4.16.0:
|
|
5598
|
+
version "4.16.0"
|
|
5599
|
+
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.16.0.tgz#c74feec42681090df87186ebc6a70ccb25eaee5b"
|
|
5600
|
+
integrity sha512-SyME4OLcvblPi3d9hPTIQdDGpx52f3ctoGF8RX42X3EzzCTd8inXUs8LZXSy6o43+iKq11FIOblsPGvhsOF7GA==
|
|
5620
5601
|
dependencies:
|
|
5621
|
-
"@sentry/node" "6.
|
|
5602
|
+
"@sentry/node" "6.16.0"
|
|
5622
5603
|
"@tryghost/config" "0.2.1"
|
|
5623
5604
|
"@tryghost/debug" "0.1.9"
|
|
5624
5605
|
"@tryghost/ignition-errors" "0.1.8"
|
|
@@ -5634,7 +5615,7 @@ gscan@4.15.2:
|
|
|
5634
5615
|
fs-extra "9.1.0"
|
|
5635
5616
|
glob "7.2.0"
|
|
5636
5617
|
lodash "4.17.21"
|
|
5637
|
-
multer "1.4.
|
|
5618
|
+
multer "1.4.4"
|
|
5638
5619
|
pluralize "8.0.0"
|
|
5639
5620
|
require-dir "1.2.0"
|
|
5640
5621
|
semver "7.3.5"
|
|
@@ -5785,13 +5766,6 @@ hpagent@^0.1.1:
|
|
|
5785
5766
|
resolved "https://registry.yarnpkg.com/hpagent/-/hpagent-0.1.2.tgz#cab39c66d4df2d4377dbd212295d878deb9bdaa9"
|
|
5786
5767
|
integrity sha512-ePqFXHtSQWAFXYmj+JtOTHr84iNrII4/QRlAAPPE+zqnKy4xJo7Ie1Y4kC7AdB+LxLxSTTzBMASsEcy0q8YyvQ==
|
|
5787
5768
|
|
|
5788
|
-
html-encoding-sniffer@^2.0.1:
|
|
5789
|
-
version "2.0.1"
|
|
5790
|
-
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
|
|
5791
|
-
integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==
|
|
5792
|
-
dependencies:
|
|
5793
|
-
whatwg-encoding "^1.0.5"
|
|
5794
|
-
|
|
5795
5769
|
html-encoding-sniffer@^3.0.0:
|
|
5796
5770
|
version "3.0.0"
|
|
5797
5771
|
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9"
|
|
@@ -6747,23 +6721,23 @@ jsbn@~0.1.0:
|
|
|
6747
6721
|
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
|
6748
6722
|
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
|
|
6749
6723
|
|
|
6750
|
-
jsdom@^
|
|
6751
|
-
version "
|
|
6752
|
-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-
|
|
6753
|
-
integrity sha512-
|
|
6724
|
+
jsdom@^18.0.0:
|
|
6725
|
+
version "18.1.1"
|
|
6726
|
+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-18.1.1.tgz#15ec896f5ab7df9669a62375606f47c8c09551aa"
|
|
6727
|
+
integrity sha512-NmJQbjQ/gpS/1at/ce3nCx89HbXL/f5OcenBe8wU1Eik0ROhyUc3LtmG3567dEHAGXkN8rmILW/qtCOPxPHQJw==
|
|
6754
6728
|
dependencies:
|
|
6755
6729
|
abab "^2.0.5"
|
|
6756
|
-
acorn "^8.
|
|
6730
|
+
acorn "^8.5.0"
|
|
6757
6731
|
acorn-globals "^6.0.0"
|
|
6758
|
-
cssom "^0.
|
|
6732
|
+
cssom "^0.5.0"
|
|
6759
6733
|
cssstyle "^2.3.0"
|
|
6760
|
-
data-urls "^
|
|
6761
|
-
decimal.js "^10.
|
|
6762
|
-
domexception "^
|
|
6734
|
+
data-urls "^3.0.1"
|
|
6735
|
+
decimal.js "^10.3.1"
|
|
6736
|
+
domexception "^4.0.0"
|
|
6763
6737
|
escodegen "^2.0.0"
|
|
6764
|
-
form-data "^
|
|
6765
|
-
html-encoding-sniffer "^
|
|
6766
|
-
http-proxy-agent "^
|
|
6738
|
+
form-data "^4.0.0"
|
|
6739
|
+
html-encoding-sniffer "^3.0.0"
|
|
6740
|
+
http-proxy-agent "^5.0.0"
|
|
6767
6741
|
https-proxy-agent "^5.0.0"
|
|
6768
6742
|
is-potential-custom-element-name "^1.0.1"
|
|
6769
6743
|
nwsapi "^2.2.0"
|
|
@@ -6772,18 +6746,18 @@ jsdom@^16.5.3:
|
|
|
6772
6746
|
symbol-tree "^3.2.4"
|
|
6773
6747
|
tough-cookie "^4.0.0"
|
|
6774
6748
|
w3c-hr-time "^1.0.2"
|
|
6775
|
-
w3c-xmlserializer "^
|
|
6776
|
-
webidl-conversions "^
|
|
6777
|
-
whatwg-encoding "^
|
|
6778
|
-
whatwg-mimetype "^
|
|
6779
|
-
whatwg-url "^
|
|
6780
|
-
ws "^
|
|
6781
|
-
xml-name-validator "^
|
|
6782
|
-
|
|
6783
|
-
jsdom@~
|
|
6784
|
-
version "
|
|
6785
|
-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-
|
|
6786
|
-
integrity sha512-
|
|
6749
|
+
w3c-xmlserializer "^3.0.0"
|
|
6750
|
+
webidl-conversions "^7.0.0"
|
|
6751
|
+
whatwg-encoding "^2.0.0"
|
|
6752
|
+
whatwg-mimetype "^3.0.0"
|
|
6753
|
+
whatwg-url "^10.0.0"
|
|
6754
|
+
ws "^8.2.3"
|
|
6755
|
+
xml-name-validator "^4.0.0"
|
|
6756
|
+
|
|
6757
|
+
jsdom@~19.0.0:
|
|
6758
|
+
version "19.0.0"
|
|
6759
|
+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-19.0.0.tgz#93e67c149fe26816d38a849ea30ac93677e16b6a"
|
|
6760
|
+
integrity sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==
|
|
6787
6761
|
dependencies:
|
|
6788
6762
|
abab "^2.0.5"
|
|
6789
6763
|
acorn "^8.5.0"
|
|
@@ -7411,7 +7385,7 @@ lodash.upperfirst@4.3.1:
|
|
|
7411
7385
|
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
|
|
7412
7386
|
integrity sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=
|
|
7413
7387
|
|
|
7414
|
-
lodash@4.17.21, lodash@^4.14.2, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash
|
|
7388
|
+
lodash@4.17.21, lodash@^4.14.2, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.10, lodash@~4.17.19, lodash@~4.17.21:
|
|
7415
7389
|
version "4.17.21"
|
|
7416
7390
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
|
7417
7391
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
|
@@ -7509,7 +7483,7 @@ lru_map@^0.3.3:
|
|
|
7509
7483
|
resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.3.3.tgz#b5c8351b9464cbd750335a79650a0ec0e56118dd"
|
|
7510
7484
|
integrity sha1-tcg1G5Rky9dQM1p5ZQoOwOVhGN0=
|
|
7511
7485
|
|
|
7512
|
-
luxon@2.1.1:
|
|
7486
|
+
luxon@2.1.1, luxon@^2.1.1:
|
|
7513
7487
|
version "2.1.1"
|
|
7514
7488
|
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.1.1.tgz#34052f7a33a7989767637be7cf80b47db264ff88"
|
|
7515
7489
|
integrity sha512-6VQVNw7+kQu3hL1ZH5GyOhnk8uZm21xS7XJ/6vDZaFNcb62dpFDKcH8TI5NkoZOdMRxr7af7aYGrJlE/Wv0i1w==
|
|
@@ -7686,71 +7660,71 @@ merge-descriptors@1.0.1:
|
|
|
7686
7660
|
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
|
|
7687
7661
|
integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
|
|
7688
7662
|
|
|
7689
|
-
metascraper-author@5.25.
|
|
7690
|
-
version "5.25.
|
|
7691
|
-
resolved "https://registry.yarnpkg.com/metascraper-author/-/metascraper-author-5.25.
|
|
7692
|
-
integrity sha512-
|
|
7663
|
+
metascraper-author@5.25.5:
|
|
7664
|
+
version "5.25.5"
|
|
7665
|
+
resolved "https://registry.yarnpkg.com/metascraper-author/-/metascraper-author-5.25.5.tgz#e960ce1c24a3768cbe72d5c154b8fa3310c6331c"
|
|
7666
|
+
integrity sha512-dWJ97fZkvNlfIEI8DVSZ9V6/4I0OEgt0WbQsGqYnZjDR1ZZTb8FqLZ9GszBWI08zTWRPb9UobuePumJSgor2dg==
|
|
7693
7667
|
dependencies:
|
|
7694
|
-
"@metascraper/helpers" "^5.25.
|
|
7668
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7695
7669
|
|
|
7696
|
-
metascraper-description@5.25.
|
|
7697
|
-
version "5.25.
|
|
7698
|
-
resolved "https://registry.yarnpkg.com/metascraper-description/-/metascraper-description-5.25.
|
|
7699
|
-
integrity sha512-
|
|
7670
|
+
metascraper-description@5.25.5:
|
|
7671
|
+
version "5.25.5"
|
|
7672
|
+
resolved "https://registry.yarnpkg.com/metascraper-description/-/metascraper-description-5.25.5.tgz#4d1b7d86d7d7a8c4fdc48b1195a8bac50bcbc181"
|
|
7673
|
+
integrity sha512-xEnlIcWv2z9g1IpGeABMC3ItQYeAD3vZrblcwhj0o7Gf/1xi+U7ih0KQST+Lo1vb/lYPBZqu8MerG87QEYKQ+g==
|
|
7700
7674
|
dependencies:
|
|
7701
|
-
"@metascraper/helpers" "^5.25.
|
|
7675
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7702
7676
|
|
|
7703
|
-
metascraper-image@5.25.
|
|
7704
|
-
version "5.25.
|
|
7705
|
-
resolved "https://registry.yarnpkg.com/metascraper-image/-/metascraper-image-5.25.
|
|
7706
|
-
integrity sha512-
|
|
7677
|
+
metascraper-image@5.25.5:
|
|
7678
|
+
version "5.25.5"
|
|
7679
|
+
resolved "https://registry.yarnpkg.com/metascraper-image/-/metascraper-image-5.25.5.tgz#26e59278e38d51d5023d1b630aa453877dcf0c7d"
|
|
7680
|
+
integrity sha512-Hge+8DkkzZ4rlGyX5MFMDxsHLX7/Jsluq4sp6lSyKCBAXvbgRvZqCvNsvKPaFY7Y9u1jyxRXOqSawUYx0pu/2g==
|
|
7707
7681
|
dependencies:
|
|
7708
|
-
"@metascraper/helpers" "^5.25.
|
|
7682
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7709
7683
|
|
|
7710
|
-
metascraper-logo-favicon@5.25.
|
|
7711
|
-
version "5.25.
|
|
7712
|
-
resolved "https://registry.yarnpkg.com/metascraper-logo-favicon/-/metascraper-logo-favicon-5.25.
|
|
7713
|
-
integrity sha512-
|
|
7684
|
+
metascraper-logo-favicon@5.25.5:
|
|
7685
|
+
version "5.25.5"
|
|
7686
|
+
resolved "https://registry.yarnpkg.com/metascraper-logo-favicon/-/metascraper-logo-favicon-5.25.5.tgz#d59376d5f358d4dbe479b871233480319935dde5"
|
|
7687
|
+
integrity sha512-IDXvlFQUADabhHNjq5AjqVJotnTG08xDc7I/CtsZeNuQVdb25lQLavVi4Fnh5gtE7Sd2OjWOl+SSQU7jGDmHJA==
|
|
7714
7688
|
dependencies:
|
|
7715
|
-
"@metascraper/helpers" "^5.25.
|
|
7689
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7716
7690
|
got "~11.8.3"
|
|
7717
7691
|
lodash "~4.17.21"
|
|
7718
7692
|
|
|
7719
|
-
metascraper-logo@5.25.
|
|
7720
|
-
version "5.25.
|
|
7721
|
-
resolved "https://registry.yarnpkg.com/metascraper-logo/-/metascraper-logo-5.25.
|
|
7722
|
-
integrity sha512-
|
|
7693
|
+
metascraper-logo@5.25.5:
|
|
7694
|
+
version "5.25.5"
|
|
7695
|
+
resolved "https://registry.yarnpkg.com/metascraper-logo/-/metascraper-logo-5.25.5.tgz#71fa55c11b9b57e84ebc12e19d4d54a9cfc0b6a4"
|
|
7696
|
+
integrity sha512-yxfKGccOlwcLgyPp4YtyPtiiNEJ6qdpJXHMpjjR/2F5+8CC8aHhfw51eDK1pqL3a5J5UEzPHXuy0Jxa4PlQShw==
|
|
7723
7697
|
dependencies:
|
|
7724
|
-
"@metascraper/helpers" "^5.25.
|
|
7698
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7725
7699
|
lodash "~4.17.21"
|
|
7726
7700
|
|
|
7727
|
-
metascraper-publisher@5.25.
|
|
7728
|
-
version "5.25.
|
|
7729
|
-
resolved "https://registry.yarnpkg.com/metascraper-publisher/-/metascraper-publisher-5.25.
|
|
7730
|
-
integrity sha512-
|
|
7701
|
+
metascraper-publisher@5.25.5:
|
|
7702
|
+
version "5.25.5"
|
|
7703
|
+
resolved "https://registry.yarnpkg.com/metascraper-publisher/-/metascraper-publisher-5.25.5.tgz#3a15d8b8541dcdd5e4d1a9de09cf129aeeec82a9"
|
|
7704
|
+
integrity sha512-lJ+T/W3yQwWpQgT3ndxa0Aql3w93pW3i/JojxcbDvtotTPFKIdTdnGvgxcql3qi0p93N/pAPWq6knXHWgMcsvA==
|
|
7731
7705
|
dependencies:
|
|
7732
|
-
"@metascraper/helpers" "^5.25.
|
|
7706
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7733
7707
|
|
|
7734
|
-
metascraper-title@5.25.
|
|
7735
|
-
version "5.25.
|
|
7736
|
-
resolved "https://registry.yarnpkg.com/metascraper-title/-/metascraper-title-5.25.
|
|
7737
|
-
integrity sha512-
|
|
7708
|
+
metascraper-title@5.25.5:
|
|
7709
|
+
version "5.25.5"
|
|
7710
|
+
resolved "https://registry.yarnpkg.com/metascraper-title/-/metascraper-title-5.25.5.tgz#78b4d7db6a96a2b3619fe7a43a082efc04e523a2"
|
|
7711
|
+
integrity sha512-IJhuMHjBmHzwzx2aYiwrhsuiw4jtQo3dX5B4zbA3HVvAG/C3nfR4n7GhoZpVppN2EeAk6SrSaF8TllvXbsh4vg==
|
|
7738
7712
|
dependencies:
|
|
7739
|
-
"@metascraper/helpers" "^5.25.
|
|
7713
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7740
7714
|
|
|
7741
|
-
metascraper-url@5.25.
|
|
7742
|
-
version "5.25.
|
|
7743
|
-
resolved "https://registry.yarnpkg.com/metascraper-url/-/metascraper-url-5.25.
|
|
7744
|
-
integrity sha512-
|
|
7715
|
+
metascraper-url@5.25.5:
|
|
7716
|
+
version "5.25.5"
|
|
7717
|
+
resolved "https://registry.yarnpkg.com/metascraper-url/-/metascraper-url-5.25.5.tgz#bac222d5d64cb2f8cb2c70f9b4a75985f8ef812a"
|
|
7718
|
+
integrity sha512-EYJL81Z9Gl5q8mDUES4yg+4sEH4NkHpOZGyqOqCE72pHmeIT+HhzWDBRvP3ntF8SOABiOrKq/SYFFROM7+kCGQ==
|
|
7745
7719
|
dependencies:
|
|
7746
|
-
"@metascraper/helpers" "^5.25.
|
|
7720
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7747
7721
|
|
|
7748
|
-
metascraper@5.25.
|
|
7749
|
-
version "5.25.
|
|
7750
|
-
resolved "https://registry.yarnpkg.com/metascraper/-/metascraper-5.25.
|
|
7751
|
-
integrity sha512-
|
|
7722
|
+
metascraper@5.25.5:
|
|
7723
|
+
version "5.25.5"
|
|
7724
|
+
resolved "https://registry.yarnpkg.com/metascraper/-/metascraper-5.25.5.tgz#4a4971132fbdba795da6d46f2358eb59e8999989"
|
|
7725
|
+
integrity sha512-40o9IPGjodb1SpFnKUAl73T9I8AtMbBCbLorPwGrzc/igtM4zapxG1G5NdbXAbOcIff4FnlqhUZ+VwqXxG+nVA==
|
|
7752
7726
|
dependencies:
|
|
7753
|
-
"@metascraper/helpers" "^5.25.
|
|
7727
|
+
"@metascraper/helpers" "^5.25.5"
|
|
7754
7728
|
cheerio "~1.0.0-rc.10"
|
|
7755
7729
|
lodash "~4.17.21"
|
|
7756
7730
|
whoops "~4.1.0"
|
|
@@ -8053,10 +8027,10 @@ ms@2.1.3, ms@^2.0.0, ms@^2.1.1, ms@^2.1.2, ms@^2.1.3:
|
|
|
8053
8027
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
|
8054
8028
|
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
|
8055
8029
|
|
|
8056
|
-
multer@1.4.
|
|
8057
|
-
version "1.4.
|
|
8058
|
-
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.
|
|
8059
|
-
integrity sha512-
|
|
8030
|
+
multer@1.4.4:
|
|
8031
|
+
version "1.4.4"
|
|
8032
|
+
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.4.tgz#e2bc6cac0df57a8832b858d7418ccaa8ebaf7d8c"
|
|
8033
|
+
integrity sha512-2wY2+xD4udX612aMqMcB8Ws2Voq6NIUPEtD1be6m411T4uDH/VtL9i//xvcyFlTVfRdaBsk7hV5tgrGQqhuBiw==
|
|
8060
8034
|
dependencies:
|
|
8061
8035
|
append-field "^1.0.0"
|
|
8062
8036
|
busboy "^0.2.11"
|
|
@@ -10969,13 +10943,6 @@ tpl@^0.3.0:
|
|
|
10969
10943
|
optimist ">=0.3.0"
|
|
10970
10944
|
props ">=0.2.2"
|
|
10971
10945
|
|
|
10972
|
-
tr46@^2.1.0:
|
|
10973
|
-
version "2.1.0"
|
|
10974
|
-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.1.0.tgz#fa87aa81ca5d5941da8cbf1f9b749dc969a4e240"
|
|
10975
|
-
integrity sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==
|
|
10976
|
-
dependencies:
|
|
10977
|
-
punycode "^2.1.1"
|
|
10978
|
-
|
|
10979
10946
|
tr46@^3.0.0:
|
|
10980
10947
|
version "3.0.0"
|
|
10981
10948
|
resolved "https://registry.yarnpkg.com/tr46/-/tr46-3.0.0.tgz#555c4e297a950617e8eeddef633c87d4d9d6cbf9"
|
|
@@ -11429,13 +11396,6 @@ w3c-hr-time@^1.0.2:
|
|
|
11429
11396
|
dependencies:
|
|
11430
11397
|
browser-process-hrtime "^1.0.0"
|
|
11431
11398
|
|
|
11432
|
-
w3c-xmlserializer@^2.0.0:
|
|
11433
|
-
version "2.0.0"
|
|
11434
|
-
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a"
|
|
11435
|
-
integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==
|
|
11436
|
-
dependencies:
|
|
11437
|
-
xml-name-validator "^3.0.0"
|
|
11438
|
-
|
|
11439
11399
|
w3c-xmlserializer@^3.0.0:
|
|
11440
11400
|
version "3.0.0"
|
|
11441
11401
|
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz#06cdc3eefb7e4d0b20a560a5a3aeb0d2d9a65923"
|
|
@@ -11460,16 +11420,6 @@ webidl-conversions@^3.0.0:
|
|
|
11460
11420
|
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
|
|
11461
11421
|
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
|
|
11462
11422
|
|
|
11463
|
-
webidl-conversions@^5.0.0:
|
|
11464
|
-
version "5.0.0"
|
|
11465
|
-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
|
|
11466
|
-
integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==
|
|
11467
|
-
|
|
11468
|
-
webidl-conversions@^6.1.0:
|
|
11469
|
-
version "6.1.0"
|
|
11470
|
-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
|
|
11471
|
-
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
|
|
11472
|
-
|
|
11473
11423
|
webidl-conversions@^7.0.0:
|
|
11474
11424
|
version "7.0.0"
|
|
11475
11425
|
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
|
|
@@ -11489,13 +11439,6 @@ websocket-extensions@>=0.1.1:
|
|
|
11489
11439
|
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
|
|
11490
11440
|
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
|
|
11491
11441
|
|
|
11492
|
-
whatwg-encoding@^1.0.5:
|
|
11493
|
-
version "1.0.5"
|
|
11494
|
-
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
|
|
11495
|
-
integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==
|
|
11496
|
-
dependencies:
|
|
11497
|
-
iconv-lite "0.4.24"
|
|
11498
|
-
|
|
11499
11442
|
whatwg-encoding@^2.0.0:
|
|
11500
11443
|
version "2.0.0"
|
|
11501
11444
|
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53"
|
|
@@ -11503,11 +11446,6 @@ whatwg-encoding@^2.0.0:
|
|
|
11503
11446
|
dependencies:
|
|
11504
11447
|
iconv-lite "0.6.3"
|
|
11505
11448
|
|
|
11506
|
-
whatwg-mimetype@^2.3.0:
|
|
11507
|
-
version "2.3.0"
|
|
11508
|
-
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
|
|
11509
|
-
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
|
|
11510
|
-
|
|
11511
11449
|
whatwg-mimetype@^3.0.0:
|
|
11512
11450
|
version "3.0.0"
|
|
11513
11451
|
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7"
|
|
@@ -11529,15 +11467,6 @@ whatwg-url@^5.0.0:
|
|
|
11529
11467
|
tr46 "~0.0.3"
|
|
11530
11468
|
webidl-conversions "^3.0.0"
|
|
11531
11469
|
|
|
11532
|
-
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
|
|
11533
|
-
version "8.7.0"
|
|
11534
|
-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"
|
|
11535
|
-
integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==
|
|
11536
|
-
dependencies:
|
|
11537
|
-
lodash "^4.7.0"
|
|
11538
|
-
tr46 "^2.1.0"
|
|
11539
|
-
webidl-conversions "^6.1.0"
|
|
11540
|
-
|
|
11541
11470
|
which-boxed-primitive@^1.0.2:
|
|
11542
11471
|
version "1.0.2"
|
|
11543
11472
|
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
|
|
@@ -11624,21 +11553,11 @@ write@1.0.3:
|
|
|
11624
11553
|
dependencies:
|
|
11625
11554
|
mkdirp "^0.5.1"
|
|
11626
11555
|
|
|
11627
|
-
ws@^7.4.6:
|
|
11628
|
-
version "7.5.6"
|
|
11629
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.6.tgz#e59fc509fb15ddfb65487ee9765c5a51dec5fe7b"
|
|
11630
|
-
integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==
|
|
11631
|
-
|
|
11632
11556
|
ws@^8.2.3:
|
|
11633
11557
|
version "8.3.0"
|
|
11634
11558
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.3.0.tgz#7185e252c8973a60d57170175ff55fdbd116070d"
|
|
11635
11559
|
integrity sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==
|
|
11636
11560
|
|
|
11637
|
-
xml-name-validator@^3.0.0:
|
|
11638
|
-
version "3.0.0"
|
|
11639
|
-
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
|
|
11640
|
-
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
|
|
11641
|
-
|
|
11642
11561
|
xml-name-validator@^4.0.0:
|
|
11643
11562
|
version "4.0.0"
|
|
11644
11563
|
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
|