Skip to content

Commit dea32df

Browse files
Bump npm from 11.1.0 to 11.2.0 in /demos/moderator (#1388)
Bumps [npm](https://github.com/npm/cli) from 11.1.0 to 11.2.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](npm/cli@v11.1.0...v11.2.0) --- updated-dependencies: - dependency-name: npm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ff5414 commit dea32df

File tree

2 files changed

+83
-82
lines changed

2 files changed

+83
-82
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "MIT",
1919
"dependencies": {
20-
"npm": "^11.1.0",
20+
"npm": "^11.2.0",
2121
"package.json": "^2.0.1",
2222
"parcel": "^2.13.3",
2323
"preact": "10.26.4",

demos/moderator/yarn.lock

Lines changed: 82 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,10 +1747,10 @@
17471747
lru-cache "^10.0.1"
17481748
socks-proxy-agent "^8.0.3"
17491749

1750-
"@npmcli/arborist@^9.0.0":
1751-
version "9.0.0"
1752-
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-9.0.0.tgz#cad6961fa58362c558ec82910fd2bab3c477c802"
1753-
integrity sha512-ZFsI/VJ7wJ2rTksLNJ9xqr75Ste/wiKvW+7w12ZGbcT67xWii97yS+aDlh3edNhqlqoXvdzYG4hTNui81VxJCA==
1750+
"@npmcli/arborist@^9.0.1":
1751+
version "9.0.1"
1752+
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-9.0.1.tgz#5574221af060d6192e1d73f4c3af5f9e3f7b502e"
1753+
integrity sha512-m00iV8hgbmli0IMf4Os+UmEq5JRTgqOHR+x5h07O7mO/60q5hLaYwZUMamJ73wlMG68c3WB8ZloOxON/knF5vg==
17541754
dependencies:
17551755
"@isaacs/string-locale-compare" "^1.1.0"
17561756
"@npmcli/fs" "^4.0.0"
@@ -1787,16 +1787,16 @@
17871787
treeverse "^3.0.0"
17881788
walk-up-path "^4.0.0"
17891789

1790-
"@npmcli/config@^10.0.1":
1791-
version "10.0.1"
1792-
resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-10.0.1.tgz#ee569d6448b959050e92f9ce4b32de8996e7d58d"
1793-
integrity sha512-772OMXb+ItCUAIfajIynTVDkNgPmrYY367NgCrcPHEHQljjZdbU2qpufk1GIxUeJnkutVFLfc5XyWyzdTO7buw==
1790+
"@npmcli/config@^10.1.0":
1791+
version "10.1.0"
1792+
resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-10.1.0.tgz#fe6a0bd26da87ddc92c85e0443b8ef3855c359c0"
1793+
integrity sha512-ygyCJATTr+xmuQHiX28adNT3tbDcWIfHQggNtLL2ykSyH4VCF5YeG4SilZaYIxf+72GZA6CJpESaDyhq9Boozg==
17941794
dependencies:
17951795
"@npmcli/map-workspaces" "^4.0.1"
17961796
"@npmcli/package-json" "^6.0.1"
17971797
ci-info "^4.0.0"
17981798
ini "^5.0.0"
1799-
nopt "^8.0.0"
1799+
nopt "^8.1.0"
18001800
proc-log "^5.0.0"
18011801
semver "^7.3.5"
18021802
walk-up-path "^4.0.0"
@@ -1928,10 +1928,10 @@
19281928
dependencies:
19291929
postcss-selector-parser "^6.1.2"
19301930

1931-
"@npmcli/redact@^3.0.0":
1932-
version "3.0.0"
1933-
resolved "https://registry.yarnpkg.com/@npmcli/redact/-/redact-3.0.0.tgz#ab3b6413355be7f3c02e87c36c2b0c2f9773fce4"
1934-
integrity sha512-/1uFzjVcfzqrgCeGW7+SZ4hv0qLWmKXVzFahZGJ6QuJBj6Myt9s17+JL86i76NV9YSnJRcGXJYQbAU0rn1YTCQ==
1931+
"@npmcli/redact@^3.0.0", "@npmcli/redact@^3.1.1":
1932+
version "3.1.1"
1933+
resolved "https://registry.yarnpkg.com/@npmcli/redact/-/redact-3.1.1.tgz#ac295c148d01c70a5a006d2e162388b3cef15195"
1934+
integrity sha512-3Hc2KGIkrvJWJqTbvueXzBeZlmvoOxc2jyX00yzr3+sNFquJg0N8hH4SAPLPVrkWIRQICVpVgjrss971awXVnA==
19351935

19361936
"@npmcli/run-script@^9.0.0", "@npmcli/run-script@^9.0.1":
19371937
version "9.0.1"
@@ -7894,10 +7894,10 @@ is-callable@^1.1.4, is-callable@^1.2.4:
78947894
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
78957895
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
78967896

7897-
is-cidr@^5.1.0:
7898-
version "5.1.0"
7899-
resolved "https://registry.yarnpkg.com/is-cidr/-/is-cidr-5.1.0.tgz#36f2d059f43f9b14f132745a2eec18c996df2f35"
7900-
integrity sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ==
7897+
is-cidr@^5.1.1:
7898+
version "5.1.1"
7899+
resolved "https://registry.yarnpkg.com/is-cidr/-/is-cidr-5.1.1.tgz#83ec462922c2b9209bc64794c4e3b2a890d23994"
7900+
integrity sha512-AwzRMjtJNTPOgm7xuYZ71715z99t+4yRnSnSzgK5err5+heYi4zMuvmpUadaJ28+KCXCQo8CjUrKQZRWSPmqTQ==
79017901
dependencies:
79027902
cidr-regex "^4.1.1"
79037903

@@ -9022,12 +9022,12 @@ libnpmaccess@^10.0.0:
90229022
npm-package-arg "^12.0.0"
90239023
npm-registry-fetch "^18.0.1"
90249024

9025-
libnpmdiff@^8.0.0:
9026-
version "8.0.0"
9027-
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-8.0.0.tgz#940f3a3d70207a90b5eab290f6b3e0ab428a027e"
9028-
integrity sha512-Ul1oGHnlQ9+bpNdaKDXZEqolJxg81xp2KG5QgVZThSS/ypLFpkcQjHeOHR99ZdxK483s1z2vdiCUMghpDo+0pg==
9025+
libnpmdiff@^8.0.1:
9026+
version "8.0.1"
9027+
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-8.0.1.tgz#b8348a759306dff56330ba6228eaa58af8abf33e"
9028+
integrity sha512-3HoZq96FtqpEq1miPKQVj49T+KAKF4bP1UflWBBQ1YZDwm77tgNnYttuSRj6N41R5B2bxL5wK8a0zFbFGIN7tw==
90299029
dependencies:
9030-
"@npmcli/arborist" "^9.0.0"
9030+
"@npmcli/arborist" "^9.0.1"
90319031
"@npmcli/installed-package-contents" "^3.0.0"
90329032
binary-extensions "^3.0.0"
90339033
diff "^7.0.0"
@@ -9036,12 +9036,13 @@ libnpmdiff@^8.0.0:
90369036
pacote "^21.0.0"
90379037
tar "^6.2.1"
90389038

9039-
libnpmexec@^10.0.0:
9040-
version "10.0.0"
9041-
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-10.0.0.tgz#16aff2dc73309b7a39232fd583400e6efe0a705a"
9042-
integrity sha512-kB1d44LhwvUT/0Ln+rwM8Yw2QmHZ2wSCJaqXnw5K17Iuzqy+TKSlNJNWUlLSTAD/WSGLT6lruZO09H+uRLAAdw==
9039+
libnpmexec@^10.1.0:
9040+
version "10.1.0"
9041+
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-10.1.0.tgz#451435c04d0feae8e874851aab9bfdfa1d58ec34"
9042+
integrity sha512-ojQgfhwlC4PCzHUSVRaTUg3aKxrJbArtc/9KwC3mED1Wc1FSW11pHo0Ufs5DJLDbRK5LhjjEQ8AxzwRIUQVY+A==
90439043
dependencies:
9044-
"@npmcli/arborist" "^9.0.0"
9044+
"@npmcli/arborist" "^9.0.1"
9045+
"@npmcli/package-json" "^6.1.1"
90459046
"@npmcli/run-script" "^9.0.1"
90469047
ci-info "^4.0.0"
90479048
npm-package-arg "^12.0.0"
@@ -9052,12 +9053,12 @@ libnpmexec@^10.0.0:
90529053
semver "^7.3.7"
90539054
walk-up-path "^4.0.0"
90549055

9055-
libnpmfund@^7.0.0:
9056-
version "7.0.0"
9057-
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-7.0.0.tgz#9295682784fef9adcfb315a1ebafc1e0e236477d"
9058-
integrity sha512-uiL9lsC2/E0JX/+gKfwlsGj2W5Cd0MHss5w0yZ7gSIyYn+KhytOBdD/1GB6Kwg5V7LAm07XEEbnWYwzUBS0Tjw==
9056+
libnpmfund@^7.0.1:
9057+
version "7.0.1"
9058+
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-7.0.1.tgz#36d4393706b7f8a9094868adb2f0a3ec9fbd6fc5"
9059+
integrity sha512-bkam0l6uKTTwBZ5LhG05tdTnMt75g/jrL5tzPaWIpSMDWlcqFqLy+aqT+FkQCi4fCp8XDEOCZ2POqCyAFUiJuA==
90599060
dependencies:
9060-
"@npmcli/arborist" "^9.0.0"
9061+
"@npmcli/arborist" "^9.0.1"
90619062

90629063
libnpmorg@^8.0.0:
90639064
version "8.0.0"
@@ -9067,12 +9068,12 @@ libnpmorg@^8.0.0:
90679068
aproba "^2.0.0"
90689069
npm-registry-fetch "^18.0.1"
90699070

9070-
libnpmpack@^9.0.0:
9071-
version "9.0.0"
9072-
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-9.0.0.tgz#3841750d69037f80ffa69829857871f3588a04c7"
9073-
integrity sha512-6UBeHebxorKuFZq6qQDV1PIjfZo6OvyzXMfI2UsRtrhlFDsOQsg9H2mZQwPryQXTOO/ifHxnjpmZmJdVn5INTg==
9071+
libnpmpack@^9.0.1:
9072+
version "9.0.1"
9073+
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-9.0.1.tgz#21f4977a84734ec3a5d98dd5507442289a30fe1f"
9074+
integrity sha512-0b9x8h0xAiu99ZewqZqZInf82dCxVx2AWB6jqwooIHzey4i2XYcIi0Tcik9GhkayU5nJ5WLD/W9PVyZcIWcm2w==
90749075
dependencies:
9075-
"@npmcli/arborist" "^9.0.0"
9076+
"@npmcli/arborist" "^9.0.1"
90769077
"@npmcli/run-script" "^9.0.1"
90779078
npm-package-arg "^12.0.0"
90789079
pacote "^21.0.0"
@@ -9931,10 +9932,10 @@ node-gyp@^10.0.0:
99319932
tar "^6.2.1"
99329933
which "^4.0.0"
99339934

9934-
node-gyp@^11.0.0:
9935-
version "11.0.0"
9936-
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-11.0.0.tgz#1e029056e8c040424ba380e1d5be54ad1757ae3c"
9937-
integrity sha512-zQS+9MTTeCMgY0F3cWPyJyRFAkVltQ1uXm+xXu/ES6KFgC6Czo1Seb9vQW2wNxSX2OrDTiqL0ojtkFxBQ0ypIw==
9935+
node-gyp@^11.1.0:
9936+
version "11.1.0"
9937+
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-11.1.0.tgz#212a1d9c167c50d727d42659410780b40e07bbd3"
9938+
integrity sha512-/+7TuHKnBpnMvUQnsYEb0JOozDZqarQbfNuSGLXIjhStMT0fbw7IdSqWgopOP5xhRZE+lsbIvAHcekddruPZgQ==
99389939
dependencies:
99399940
env-paths "^2.2.0"
99409941
exponential-backoff "^3.1.1"
@@ -10046,12 +10047,12 @@ nopt@^7.0.0:
1004610047
dependencies:
1004710048
abbrev "^2.0.0"
1004810049

10049-
nopt@^8.0.0:
10050-
version "8.0.0"
10051-
resolved "https://registry.yarnpkg.com/nopt/-/nopt-8.0.0.tgz#644f1e78da564b70e3606ab8db4836b0e32e198a"
10052-
integrity sha512-1L/fTJ4UmV/lUxT2Uf006pfZKTvAgCF+chz+0OgBHO8u2Z67pE7AaAUUj7CJy0lXqHmymUvGFt6NE9R3HER0yw==
10050+
nopt@^8.0.0, nopt@^8.1.0:
10051+
version "8.1.0"
10052+
resolved "https://registry.yarnpkg.com/nopt/-/nopt-8.1.0.tgz#b11d38caf0f8643ce885818518064127f602eae3"
10053+
integrity sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==
1005310054
dependencies:
10054-
abbrev "^2.0.0"
10055+
abbrev "^3.0.0"
1005510056

1005610057
normalize-package-data@^2.3.2, normalize-package-data@^2.3.5, normalize-package-data@^2.5.0:
1005710058
version "2.5.0"
@@ -10128,10 +10129,10 @@ npm-normalize-package-bin@^4.0.0:
1012810129
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
1012910130
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
1013010131

10131-
npm-package-arg@^12.0.0, npm-package-arg@^12.0.1:
10132-
version "12.0.1"
10133-
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-12.0.1.tgz#eb05e797b2fbdf8acf7f1d15344e1e05904202d5"
10134-
integrity sha512-aDxjFfPV3Liw0WOBWlyZLMBqtbgbg03rmGvHDJa2Ttv7tIz+1oB5qWec4psCDFZcZi9b5XdGkPdQiJxOPzvQRQ==
10132+
npm-package-arg@^12.0.0, npm-package-arg@^12.0.2:
10133+
version "12.0.2"
10134+
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-12.0.2.tgz#3b1e04ebe651cc45028e298664e8c15ce9c0ca40"
10135+
integrity sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==
1013510136
dependencies:
1013610137
hosted-git-info "^8.0.0"
1013710138
proc-log "^5.0.0"
@@ -10204,19 +10205,19 @@ npm-user-validate@^3.0.0:
1020410205
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-3.0.0.tgz#9b1410796bf1f1d78297a8096328c55d3083f233"
1020510206
integrity sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==
1020610207

10207-
npm@^11.1.0:
10208-
version "11.1.0"
10209-
resolved "https://registry.yarnpkg.com/npm/-/npm-11.1.0.tgz#dba08f7d0f5301ebedaf968b4f74b2282f97a750"
10210-
integrity sha512-rPMBrZud26lI/LcjQeLw/K5Hf1apXMKgkpNNEzp0YQYmM877+T1ZNKPcB2hnTi7e6fBNz8xLtMMn/w46fVUqGw==
10208+
npm@^11.2.0:
10209+
version "11.2.0"
10210+
resolved "https://registry.yarnpkg.com/npm/-/npm-11.2.0.tgz#fcf483cf8719864a3ab9749cbc5aed691c1c9120"
10211+
integrity sha512-PcnFC6gTo9VDkxVaQ1/mZAS3JoWrDjAI+a6e2NgfYQSGDwftJlbdV0jBMi2V8xQPqbGcWaa7p3UP0SKF+Bhm2g==
1021110212
dependencies:
1021210213
"@isaacs/string-locale-compare" "^1.1.0"
10213-
"@npmcli/arborist" "^9.0.0"
10214-
"@npmcli/config" "^10.0.1"
10214+
"@npmcli/arborist" "^9.0.1"
10215+
"@npmcli/config" "^10.1.0"
1021510216
"@npmcli/fs" "^4.0.0"
1021610217
"@npmcli/map-workspaces" "^4.0.2"
1021710218
"@npmcli/package-json" "^6.1.1"
1021810219
"@npmcli/promise-spawn" "^8.0.2"
10219-
"@npmcli/redact" "^3.0.0"
10220+
"@npmcli/redact" "^3.1.1"
1022010221
"@npmcli/run-script" "^9.0.1"
1022110222
"@sigstore/tuf" "^3.0.0"
1022210223
abbrev "^3.0.0"
@@ -10232,14 +10233,14 @@ npm@^11.1.0:
1023210233
hosted-git-info "^8.0.2"
1023310234
ini "^5.0.0"
1023410235
init-package-json "^8.0.0"
10235-
is-cidr "^5.1.0"
10236+
is-cidr "^5.1.1"
1023610237
json-parse-even-better-errors "^4.0.0"
1023710238
libnpmaccess "^10.0.0"
10238-
libnpmdiff "^8.0.0"
10239-
libnpmexec "^10.0.0"
10240-
libnpmfund "^7.0.0"
10239+
libnpmdiff "^8.0.1"
10240+
libnpmexec "^10.1.0"
10241+
libnpmfund "^7.0.1"
1024110242
libnpmorg "^8.0.0"
10242-
libnpmpack "^9.0.0"
10243+
libnpmpack "^9.0.1"
1024310244
libnpmpublish "^11.0.0"
1024410245
libnpmsearch "^9.0.0"
1024510246
libnpmteam "^8.0.0"
@@ -10249,12 +10250,12 @@ npm@^11.1.0:
1024910250
minipass "^7.1.1"
1025010251
minipass-pipeline "^1.2.4"
1025110252
ms "^2.1.2"
10252-
node-gyp "^11.0.0"
10253-
nopt "^8.0.0"
10253+
node-gyp "^11.1.0"
10254+
nopt "^8.1.0"
1025410255
normalize-package-data "^7.0.0"
1025510256
npm-audit-report "^6.0.0"
1025610257
npm-install-checks "^7.1.1"
10257-
npm-package-arg "^12.0.1"
10258+
npm-package-arg "^12.0.2"
1025810259
npm-pick-manifest "^10.0.0"
1025910260
npm-profile "^11.0.1"
1026010261
npm-registry-fetch "^18.0.2"
@@ -10264,11 +10265,11 @@ npm@^11.1.0:
1026410265
parse-conflict-json "^4.0.0"
1026510266
proc-log "^5.0.0"
1026610267
qrcode-terminal "^0.12.0"
10267-
read "^4.0.0"
10268-
semver "^7.6.3"
10268+
read "^4.1.0"
10269+
semver "^7.7.1"
1026910270
spdx-expression-parse "^4.0.0"
1027010271
ssri "^12.0.0"
10271-
supports-color "^9.4.0"
10272+
supports-color "^10.0.0"
1027210273
tar "^6.2.1"
1027310274
text-table "~0.2.0"
1027410275
tiny-relative-date "^1.3.0"
@@ -11784,10 +11785,10 @@ read-pkg@^5.2.0:
1178411785
parse-json "^5.0.0"
1178511786
type-fest "^0.6.0"
1178611787

11787-
read@^4.0.0:
11788-
version "4.0.0"
11789-
resolved "https://registry.yarnpkg.com/read/-/read-4.0.0.tgz#46a989a22dfefe4eab2327e40e40b05eca727370"
11790-
integrity sha512-nbYGT3cec3J5NPUeJia7l72I3oIzMIB6yeNyDqi8CVHr3WftwjrCUqR0j13daoHEMVaZ/rxCpmHKrbods3hI2g==
11788+
read@^4.0.0, read@^4.1.0:
11789+
version "4.1.0"
11790+
resolved "https://registry.yarnpkg.com/read/-/read-4.1.0.tgz#d97c2556b009b47b16b5bb82311d477cc7503548"
11791+
integrity sha512-uRfX6K+f+R8OOrYScaM3ixPY4erg69f8DN6pgTvMcA9iRc8iDhwrA4m3Yu8YYKsXJgVvum+m8PkRboZwwuLzYA==
1179111792
dependencies:
1179211793
mute-stream "^2.0.0"
1179311794

@@ -12336,10 +12337,10 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0, semver@^6.3.1:
1233612337
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1233712338
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1233812339

12339-
semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3:
12340-
version "7.6.3"
12341-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
12342-
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
12340+
semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.7.1:
12341+
version "7.7.1"
12342+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
12343+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
1234312344

1234412345
1234512346
version "0.17.1"
@@ -13177,6 +13178,11 @@ stylehacks@^4.0.0:
1317713178
postcss "^7.0.0"
1317813179
postcss-selector-parser "^3.0.0"
1317913180

13181+
supports-color@^10.0.0:
13182+
version "10.0.0"
13183+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-10.0.0.tgz#32000d5e49f1ae70b2645d47701004644a1d7b90"
13184+
integrity sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==
13185+
1318013186
supports-color@^2.0.0:
1318113187
version "2.0.0"
1318213188
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
@@ -13217,11 +13223,6 @@ supports-color@^8.0.0:
1321713223
dependencies:
1321813224
has-flag "^4.0.0"
1321913225

13220-
supports-color@^9.4.0:
13221-
version "9.4.0"
13222-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.4.0.tgz#17bfcf686288f531db3dea3215510621ccb55954"
13223-
integrity sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==
13224-
1322513226
supports-preserve-symlinks-flag@^1.0.0:
1322613227
version "1.0.0"
1322713228
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"

0 commit comments

Comments
 (0)