Skip to content

Commit d3fd693

Browse files
committed
fix(deps): update dependency @uiw/react-codemirror to v4
1 parent 02031d8 commit d3fd693

File tree

2 files changed

+254
-11
lines changed

2 files changed

+254
-11
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@material-ui/core": "4.12.3",
1414
"@material-ui/icons": "4.11.2",
1515
"@material-ui/lab": "4.0.0-alpha.60",
16-
"@uiw/react-codemirror": "3.2.1",
16+
"@uiw/react-codemirror": "4.0.0",
1717
"ajv": "8.6.3",
1818
"clsx": "1.1.1",
1919
"codemirror": "5.62.3",

yarn.lock

Lines changed: 253 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,10 +1421,10 @@
14211421
dependencies:
14221422
regenerator-runtime "^0.13.4"
14231423

1424-
"@babel/[email protected].3":
1425-
version "7.15.3"
1426-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
1427-
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
1424+
"@babel/[email protected].4":
1425+
version "7.15.4"
1426+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1427+
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
14281428
dependencies:
14291429
regenerator-runtime "^0.13.4"
14301430

@@ -1711,6 +1711,219 @@
17111711
exec-sh "^0.3.2"
17121712
minimist "^1.2.0"
17131713

1714+
"@codemirror/autocomplete@^0.19.0":
1715+
version "0.19.3"
1716+
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.19.3.tgz#0266ac29617277d2d8cc7dcfb600c1e50c332d35"
1717+
integrity sha512-5juP6hVrHAogzQ0JUTQuibE8j1seqeGNJ98qLUPuliI6kLBg5INS4qvUI1Brqye+wYPFu7UHqrrn13RLh5YSzw==
1718+
dependencies:
1719+
"@codemirror/language" "^0.19.0"
1720+
"@codemirror/state" "^0.19.0"
1721+
"@codemirror/text" "^0.19.2"
1722+
"@codemirror/tooltip" "^0.19.0"
1723+
"@codemirror/view" "^0.19.0"
1724+
"@lezer/common" "^0.15.0"
1725+
1726+
"@codemirror/[email protected]":
1727+
version "0.19.0"
1728+
resolved "https://registry.yarnpkg.com/@codemirror/basic-setup/-/basic-setup-0.19.0.tgz#dc84dd735c8a88dd38c9dcc80cbfefa31d7e8f20"
1729+
integrity sha512-Yhrf7fIz8+INHWOhpWeRwbs8fpc0KsydX9baD7TyYqniLVWyTi0Hwm52mr0f5O+k4YaJPeHAgT3x9gzDXZIvOw==
1730+
dependencies:
1731+
"@codemirror/autocomplete" "^0.19.0"
1732+
"@codemirror/closebrackets" "^0.19.0"
1733+
"@codemirror/commands" "^0.19.0"
1734+
"@codemirror/comment" "^0.19.0"
1735+
"@codemirror/fold" "^0.19.0"
1736+
"@codemirror/gutter" "^0.19.0"
1737+
"@codemirror/highlight" "^0.19.0"
1738+
"@codemirror/history" "^0.19.0"
1739+
"@codemirror/language" "^0.19.0"
1740+
"@codemirror/lint" "^0.19.0"
1741+
"@codemirror/matchbrackets" "^0.19.0"
1742+
"@codemirror/rectangular-selection" "^0.19.0"
1743+
"@codemirror/search" "^0.19.0"
1744+
"@codemirror/state" "^0.19.0"
1745+
"@codemirror/view" "^0.19.0"
1746+
1747+
"@codemirror/closebrackets@^0.19.0":
1748+
version "0.19.0"
1749+
resolved "https://registry.yarnpkg.com/@codemirror/closebrackets/-/closebrackets-0.19.0.tgz#69fdcee85779d638a00a42becd9f53a33a26d77f"
1750+
integrity sha512-dFWX5OEVYWRNtGaifSbwIAlymnRRjxWMiMbffbAjF7p0zfGHDbdGkiT56q3Xud63h5/tQdSo5dK1iyNTzHz5vg==
1751+
dependencies:
1752+
"@codemirror/language" "^0.19.0"
1753+
"@codemirror/rangeset" "^0.19.0"
1754+
"@codemirror/state" "^0.19.0"
1755+
"@codemirror/text" "^0.19.0"
1756+
"@codemirror/view" "^0.19.0"
1757+
1758+
"@codemirror/commands@^0.19.0":
1759+
version "0.19.4"
1760+
resolved "https://registry.yarnpkg.com/@codemirror/commands/-/commands-0.19.4.tgz#455ce92fb058c05736a3722385fa1dbf7503d549"
1761+
integrity sha512-EW6ffAIdu7aGWWwEG4xRcKLR+1RXH7hJqMt5mbrxDSc2xAQBgqxIPFglcMeSkC7qqkwPuqv3xavVh1+0gQ0piQ==
1762+
dependencies:
1763+
"@codemirror/language" "^0.19.0"
1764+
"@codemirror/matchbrackets" "^0.19.0"
1765+
"@codemirror/state" "^0.19.2"
1766+
"@codemirror/text" "^0.19.0"
1767+
"@codemirror/view" "^0.19.0"
1768+
"@lezer/common" "^0.15.0"
1769+
1770+
"@codemirror/comment@^0.19.0":
1771+
version "0.19.0"
1772+
resolved "https://registry.yarnpkg.com/@codemirror/comment/-/comment-0.19.0.tgz#4f23497924e9346898c2e0123011acc535a0bea6"
1773+
integrity sha512-3hqAd0548fxqOBm4khFMcXVIivX8p0bSlbAuZJ6PNoUn/0wXhxkxowPp0FmFzU2+y37Z+ZQF5cRB5EREWPRIiQ==
1774+
dependencies:
1775+
"@codemirror/state" "^0.19.0"
1776+
"@codemirror/text" "^0.19.0"
1777+
"@codemirror/view" "^0.19.0"
1778+
1779+
"@codemirror/fold@^0.19.0":
1780+
version "0.19.0"
1781+
resolved "https://registry.yarnpkg.com/@codemirror/fold/-/fold-0.19.0.tgz#cd57537870ff581ae57199a7658abe3f9908f2ed"
1782+
integrity sha512-cHbr2hqKe2pMls1Ia1a4IwXly87ljpmvPUKkul6H/Uv9kCwpQLOP3dGMPXbMGm/1hGjBF/0wnc+m2iba9iJBTQ==
1783+
dependencies:
1784+
"@codemirror/gutter" "^0.19.0"
1785+
"@codemirror/language" "^0.19.0"
1786+
"@codemirror/rangeset" "^0.19.0"
1787+
"@codemirror/state" "^0.19.0"
1788+
"@codemirror/view" "^0.19.0"
1789+
1790+
"@codemirror/gutter@^0.19.0":
1791+
version "0.19.2"
1792+
resolved "https://registry.yarnpkg.com/@codemirror/gutter/-/gutter-0.19.2.tgz#afc61dbe2977ff83aff8675200deab6d04244c5c"
1793+
integrity sha512-xiayxhc9uq1UXiG/r/E3AAYXZt+EtSdgdQXC4nlMHvbfw2EmtryfzGO3HrgasHRyAW8uNCaO9JO4n7mU7rm1rQ==
1794+
dependencies:
1795+
"@codemirror/rangeset" "^0.19.0"
1796+
"@codemirror/state" "^0.19.0"
1797+
"@codemirror/view" "^0.19.0"
1798+
1799+
"@codemirror/highlight@^0.19.0":
1800+
version "0.19.5"
1801+
resolved "https://registry.yarnpkg.com/@codemirror/highlight/-/highlight-0.19.5.tgz#4e04a8986395701f430a56d96c0d7525ff9f8982"
1802+
integrity sha512-JDGEH/l/DGpxG2k+mgqMKcuFURIs42eoTB4H4tN7QmzyW/z/MlNKiHHv7pWXyN+H5QvftK5yctsxUu77EZikmw==
1803+
dependencies:
1804+
"@codemirror/language" "^0.19.0"
1805+
"@codemirror/rangeset" "^0.19.0"
1806+
"@codemirror/state" "^0.19.0"
1807+
"@codemirror/view" "^0.19.0"
1808+
"@lezer/common" "^0.15.0"
1809+
style-mod "^4.0.0"
1810+
1811+
"@codemirror/history@^0.19.0":
1812+
version "0.19.0"
1813+
resolved "https://registry.yarnpkg.com/@codemirror/history/-/history-0.19.0.tgz#cc8095c927c9566f7b69fa404074edde4c54d39c"
1814+
integrity sha512-E0H+lncH66IMDhaND9jgkjE7s0dhYfjCPmS+Ig2Yes9I8+UIEecIdObj8c8HPCFGctGg3fxXqRAw2mdHl2Wouw==
1815+
dependencies:
1816+
"@codemirror/state" "^0.19.0"
1817+
"@codemirror/view" "^0.19.0"
1818+
1819+
"@codemirror/language@^0.19.0":
1820+
version "0.19.3"
1821+
resolved "https://registry.yarnpkg.com/@codemirror/language/-/language-0.19.3.tgz#e4f61555dec0787f757b78348a54a00f3bb23c9c"
1822+
integrity sha512-6vjkRYHRJg/z9wdAk75nU2fQwCJBsh2HpkIjKXIHfzISSgLt5qSDxVhPd8Uu8PD5WMmFFP8tX7I9kdIt873o0A==
1823+
dependencies:
1824+
"@codemirror/state" "^0.19.0"
1825+
"@codemirror/text" "^0.19.0"
1826+
"@codemirror/view" "^0.19.0"
1827+
"@lezer/common" "^0.15.5"
1828+
"@lezer/lr" "^0.15.0"
1829+
1830+
"@codemirror/lint@^0.19.0":
1831+
version "0.19.1"
1832+
resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-0.19.1.tgz#8035abd867d85b0bcbcea72db0077b2d738c7702"
1833+
integrity sha512-Ef0TnXpF4Q4B+lvBdgHexe1dHbvkKBvBHsLB8HwTYffwjekg1YvEM+6zyjyjG9m6s1Ru0VaCNlNwotLaVZjHGQ==
1834+
dependencies:
1835+
"@codemirror/panel" "^0.19.0"
1836+
"@codemirror/state" "^0.19.0"
1837+
"@codemirror/tooltip" "^0.19.0"
1838+
"@codemirror/view" "^0.19.0"
1839+
crelt "^1.0.5"
1840+
1841+
"@codemirror/matchbrackets@^0.19.0":
1842+
version "0.19.1"
1843+
resolved "https://registry.yarnpkg.com/@codemirror/matchbrackets/-/matchbrackets-0.19.1.tgz#86dc57bc167e239731eb886bccd3b4e837dafadf"
1844+
integrity sha512-jBEW2Uu3hWcrrkwkauaikCAE7s5liCwbccFa6rLK6DzwaynOqCKJGyDsbkfrhikofNRc1yh4V3vwUuxt2u4QbA==
1845+
dependencies:
1846+
"@codemirror/language" "^0.19.0"
1847+
"@codemirror/state" "^0.19.0"
1848+
"@codemirror/view" "^0.19.0"
1849+
"@lezer/common" "^0.15.0"
1850+
1851+
"@codemirror/panel@^0.19.0":
1852+
version "0.19.0"
1853+
resolved "https://registry.yarnpkg.com/@codemirror/panel/-/panel-0.19.0.tgz#18c7a253a7a1ef686bece1ef13ec0e5eb6603265"
1854+
integrity sha512-LJuu49xnuhaAztlhnLJQ57ddOirSyf8/lnl7twsQUG/05RkxodBZ9F7q8r5AOLqOkaQOy9WySEKX1Ur8lD9Q5w==
1855+
dependencies:
1856+
"@codemirror/state" "^0.19.0"
1857+
"@codemirror/view" "^0.19.0"
1858+
1859+
"@codemirror/rangeset@^0.19.0":
1860+
version "0.19.1"
1861+
resolved "https://registry.yarnpkg.com/@codemirror/rangeset/-/rangeset-0.19.1.tgz#03ab6f93fb60d9ba98f810b98ed9471cba1e3854"
1862+
integrity sha512-WaKTEw8JB/3QFlQzpdgRoklopcWvG8O/Xp+rxxOfFKYTaeaejpY/tjpyBBg+Ea65Ka3m7+pPp9d5j/oR2rd9NA==
1863+
dependencies:
1864+
"@codemirror/state" "^0.19.0"
1865+
1866+
"@codemirror/rectangular-selection@^0.19.0":
1867+
version "0.19.0"
1868+
resolved "https://registry.yarnpkg.com/@codemirror/rectangular-selection/-/rectangular-selection-0.19.0.tgz#6ea8ea31f6a6db346cd3c5229bfdbbb2e77138e4"
1869+
integrity sha512-KdvoEweBgVsOcqdYFEinYGroS028pwUPkO3REzQC7Z/hT1KNqZUlyfoi6WBv3Gzp8b6l8NNA+rLnnYMSHlcGYA==
1870+
dependencies:
1871+
"@codemirror/state" "^0.19.0"
1872+
"@codemirror/text" "^0.19.0"
1873+
"@codemirror/view" "^0.19.0"
1874+
1875+
"@codemirror/search@^0.19.0":
1876+
version "0.19.2"
1877+
resolved "https://registry.yarnpkg.com/@codemirror/search/-/search-0.19.2.tgz#d549c3daa527e17c173cdfc90b7c1b02deab1502"
1878+
integrity sha512-TrRxUxyJ/a7HXtUvMZhgkOUbKE1xO33UhXjn1XACEHKWhgovw1vEeEEti9dZejN8/QOOFJed39InUxmp7oQ8HA==
1879+
dependencies:
1880+
"@codemirror/panel" "^0.19.0"
1881+
"@codemirror/rangeset" "^0.19.0"
1882+
"@codemirror/state" "^0.19.2"
1883+
"@codemirror/text" "^0.19.0"
1884+
"@codemirror/view" "^0.19.0"
1885+
crelt "^1.0.5"
1886+
1887+
"@codemirror/[email protected]", "@codemirror/state@^0.19.0", "@codemirror/state@^0.19.2":
1888+
version "0.19.2"
1889+
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-0.19.2.tgz#81de81f89e87b9362b8bc6d51135637dddd4d33d"
1890+
integrity sha512-dDqCrtkb0c/LYUlvQBLyLfkISEskbZnhvBbcVOF4j2AusJ1ptJ3EGMxBL9G16GP1TOdC1T613gA1J1qc3pbfGQ==
1891+
dependencies:
1892+
"@codemirror/text" "^0.19.0"
1893+
1894+
"@codemirror/text@^0.19.0", "@codemirror/text@^0.19.2":
1895+
version "0.19.3"
1896+
resolved "https://registry.yarnpkg.com/@codemirror/text/-/text-0.19.3.tgz#c00d86c7bb28360aa8e94beff815586fbda8fd43"
1897+
integrity sha512-A0HBPZRwQ72XVMN1tg/pVUnvS5CKboBeHZE7cylYw0ljx9eX+NoYaK7apPSJO/Fwh9XhH9m8Va06EGc11VOzUw==
1898+
1899+
"@codemirror/[email protected]":
1900+
version "0.19.0"
1901+
resolved "https://registry.yarnpkg.com/@codemirror/theme-one-dark/-/theme-one-dark-0.19.0.tgz#e039d7ee5de7ea6251f6cd53d1c12281a9b8e210"
1902+
integrity sha512-Xlk68ARreanFveE+KvZJY4HxecNr+VKDOR61O8l3kzlQ0qvxNXA0KAp1xu4p32pA9jzJqJi5haIgdfWSZogXZg==
1903+
dependencies:
1904+
"@codemirror/highlight" "^0.19.0"
1905+
"@codemirror/state" "^0.19.0"
1906+
"@codemirror/view" "^0.19.0"
1907+
1908+
"@codemirror/tooltip@^0.19.0":
1909+
version "0.19.2"
1910+
resolved "https://registry.yarnpkg.com/@codemirror/tooltip/-/tooltip-0.19.2.tgz#a8f6b703edb64748106e136ec1f099a981a3f1d4"
1911+
integrity sha512-FMMGGLrr62Ck54NEz8yTGpgo8ihobAsC3sbeQg+OpY4jv9dt1yIP5B9LzsIV+TXQB57JZQZxtTqzkhnFq76haw==
1912+
dependencies:
1913+
"@codemirror/state" "^0.19.0"
1914+
"@codemirror/view" "^0.19.0"
1915+
1916+
"@codemirror/[email protected]", "@codemirror/view@^0.19.0":
1917+
version "0.19.7"
1918+
resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-0.19.7.tgz#af2c5d9246bb44cac24dcd1a60e7b45dfe06f209"
1919+
integrity sha512-m9AKO8gec/QnyxR1uq182It0WwauTIaHkdjqtdlKx1IRgknH44SKIJIxwxZt4Y6VDhhivcEbugjoadNy0zR3wQ==
1920+
dependencies:
1921+
"@codemirror/rangeset" "^0.19.0"
1922+
"@codemirror/state" "^0.19.2"
1923+
"@codemirror/text" "^0.19.0"
1924+
style-mod "^4.0.0"
1925+
w3c-keyname "^2.2.4"
1926+
17141927
"@creditkarma/[email protected]":
17151928
version "0.17.2"
17161929
resolved "https://registry.yarnpkg.com/@creditkarma/thrift-client/-/thrift-client-0.17.2.tgz#20c7a637948660e60cedfa3ce751d6d0d3fdcfce"
@@ -4273,6 +4486,18 @@
42734486
resolved "https://registry.yarnpkg.com/@json-schema-tools/meta-schema/-/meta-schema-1.6.19.tgz#295301c2d4a0c01eb2eafbf605aca8ebc0dfbbb6"
42744487
integrity sha512-55zuWFW7tr4tf/G5AYmybcPdGOkVAreQbt2JdnogX4I2r/zkxZiimYPJESDf5je9BI2oRveak2p296HzDppeaA==
42754488

