Skip to content

Commit 45c331c

Browse files
Update dependency eslint to v10
1 parent ff8e841 commit 45c331c

File tree

3 files changed

+69
-109
lines changed

3 files changed

+69
-109
lines changed

ol-jupyter-authoring/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@typescript-eslint/eslint-plugin": "^6.1.0",
7474
"@typescript-eslint/parser": "^6.1.0",
7575
"css-loader": "^7.0.0",
76-
"eslint": "^9.0.0",
76+
"eslint": "^10.0.0",
7777
"eslint-config-prettier": "^10.0.0",
7878
"eslint-plugin-prettier": "^5.0.0",
7979
"jest": "^29.2.0",

ol-themed-jupyter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@typescript-eslint/eslint-plugin": "^6.1.0",
6666
"@typescript-eslint/parser": "^6.1.0",
6767
"css-loader": "^7.0.0",
68-
"eslint": "^9.0.0",
68+
"eslint": "^10.0.0",
6969
"eslint-config-prettier": "^10.0.0",
7070
"eslint-plugin-prettier": "^5.0.0",
7171
"npm-run-all2": "^8.0.0",

ol-themed-jupyter/yarn.lock

Lines changed: 67 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -83,65 +83,45 @@
8383
dependencies:
8484
eslint-visitor-keys "^3.4.3"
8585

86-
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.5.1":
86+
"@eslint-community/regexpp@^4.12.2", "@eslint-community/regexpp@^4.5.1":
8787
version "4.12.2"
8888
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
8989
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
9090

91-
"@eslint/config-array@^0.21.1":
92-
version "0.21.1"
93-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
94-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
91+
"@eslint/config-array@^0.23.0":
92+
version "0.23.1"
93+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.1.tgz#908223da7b9148f1af5bfb3144b77a9387a89446"
94+
integrity sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==
9595
dependencies:
96-
"@eslint/object-schema" "^2.1.7"
96+
"@eslint/object-schema" "^3.0.1"
9797
debug "^4.3.1"
98-
minimatch "^3.1.2"
98+
minimatch "^10.1.1"
9999

100-
"@eslint/config-helpers@^0.4.2":
101-
version "0.4.2"
102-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
103-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
100+
"@eslint/config-helpers@^0.5.2":
101+
version "0.5.2"
102+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
103+
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
104104
dependencies:
105-
"@eslint/core" "^0.17.0"
105+
"@eslint/core" "^1.1.0"
106106

107-
"@eslint/core@^0.17.0":
108-
version "0.17.0"
109-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
110-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
107+
"@eslint/core@^1.1.0":
108+
version "1.1.0"
109+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
110+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
111111
dependencies:
112112
"@types/json-schema" "^7.0.15"
113113

114-
"@eslint/eslintrc@^3.3.1":
115-
version "3.3.1"
116-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
117-
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
118-
dependencies:
119-
ajv "^6.12.4"
120-
debug "^4.3.2"
121-
espree "^10.0.1"
122-
globals "^14.0.0"
123-
ignore "^5.2.0"
124-
import-fresh "^3.2.1"
125-
js-yaml "^4.1.0"
126-
minimatch "^3.1.2"
127-
strip-json-comments "^3.1.1"
128-
129-
"@eslint/js@9.39.1":
130-
version "9.39.1"
131-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.1.tgz#0dd59c3a9f40e3f1882975c321470969243e0164"
132-
integrity sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==
133-
134-
"@eslint/object-schema@^2.1.7":
135-
version "2.1.7"
136-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
137-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
114+
"@eslint/object-schema@^3.0.1":
115+
version "3.0.1"
116+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.1.tgz#9a1dc9af00d790dc79a9bf57a756e3cb2740ddb9"
117+
integrity sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==
138118

139-
"@eslint/plugin-kit@^0.4.1":
140-
version "0.4.1"
141-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
142-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
119+
"@eslint/plugin-kit@^0.6.0":
120+
version "0.6.0"
121+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
122+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
143123
dependencies:
144-
"@eslint/core" "^0.17.0"
124+
"@eslint/core" "^1.1.0"
145125
levn "^0.4.1"
146126

