Skip to content

Commit a328c2f

Browse files
fix(deps): update dependency quill-magic-url to v4.2.0
1 parent d8d999f commit a328c2f

File tree

1 file changed

+100
-113
lines changed

1 file changed

+100
-113
lines changed

yarn.lock

Lines changed: 100 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,14 @@
315315
dependencies:
316316
undici-types "~5.26.4"
317317

318+
"@types/quill@^2.0.9":
319+
version "2.0.14"
320+
resolved "https://registry.yarnpkg.com/@types/quill/-/quill-2.0.14.tgz#78309020cccd6d9569bbba5733f4329a4ae76b47"
321+
integrity sha512-zvoXCRnc2Dl8g+7/9VSAmRWPN6oH+MVhTPizmCR+GJCITplZ5VRVzMs4+a/nOE3yzNwEZqylJJrMB07bwbM1/g==
322+
dependencies:
323+
parchment "^1.1.2"
324+
quill-delta "^5.1.0"
325+
318326
JSONStream@^1.3.5:
319327
version "1.3.5"
320328
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -642,14 +650,24 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-
642650
es-errors "^1.3.0"
643651
function-bind "^1.1.2"
644652

645-
call-bind@^1.0.0, call-bind@^1.0.2:
653+
call-bind@^1.0.0:
646654
version "1.0.2"
647655
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
648656
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
649657
dependencies:
650658
function-bind "^1.1.1"
651659
get-intrinsic "^1.0.2"
652660

661+
call-bind@^1.0.2, call-bind@^1.0.8:
662+
version "1.0.8"
663+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c"
664+
integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==
665+
dependencies:
666+
call-bind-apply-helpers "^1.0.0"
667+
es-define-property "^1.0.0"
668+
get-intrinsic "^1.2.4"
669+
set-function-length "^1.2.2"
670+
653671
call-bind@^1.0.4, call-bind@^1.0.5:
654672
version "1.0.5"
655673
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
@@ -670,16 +688,6 @@ call-bind@^1.0.6, call-bind@^1.0.7:
670688
get-intrinsic "^1.2.4"
671689
set-function-length "^1.2.1"
672690

673-
call-bind@^1.0.8:
674-
version "1.0.8"
675-
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c"
676-
integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==
677-
dependencies:
678-
call-bind-apply-helpers "^1.0.0"
679-
es-define-property "^1.0.0"
680-
get-intrinsic "^1.2.4"
681-
set-function-length "^1.2.2"
682-
683691
call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4:
684692
version "1.0.4"
685693
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
@@ -965,16 +973,16 @@ debug@^4.3.2:
965973
ms "2.1.2"
966974

967975
deep-equal@^1.0.1:
968-
version "1.1.1"
969-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
970-
integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
976+
version "1.1.2"
977+
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.2.tgz#78a561b7830eef3134c7f6f3a3d6af272a678761"
978+
integrity sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==
971979
dependencies:
972-
is-arguments "^1.0.4"
973-
is-date-object "^1.0.1"
974-
is-regex "^1.0.4"
975-
object-is "^1.0.1"
980+
is-arguments "^1.1.1"
981+
is-date-object "^1.0.5"
982+
is-regex "^1.1.4"
983+
object-is "^1.1.5"
976984
object-keys "^1.1.1"
977-
regexp.prototype.flags "^1.2.0"
985+
regexp.prototype.flags "^1.5.1"
978986

979987
deep-is@^0.1.3, deep-is@~0.1.3:
980988
version "0.1.4"
@@ -999,12 +1007,14 @@ define-data-property@^1.1.4:
9991007
es-errors "^1.3.0"
10001008
gopd "^1.0.1"
10011009

1002-
define-properties@^1.1.3:
1003-
version "1.1.3"
1004-
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1005-
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
1010+
define-properties@^1.1.3, define-properties@^1.2.1:
1011+
version "1.2.1"
1012+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c"
1013+
integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==
10061014
dependencies:
1007-
object-keys "^1.0.12"
1015+
define-data-property "^1.0.1"
1016+
has-property-descriptors "^1.0.0"
1017+
object-keys "^1.1.1"
10081018

10091019
define-properties@^1.1.4:
10101020
version "1.1.4"
@@ -1022,15 +1032,6 @@ define-properties@^1.2.0:
10221032
has-property-descriptors "^1.0.0"
10231033
object-keys "^1.1.1"
10241034

1025-
define-properties@^1.2.1:
1026-
version "1.2.1"
1027-
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c"
1028-
integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==
1029-
dependencies:
1030-
define-data-property "^1.0.1"
1031-
has-property-descriptors "^1.0.0"
1032-
object-keys "^1.1.1"
1033-
10341035
delayed-stream@~1.0.0:
10351036
version "1.0.0"
10361037
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -1609,6 +1610,11 @@ fast-diff@1.1.2:
16091610
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
16101611
integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==
16111612