4489+
"@lezer/common@^0.15.0", "@lezer/common@^0.15.5":
4490+
version "0.15.5"
4491+
resolved "https://registry.yarnpkg.com/@lezer/common/-/common-0.15.5.tgz#29266bdd335b650e58efeb25c789b32e0dcdddfa"
4492+
integrity sha512-ufcjclusHXGdhp4gSPbPD7sUd38SgOej7m5tAEuG2tNPzqzV0d1vwwLh57R6IwW79ml2mb3tUjAoDfqI7v1HEw==
4493+
4494+
"@lezer/lr@^0.15.0":
4495+
version "0.15.2"
4496+
resolved "https://registry.yarnpkg.com/@lezer/lr/-/lr-0.15.2.tgz#e03581a31bc0b44a0b804aeb9fece050853778c5"
4497+
integrity sha512-gkQUkKCAw/zxOiTCGhjctV/C+FPmfwqXscM9EGgcYhUZewkLu2AsEl2Vlcral7xtDU0t6xwakT6Fw5jlMvMX6Q==
4498+
dependencies:
4499+
"@lezer/common" "^0.15.0"
4500+
42764501
"@manypkg/find-root@^1.1.0":
42774502
version "1.1.0"
42784503
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"
@@ -6036,13 +6261,16 @@
60366261
"@typescript-eslint/types" "4.31.1"
60376262
eslint-visitor-keys "^2.0.0"
60386263

