Skip to content

Commit fa66416

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

File tree

1 file changed

+99
-112
lines changed

1 file changed

+99
-112
lines changed

yarn.lock

Lines changed: 99 additions & 112 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"
@@ -647,14 +655,24 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-
647655
es-errors "^1.3.0"
648656
function-bind "^1.1.2"
649657

650-
call-bind@^1.0.0, call-bind@^1.0.2:
658+
call-bind@^1.0.0:
651659
version "1.0.2"
652660
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
653661
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
654662
dependencies:
655663
function-bind "^1.1.1"
656664
get-intrinsic "^1.0.2"
657665

666+
call-bind@^1.0.2, call-bind@^1.0.8:
667+
version "1.0.8"
668+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c"
669+
integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==
670+
dependencies:
671+
call-bind-apply-helpers "^1.0.0"
672+
es-define-property "^1.0.0"
673+
get-intrinsic "^1.2.4"
674+
set-function-length "^1.2.2"
675+
658676
call-bind@^1.0.4, call-bind@^1.0.5:
659677
version "1.0.5"
660678
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
@@ -675,16 +693,6 @@ call-bind@^1.0.6, call-bind@^1.0.7:
675693
get-intrinsic "^1.2.4"
676694
set-function-length "^1.2.1"
677695

678-
call-bind@^1.0.8:
679-
version "1.0.8"
680-
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c"
681-
integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==
682-
dependencies:
683-
call-bind-apply-helpers "^1.0.0"
684-
es-define-property "^1.0.0"
685-
get-intrinsic "^1.2.4"
686-
set-function-length "^1.2.2"
687-
688696
call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4:
689697
version "1.0.4"
690698
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
@@ -982,16 +990,16 @@ debug@^4.4.1:
982990
ms "^2.1.3"
983991

984992
deep-equal@^1.0.1:
985-
version "1.1.1"
986-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
987-
integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
993+
version "1.1.2"
994+
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.2.tgz#78a561b7830eef3134c7f6f3a3d6af272a678761"
995+
integrity sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==
988996
dependencies:
989-
is-arguments "^1.0.4"
990-
is-date-object "^1.0.1"
991-
is-regex "^1.0.4"
992-
object-is "^1.0.1"
997+
is-arguments "^1.1.1"
998+
is-date-object "^1.0.5"
999+
is-regex "^1.1.4"
1000+
object-is "^1.1.5"
9931001
object-keys "^1.1.1"
994-
regexp.prototype.flags "^1.2.0"
1002+
regexp.prototype.flags "^1.5.1"
9951003

9961004
deep-is@^0.1.3, deep-is@~0.1.3:
9971005
version "0.1.4"
@@ -1016,12 +1024,14 @@ define-data-property@^1.1.4:
10161024
es-errors "^1.3.0"
10171025
gopd "^1.0.1"
10181026

1019-
define-properties@^1.1.3:
1020-
version "1.1.3"
1021-
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1022-
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
1027+
define-properties@^1.1.3, define-properties@^1.2.1:
1028+
version "1.2.1"
1029+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c"
1030+
integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==
10231031
dependencies:
1024-
object-keys "^1.0.12"
1032+
define-data-property "^1.0.1"
1033+
has-property-descriptors "^1.0.0"
1034+
object-keys "^1.1.1"
10251035

10261036
define-properties@^1.1.4:
10271037
version "1.1.4"
@@ -1039,15 +1049,6 @@ define-properties@^1.2.0:
10391049
has-property-descriptors "^1.0.0"
10401050
object-keys "^1.1.1"
10411051

1042-
define-properties@^1.2.1:
1043-
version "1.2.1"
1044-
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c"
1045-
integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==
1046-
dependencies:
1047-
define-data-property "^1.0.1"
1048-
has-property-descriptors "^1.0.0"
1049-
object-keys "^1.1.1"
1050-
10511052
delayed-stream@~1.0.0:
10521053
version "1.0.0"
10531054
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -1626,6 +1627,11 @@ fast-diff@1.1.2:
16261627
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
16271628
integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==
16281629

1630+
fast-diff@^1.3.0:
1631+
version "1.3.0"
1632+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
1633+
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
1634+
16291635
fast-json-stable-stringify@^2.0.0:
16301636
version "2.1.0"
16311637
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1708,12 +1714,7 @@ form-data@~2.3.2:
17081714
combined-stream "^1.0.6"
17091715
mime-types "^2.1.12"
17101716