1613+
fast-diff@^1.3.0:
1614+
version "1.3.0"
1615+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
1616+
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
1617+
16121618
fast-json-stable-stringify@^2.0.0:
16131619
version "2.1.0"
16141620
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1691,12 +1697,7 @@ form-data@~2.3.2:
16911697
combined-stream "^1.0.6"
16921698
mime-types "^2.1.12"
16931699

1694-
function-bind@^1.1.1:
1695-
version "1.1.1"
1696-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
1697-
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
1698-
1699-
function-bind@^1.1.2:
1700+
function-bind@^1.1.1, function-bind@^1.1.2:
17001701
version "1.1.2"
17011702
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
17021703
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
@@ -1743,7 +1744,23 @@ get-east-asian-width@^1.3.0:
17431744
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz#9bc4caa131702b4b61729cb7e42735bc550c9ee6"
17441745
integrity sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==
17451746

1746-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
1747+
get-intrinsic@^1.0.2, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7, get-intrinsic@^1.3.0:
1748+
version "1.3.0"
1749+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1750+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
1751+
dependencies:
1752+
call-bind-apply-helpers "^1.0.2"
1753+
es-define-property "^1.0.1"
1754+
es-errors "^1.3.0"
1755+
es-object-atoms "^1.1.1"
1756+
function-bind "^1.1.2"
1757+
get-proto "^1.0.1"
1758+
gopd "^1.2.0"
1759+
has-symbols "^1.1.0"
1760+
hasown "^2.0.2"
1761+
math-intrinsics "^1.1.0"
1762+
1763+
get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
17471764
version "1.1.1"
17481765
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
17491766
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -1792,22 +1809,6 @@ get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
17921809
has-symbols "^1.0.3"
17931810
hasown "^2.0.0"
17941811

1795-
get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7, get-intrinsic@^1.3.0:
1796-
version "1.3.0"
1797-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1798-
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
1799-
dependencies:
1800-
call-bind-apply-helpers "^1.0.2"
1801-
es-define-property "^1.0.1"
1802-
es-errors "^1.3.0"
1803-
es-object-atoms "^1.1.1"
1804-
function-bind "^1.1.2"
1805-
get-proto "^1.0.1"
1806-
gopd "^1.2.0"
1807-
has-symbols "^1.1.0"
1808-
hasown "^2.0.2"
1809-
math-intrinsics "^1.1.0"
1810-
18111812
get-proto@^1.0.0, get-proto@^1.0.1:
18121813
version "1.0.1"
18131814
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
@@ -1968,41 +1969,27 @@ has-proto@^1.2.0:
19681969
dependencies:
19691970
dunder-proto "^1.0.0"
19701971

1971-
has-symbols@^1.0.1, has-symbols@^1.0.2:
1972-
version "1.0.2"
1973-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
1974-
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
1972+
has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.1.0:
1973+
version "1.1.0"
1974+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
1975+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
19751976

19761977
has-symbols@^1.0.3:
19771978
version "1.0.3"
19781979
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
19791980
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
19801981

1981-
has-symbols@^1.1.0:
1982-
version "1.1.0"
1983-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
1984-
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
1985-
1986-
has-tostringtag@^1.0.0:
1987-
version "1.0.0"
1988-
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
1989-
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
1990-
dependencies:
1991-
has-symbols "^1.0.2"
1992-
1993-
has-tostringtag@^1.0.2:
1982+
has-tostringtag@^1.0.0, has-tostringtag@^1.0.2:
19941983
version "1.0.2"
19951984
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
19961985
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
19971986
dependencies:
19981987
has-symbols "^1.0.3"
19991988

20001989
has@^1.0.3:
2001-
version "1.0.3"
2002-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2003-
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
2004-
dependencies:
2005-
function-bind "^1.1.1"
1990+
version "1.0.4"
1991+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6"
1992+
integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
20061993

20071994
hasown@^2.0.0:
20081995
version "2.0.0"
@@ -2115,13 +2102,13 @@ internal-slot@^1.1.0:
21152102
hasown "^2.0.2"
21162103
side-channel "^1.1.0"
21172104

2118-
is-arguments@^1.0.4:
2119-
version "1.1.1"
2120-
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
2121-
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
2105+
is-arguments@^1.1.1:
2106+
version "1.2.0"
2107+
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.2.0.tgz#ad58c6aecf563b78ef2bf04df540da8f5d7d8e1b"
2108+
integrity sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==
21222109
dependencies:
2123-
call-bind "^1.0.2"
2124-
has-tostringtag "^1.0.0"
2110+
call-bound "^1.0.2"
2111+
has-tostringtag "^1.0.2"
21252112

21262113
is-array-buffer@^3.0.1:
21272114
version "3.0.1"
@@ -2244,14 +2231,7 @@ is-data-view@^1.0.2:
22442231
get-intrinsic "^1.2.6"
22452232
is-typed-array "^1.1.13"
22462233