6039-
"@uiw/react-codemirror@3.2.1":
6040-
version "3.2.1"
6041-
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-3.2.1.tgz#355fda3a23143a9dcac23309397db95c90126630"
6042-
integrity sha512-taciFidmB/V8ve5SElMnMsRNwTVWCwTK16dsP9RIfPbbourVnmt9Tb+FIoeA6Jdlej4M9nr4X9IXtaw/GmqDPg==
6264+
"@uiw/react-codemirror@4.0.0":
6265+
version "4.0.0"
6266+
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-4.0.0.tgz#34c244ec0fd856d81417228fb3111e279140b56c"
6267+
integrity sha512-NtSMrKuQgQWzt9/ul2hTX3ulJcpHzcTG8LgpTApb0wGPq+adeYmKmKR3he0cQLeK3FrxsuhBNc4mVd1wz0ucZQ==
60436268
dependencies:
6044-
"@babel/runtime" "7.15.3"
6045-
codemirror "5.62.3"
6269+
"@babel/runtime" "7.15.4"
6270+
"@codemirror/basic-setup" "0.19.0"
6271+
"@codemirror/state" "0.19.2"
6272+
"@codemirror/theme-one-dark" "0.19.0"
6273+
"@codemirror/view" "0.19.7"
60466274

60476275
"@webassemblyjs/[email protected]":
60486276
version "1.11.1"
@@ -8843,6 +9071,11 @@ create-require@^1.1.0:
88439071
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
88449072
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
88459073