147127
"@fortawesome/fontawesome-free@^5.12.0":
@@ -770,6 +750,11 @@
770750
"@types/estree" "*"
771751
"@types/json-schema" "*"
772752

753+
"@types/esrecurse@^4.3.1":
754+
version "4.3.1"
755+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
756+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
757+
773758
"@types/estree@*", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
774759
version "1.0.8"
775760
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
@@ -1137,7 +1122,7 @@ ansi-styles@^3.2.1:
11371122
dependencies:
11381123
color-convert "^1.9.0"
11391124

1140-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
1125+
ansi-styles@^4.0.0:
11411126
version "4.3.0"
11421127
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
11431128
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -1252,14 +1237,6 @@ chalk@^2.3.0:
12521237
escape-string-regexp "^1.0.5"
12531238
supports-color "^5.3.0"
12541239

1255-
chalk@^4.0.0:
1256-
version "4.1.2"
1257-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1258-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1259-
dependencies:
1260-
ansi-styles "^4.1.0"
1261-
supports-color "^7.1.0"
1262-
12631240
chrome-trace-event@^1.0.2:
12641241
version "1.0.4"
12651242
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz#05bffd7ff928465093314708c93bdfa9bd1f0f5b"
@@ -1589,11 +1566,13 @@ eslint-scope@5.1.1:
15891566
esrecurse "^4.3.0"
15901567
estraverse "^4.1.1"
15911568

1592-
eslint-scope@^8.4.0:
1593-
version "8.4.0"
1594-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
1595-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
1569+
eslint-scope@^9.1.0:
1570+
version "9.1.0"
1571+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.0.tgz#dfcb41d6c0d73df6b977a50cf3e91c41ddb4154e"
1572+
integrity sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==
15961573
dependencies:
1574+
"@types/esrecurse" "^4.3.1"
1575+
"@types/estree" "^1.0.8"
15971576
esrecurse "^4.3.0"
15981577
estraverse "^5.2.0"
15991578

@@ -1602,37 +1581,34 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
16021581
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
16031582
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
16041583

1605-
eslint-visitor-keys@^4.2.1:
1606-
version "4.2.1"
1607-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1608-
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1584+
eslint-visitor-keys@^5.0.0:
1585+
version "5.0.0"
1586+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9"
1587+
integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==
16091588

1610-
eslint@^9.0.0:
1611-
version "9.39.1"
1612-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.1.tgz#be8bf7c6de77dcc4252b5a8dcb31c2efff74a6e5"
1613-
integrity sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==
1589+
eslint@^10.0.0:
1590+
version "10.0.0"
1591+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.0.tgz#c93c36a96d91621d0fbb680db848ea11af56ab1e"
1592+
integrity sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==
16141593
dependencies:
16151594
"@eslint-community/eslint-utils" "^4.8.0"
1616-
"@eslint-community/regexpp" "^4.12.1"
1617-
"@eslint/config-array" "^0.21.1"
1618-
"@eslint/config-helpers" "^0.4.2"
1619-
"@eslint/core" "^0.17.0"
1620-
"@eslint/eslintrc" "^3.3.1"
1621-
"@eslint/js" "9.39.1"
1622-
"@eslint/plugin-kit" "^0.4.1"
1595+
"@eslint-community/regexpp" "^4.12.2"
1596+
"@eslint/config-array" "^0.23.0"
1597+
"@eslint/config-helpers" "^0.5.2"
1598+
"@eslint/core" "^1.1.0"
1599+
"@eslint/plugin-kit" "^0.6.0"
16231600
"@humanfs/node" "^0.16.6"
16241601
"@humanwhocodes/module-importer" "^1.0.1"
16251602
"@humanwhocodes/retry" "^0.4.2"
16261603
"@types/estree" "^1.0.6"
16271604
ajv "^6.12.4"
1628-
chalk "^4.0.0"
16291605
cross-spawn "^7.0.6"
16301606
debug "^4.3.2"
16311607
escape-string-regexp "^4.0.0"
1632-
eslint-scope "^8.4.0"
1633-
eslint-visitor-keys "^4.2.1"
1634-
espree "^10.4.0"
1635-
esquery "^1.5.0"
1608+
eslint-scope "^9.1.0"
1609+
eslint-visitor-keys "^5.0.0"
1610+
espree "^11.1.0"
1611+
esquery "^1.7.0"
16361612
esutils "^2.0.2"
16371613
fast-deep-equal "^3.1.3"
16381614
file-entry-cache "^8.0.0"
@@ -1642,24 +1618,23 @@ eslint@^9.0.0:
16421618
imurmurhash "^0.1.4"
16431619
is-glob "^4.0.0"
16441620
json-stable-stringify-without-jsonify "^1.0.1"
1645-
lodash.merge "^4.6.2"
1646-
minimatch "^3.1.2"
1621+
minimatch "^10.1.1"
16471622
natural-compare "^1.4.0"
16481623
optionator "^0.9.3"
16491624