2247-
is-date-object@^1.0.1:
2248-
version "1.0.5"
2249-
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
2250-
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
2251-
dependencies:
2252-
has-tostringtag "^1.0.0"
2253-
2254-
is-date-object@^1.0.5, is-date-object@^1.1.0:
2234+
is-date-object@^1.0.1, is-date-object@^1.0.5, is-date-object@^1.1.0:
22552235
version "1.1.0"
22562236
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.1.0.tgz#ad85541996fc7aa8b2729701d27b7319f95d82f7"
22572237
integrity sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==
@@ -2352,7 +2332,7 @@ is-obj@^2.0.0:
23522332
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
23532333
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
23542334

2355-
is-regex@^1.0.4, is-regex@^1.1.4:
2335+
is-regex@^1.1.4:
23562336
version "1.1.4"
23572337
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
23582338
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
@@ -2720,10 +2700,15 @@ lodash.camelcase@^4.3.0:
27202700
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
27212701
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
27222702

2703+
lodash.clonedeep@^4.5.0:
2704+
version "4.5.0"
2705+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
2706+
integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
2707+
27232708
lodash.isequal@^4.5.0:
27242709
version "4.5.0"
27252710
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
2726-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
2711+
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
27272712

27282713
lodash.isplainobject@^4.0.6:
27292714
version "4.0.6"
@@ -2919,15 +2904,15 @@ object-inspect@^1.13.3, object-inspect@^1.13.4:
29192904
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
29202905
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
29212906

2922-
object-is@^1.0.1:
2923-
version "1.1.5"
2924-
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
2925-
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
2907+
object-is@^1.1.5:
2908+
version "1.1.6"
2909+
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07"
2910+
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
29262911
dependencies:
2927-
call-bind "^1.0.2"
2928-
define-properties "^1.1.3"
2912+
call-bind "^1.0.7"
2913+
define-properties "^1.2.1"
29292914

2930-
object-keys@^1.0.12, object-keys@^1.1.1:
2915+
object-keys@^1.1.1:
29312916
version "1.1.1"
29322917
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
29332918
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -3080,7 +3065,7 @@ p-locate@^6.0.0:
30803065
dependencies:
30813066
p-limit "^4.0.0"
30823067

3083-
parchment@^1.1.4:
3068+
parchment@^1.1.2, parchment@^1.1.4:
30843069
version "1.1.4"
30853070
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5"
30863071
integrity sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==
@@ -3193,11 +3178,21 @@ quill-delta@^3.6.2:
31933178
extend "^3.0.2"
31943179
fast-diff "1.1.2"
31953180

3181+
quill-delta@^5.1.0:
3182+
version "5.1.0"
3183+
resolved "https://registry.yarnpkg.com/quill-delta/-/quill-delta-5.1.0.tgz#1c4bc08f7c8e5cc4bdc88a15a1a70c1cc72d2b48"
3184+
integrity sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==
3185+
dependencies:
3186+
fast-diff "^1.3.0"
3187+
lodash.clonedeep "^4.5.0"
3188+
lodash.isequal "^4.5.0"
3189+
31963190
quill-magic-url@^4.0.0:
3197-
version "4.1.3"
3198-
resolved "https://registry.yarnpkg.com/quill-magic-url/-/quill-magic-url-4.1.3.tgz#b0912a5169ab435eb6f42842c4f621371c78a8e1"
3199-
integrity sha512-hvfvDAE4MWvH+FYQPNo+Cy8PVi+pv+EflPBqslFP/FA0K4LTuEO9Wh1inkpD0fDulzG/HqaVen6eI9mJdhEDLA==
3191+
version "4.2.0"
3192+
resolved "https://registry.yarnpkg.com/quill-magic-url/-/quill-magic-url-4.2.0.tgz#61d5b98c19c0345e744c75e0faf40cb87c2bfdd4"
3193+
integrity sha512-u1tHwsQjrTczhECNtXK5EUkWwAMb8raLpsU3llqiLu344kPlA9ldoenHvY3XW+yI+2IZ9WgKgRmcy+cKGN3gnQ==
32003194
dependencies:
3195+
"@types/quill" "^2.0.9"
32013196
normalize-url "^4.5.1"
32023197
quill-delta "^3.6.2"
32033198

@@ -3227,14 +3222,6 @@ reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9:
32273222
get-proto "^1.0.1"
32283223
which-builtin-type "^1.2.1"
32293224

3230-
regexp.prototype.flags@^1.2.0:
3231-
version "1.3.1"
3232-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
3233-
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
3234-
dependencies:
3235-
call-bind "^1.0.2"
3236-
define-properties "^1.1.3"
3237-
32383225
regexp.prototype.flags@^1.5.1:
32393226
version "1.5.1"
32403227
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e"

0 commit comments

Comments
 (0)