1711-
function-bind@^1.1.1:
1712-
version "1.1.1"
1713-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
1714-
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
1715-
1716-
function-bind@^1.1.2:
1717+
function-bind@^1.1.1, function-bind@^1.1.2:
17171718
version "1.1.2"
17181719
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
17191720
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
@@ -1755,7 +1756,23 @@ get-east-asian-width@^1.0.0:
17551756
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz#5e6ebd9baee6fb8b7b6bd505221065f0cd91f64e"
17561757
integrity sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==
17571758

1758-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
1759+
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:
1760+
version "1.3.0"
1761+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1762+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
1763+
dependencies:
1764+
call-bind-apply-helpers "^1.0.2"
1765+
es-define-property "^1.0.1"
1766+
es-errors "^1.3.0"
1767+
es-object-atoms "^1.1.1"
1768+
function-bind "^1.1.2"
1769+
get-proto "^1.0.1"
1770+
gopd "^1.2.0"
1771+
has-symbols "^1.1.0"
1772+
hasown "^2.0.2"
1773+
math-intrinsics "^1.1.0"
1774+
1775+
get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
17591776
version "1.1.1"
17601777
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
17611778
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -1804,22 +1821,6 @@ get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
18041821
has-symbols "^1.0.3"
18051822
hasown "^2.0.0"
18061823

1807-
get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7, get-intrinsic@^1.3.0:
1808-
version "1.3.0"
1809-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1810-
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
1811-
dependencies:
1812-
call-bind-apply-helpers "^1.0.2"
1813-
es-define-property "^1.0.1"
1814-
es-errors "^1.3.0"
1815-
es-object-atoms "^1.1.1"
1816-
function-bind "^1.1.2"
1817-
get-proto "^1.0.1"
1818-
gopd "^1.2.0"
1819-
has-symbols "^1.1.0"
1820-
hasown "^2.0.2"
1821-
math-intrinsics "^1.1.0"
1822-
18231824
get-proto@^1.0.0, get-proto@^1.0.1:
18241825
version "1.0.1"
18251826
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
@@ -1980,41 +1981,27 @@ has-proto@^1.2.0:
19801981
dependencies:
19811982
dunder-proto "^1.0.0"
19821983

1983-
has-symbols@^1.0.1, has-symbols@^1.0.2:
1984-
version "1.0.2"
1985-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
1986-
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
1984+
has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.1.0:
1985+
version "1.1.0"
1986+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
1987+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
19871988

19881989
has-symbols@^1.0.3:
19891990
version "1.0.3"
19901991
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
19911992
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
19921993

1993-
has-symbols@^1.1.0:
1994-
version "1.1.0"
1995-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
1996-
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
1997-
1998-
has-tostringtag@^1.0.0:
1999-
version "1.0.0"
2000-
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
2001-
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
2002-
dependencies:
2003-
has-symbols "^1.0.2"
2004-
2005-
has-tostringtag@^1.0.2:
1994+
has-tostringtag@^1.0.0, has-tostringtag@^1.0.2:
20061995
version "1.0.2"
20071996
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
20081997
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
20091998
dependencies:
20101999
has-symbols "^1.0.3"
20112000

20122001
has@^1.0.3:
2013-
version "1.0.3"
2014-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2015-
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
2016-
dependencies:
2017-
function-bind "^1.1.1"
2002+
version "1.0.4"
2003+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6"
2004+
integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
20182005

20192006
hasown@^2.0.0:
20202007
version "2.0.0"
@@ -2127,13 +2114,13 @@ internal-slot@^1.1.0:
21272114
hasown "^2.0.2"
21282115
side-channel "^1.1.0"
21292116

2130-
is-arguments@^1.0.4:
2131-
version "1.1.1"
2132-
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
2133-
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
2117+
is-arguments@^1.1.1:
2118+
version "1.2.0"
2119+
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.2.0.tgz#ad58c6aecf563b78ef2bf04df540da8f5d7d8e1b"
2120+
integrity sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==
21342121
dependencies:
2135-
call-bind "^1.0.2"
2136-
has-tostringtag "^1.0.0"
2122+
call-bound "^1.0.2"
2123+
has-tostringtag "^1.0.2"
21372124

21382125
is-array-buffer@^3.0.1:
21392126
version "3.0.1"
@@ -2256,14 +2243,7 @@ is-data-view@^1.0.2:
22562243
get-intrinsic "^1.2.6"
22572244
is-typed-array "^1.1.13"
22582245