1650-
espree@^10.0.1, espree@^10.4.0:
1651-
version "10.4.0"
1652-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
1653-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
1625+
espree@^11.1.0:
1626+
version "11.1.0"
1627+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.0.tgz#7d0c82a69f8df670728dba256264b383fbf73e8f"
1628+
integrity sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==
16541629
dependencies:
16551630
acorn "^8.15.0"
16561631
acorn-jsx "^5.3.2"
1657-
eslint-visitor-keys "^4.2.1"
1632+
eslint-visitor-keys "^5.0.0"
16581633

1659-
esquery@^1.5.0:
1660-
version "1.6.0"
1661-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
1662-
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
1634+
esquery@^1.7.0:
1635+
version "1.7.0"
1636+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
1637+
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
16631638
dependencies:
16641639
estraverse "^5.1.0"
16651640

@@ -1892,11 +1867,6 @@ global-prefix@^3.0.0:
18921867
kind-of "^6.0.2"
18931868
which "^1.3.1"
18941869

1895-
globals@^14.0.0:
1896-
version "14.0.0"
1897-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1898-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
1899-
19001870
globby@^11.1.0:
19011871
version "11.1.0"
19021872
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -1990,7 +1960,7 @@ ignore@^7.0.5:
19901960
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
19911961
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
19921962

1993-
import-fresh@^3.2.1, import-fresh@^3.3.0:
1963+
import-fresh@^3.3.0:
19941964
version "3.3.1"
19951965
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
19961966
integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==
@@ -2276,11 +2246,6 @@ lodash.escape@^4.0.1:
22762246
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
22772247
integrity sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==
22782248

2279-
lodash.merge@^4.6.2:
2280-
version "4.6.2"
2281-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
2282-
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
2283-
22842249
lodash.truncate@^4.4.2:
22852250
version "4.4.2"
22862251
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
@@ -2390,7 +2355,7 @@ minimatch@^10.1.1:
23902355
dependencies:
23912356
"@isaacs/brace-expansion" "^5.0.0"
23922357

2393-
minimatch@^3.0.4, minimatch@^3.1.2:
2358+
minimatch@^3.0.4:
23942359
version "3.1.2"
23952360
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
23962361
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -3004,11 +2969,6 @@ strip-ansi@^6.0.1:
30042969
dependencies:
30052970
ansi-regex "^5.0.1"
30062971

3007-
strip-json-comments@^3.1.1:
3008-
version "3.1.1"
3009-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
3010-
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
3011-
30122972
style-loader@^3.3.1, style-loader@~3.3.1:
30132973
version "3.3.4"
30142974
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.4.tgz#f30f786c36db03a45cbd55b6a70d930c479090e7"
@@ -3092,7 +3052,7 @@ supports-color@^5.3.0:
30923052
dependencies:
30933053
has-flag "^3.0.0"
30943054

3095-
supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
3055+
supports-color@^7.0.0, supports-color@^7.2.0:
30963056
version "7.2.0"
30973057
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
30983058
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==

0 commit comments

Comments
 (0)