9074+
crelt@^1.0.5:
9075+
version "1.0.5"
9076+
resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.5.tgz#57c0d52af8c859e354bace1883eb2e1eb182bb94"
9077+
integrity sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==
9078+
88469079
88479080
version "3.0.6"
88489081
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c"
@@ -20323,6 +20556,11 @@ [email protected]:
2032320556
loader-utils "^2.0.0"
2032420557
schema-utils "^2.7.0"
2032520558

20559+
style-mod@^4.0.0:
20560+
version "4.0.0"
20561+
resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.0.0.tgz#97e7c2d68b592975f2ca7a63d0dd6fcacfe35a01"
20562+
integrity sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw==
20563+
2032620564
2032720565
version "5.3.1"
2032820566
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.1.tgz#8a86dcd31bff7049c2ed408bae36fa23f03f071a"
@@ -21571,6 +21809,11 @@ w3c-hr-time@^1.0.2:
2157121809
dependencies:
2157221810
browser-process-hrtime "^1.0.0"
2157321811

21812+
w3c-keyname@^2.2.4:
21813+
version "2.2.4"
21814+
resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.4.tgz#4ade6916f6290224cdbd1db8ac49eab03d0eef6b"
21815+
integrity sha512-tOhfEwEzFLJzf6d1ZPkYfGj+FWhIpBux9ppoP3rlclw3Z0BZv3N7b7030Z1kYth+6rDuAsXUFr+d0VE6Ed1ikw==
21816+
2157421817
w3c-xmlserializer@^2.0.0:
2157521818
version "2.0.0"
2157621819
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a"

0 commit comments

Comments
 (0)