2259-
is-date-object@^1.0.1:
2260-
version "1.0.5"
2261-
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
2262-
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
2263-
dependencies:
2264-
has-tostringtag "^1.0.0"
2265-
2266-
is-date-object@^1.0.5, is-date-object@^1.1.0:
2246+
is-date-object@^1.0.1, is-date-object@^1.0.5, is-date-object@^1.1.0:
22672247
version "1.1.0"
22682248
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.1.0.tgz#ad85541996fc7aa8b2729701d27b7319f95d82f7"
22692249
integrity sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==
@@ -2369,7 +2349,7 @@ is-obj@^2.0.0:
23692349
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
23702350
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
23712351

2372-
is-regex@^1.0.4, is-regex@^1.1.4:
2352+
is-regex@^1.1.4:
23732353
version "1.1.4"
23742354
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
23752355
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
@@ -2745,6 +2725,11 @@ lodash.camelcase@^4.3.0:
27452725
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
27462726
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
27472727

2728+
lodash.clonedeep@^4.5.0:
2729+
version "4.5.0"
2730+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
2731+
integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
2732+
27482733
lodash.isequal@^4.5.0:
27492734
version "4.5.0"
27502735
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
@@ -2944,15 +2929,15 @@ object-inspect@^1.13.3, object-inspect@^1.13.4:
29442929
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
29452930
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
29462931

2947-
object-is@^1.0.1:
2948-
version "1.1.5"
2949-
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
2950-
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
2932+
object-is@^1.1.5:
2933+
version "1.1.6"
2934+
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07"
2935+
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
29512936
dependencies:
2952-
call-bind "^1.0.2"
2953-
define-properties "^1.1.3"
2937+
call-bind "^1.0.7"
2938+
define-properties "^1.2.1"
29542939

2955-
object-keys@^1.0.12, object-keys@^1.1.1:
2940+
object-keys@^1.1.1:
29562941
version "1.1.1"
29572942
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
29582943
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -3105,7 +3090,7 @@ p-locate@^6.0.0:
31053090
dependencies:
31063091
p-limit "^4.0.0"
31073092

3108-
parchment@^1.1.4:
3093+
parchment@^1.1.2, parchment@^1.1.4:
31093094
version "1.1.4"
31103095
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5"
31113096
integrity sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==
@@ -3218,11 +3203,21 @@ quill-delta@^3.6.2:
32183203
extend "^3.0.2"
32193204
fast-diff "1.1.2"
32203205

3206+
quill-delta@^5.1.0:
3207+
version "5.1.0"
3208+
resolved "https://registry.yarnpkg.com/quill-delta/-/quill-delta-5.1.0.tgz#1c4bc08f7c8e5cc4bdc88a15a1a70c1cc72d2b48"
3209+
integrity sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==
3210+
dependencies:
3211+
fast-diff "^1.3.0"
3212+
lodash.clonedeep "^4.5.0"
3213+
lodash.isequal "^4.5.0"
3214+
32213215
quill-magic-url@^4.0.0:
3222-
version "4.1.3"
3223-
resolved "https://registry.yarnpkg.com/quill-magic-url/-/quill-magic-url-4.1.3.tgz#b0912a5169ab435eb6f42842c4f621371c78a8e1"
3224-
integrity sha512-hvfvDAE4MWvH+FYQPNo+Cy8PVi+pv+EflPBqslFP/FA0K4LTuEO9Wh1inkpD0fDulzG/HqaVen6eI9mJdhEDLA==
3216+
version "4.2.0"
3217+
resolved "https://registry.yarnpkg.com/quill-magic-url/-/quill-magic-url-4.2.0.tgz#61d5b98c19c0345e744c75e0faf40cb87c2bfdd4"
3218+
integrity sha512-u1tHwsQjrTczhECNtXK5EUkWwAMb8raLpsU3llqiLu344kPlA9ldoenHvY3XW+yI+2IZ9WgKgRmcy+cKGN3gnQ==
32253219
dependencies:
3220+
"@types/quill" "^2.0.9"
32263221
normalize-url "^4.5.1"
32273222
quill-delta "^3.6.2"
32283223

@@ -3252,14 +3247,6 @@ reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9:
32523247
get-proto "^1.0.1"
32533248
which-builtin-type "^1.2.1"
32543249

3255-
regexp.prototype.flags@^1.2.0:
3256-
version "1.3.1"
3257-
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
3258-
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
3259-
dependencies:
3260-
call-bind "^1.0.2"
3261-
define-properties "^1.1.3"
3262-
32633250
regexp.prototype.flags@^1.5.1:
32643251
version "1.5.1"
32653252
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e"

0 commit comments

Comments
 (0)