Skip to content

Commit 28d740d

Browse files
build(deps): bump npm from 9.6.0 to 9.6.1 in /demos/moderator (#538)
Bumps [npm](https://github.com/npm/cli) from 9.6.0 to 9.6.1. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](npm/cli@v9.6.0...v9.6.1) --- updated-dependencies: - dependency-name: npm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02093e1 commit 28d740d

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
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": "^9.6.0",
20+
"npm": "^9.6.1",
2121
"package.json": "^2.0.1",
2222
"parcel": "^2.8.3",
2323
"preact": "10.13.0",

demos/moderator/yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,10 +1540,10 @@
15401540
"@nodelib/fs.scandir" "2.1.5"
15411541
fastq "^1.6.0"
15421542

1543-
"@npmcli/arborist@^6.2.4":
1544-
version "6.2.4"
1545-
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-6.2.4.tgz#a9c567a33012a7df5af86dfd1a3308686b056d92"
1546-
integrity sha512-8nwyvv/WyGupcD9CRm3SOyFVgysHehMbkFgNXwz6db8Dd4hCkG8bptgPL5dveJzRUiA2AGKaGhX5CQsXaCyI/g==
1543+
"@npmcli/arborist@^6.2.5":
1544+
version "6.2.5"
1545+
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-6.2.5.tgz#b35c6ec42feeb7b44d6a6fcd2ea323e35b256d80"
1546+
integrity sha512-+GPm+9WrDnl9q+LvuMB2W+roVinHTGDdYWOtYzRfpAnuiqaATFbH14skpXjlJ7LvyUcyd1oJhuGq6XXJLGFNng==
15471547
dependencies:
15481548
"@isaacs/string-locale-compare" "^1.1.0"
15491549
"@npmcli/fs" "^3.1.0"
@@ -7516,12 +7516,12 @@ libnpmaccess@^7.0.2:
75167516
npm-package-arg "^10.1.0"
75177517
npm-registry-fetch "^14.0.3"
75187518

7519-
libnpmdiff@^5.0.12:
7520-
version "5.0.12"
7521-
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-5.0.12.tgz#c92030429242a8f926e3c38e47548c4fdfc2c533"
7522-
integrity sha512-Tn4tQsvvmF1fsuRBJ9dG/tFDOv1tiKhBLmiBP7oOLHSXCB6vW47ZkSzpG2E9AIbSNRi7eZYyBN/eoEy/HBKUfQ==
7519+
libnpmdiff@^5.0.13:
7520+
version "5.0.13"
7521+
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-5.0.13.tgz#833712814f9e7f8fb0463660b46ab52e0d040a02"
7522+
integrity sha512-PFuFUZZvKwboVAZePql97O4J63Rtps1HA9XAdzSHJoaRogFbmBlxymFXASjNjKCNlqz7G9oVizM1V6+rxx+Vow==
75237523
dependencies:
7524-
"@npmcli/arborist" "^6.2.4"
7524+
"@npmcli/arborist" "^6.2.5"
75257525
"@npmcli/disparity-colors" "^3.0.0"
75267526
"@npmcli/installed-package-contents" "^2.0.2"
75277527
binary-extensions "^2.2.0"
@@ -7531,12 +7531,12 @@ libnpmdiff@^5.0.12:
75317531
pacote "^15.0.8"
75327532
tar "^6.1.13"
75337533

7534-
libnpmexec@^5.0.12:
7535-
version "5.0.12"
7536-
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-5.0.12.tgz#2173f18e433726d32b514806680d4b2b5cc760b4"
7537-
integrity sha512-VqqklHRv2MGWgZMwFTCsXRc4AAHX2ypDuaxdv56y5gvkXnVwfUO8VqH2sumP/53jDAAJOYVpC8HnU4E48HGjBw==
7534+
libnpmexec@^5.0.13:
7535+
version "5.0.13"
7536+
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-5.0.13.tgz#3e2e1cdf48d441d6dbbd8ff46a41dde9939fe8e2"
7537+
integrity sha512-++Ek3+CNnFpPayUbizpacdY6QicgHzTdwwzYTO6AkPns5LWLoCilom+52+acV+TRbcLz/DPiuIIUgSRSBFFqqw==
75387538
dependencies:
7539-
"@npmcli/arborist" "^6.2.4"
7539+
"@npmcli/arborist" "^6.2.5"
75407540
"@npmcli/run-script" "^6.0.0"
75417541
chalk "^4.1.0"
75427542
ci-info "^3.7.1"
@@ -7549,12 +7549,12 @@ libnpmexec@^5.0.12:
75497549
semver "^7.3.7"
75507550
walk-up-path "^1.0.0"
75517551

7552-
libnpmfund@^4.0.12:
7553-
version "4.0.12"
7554-
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-4.0.12.tgz#20796bc434ab2182080fe03c5054ab731322043e"
7555-
integrity sha512-BIW+waxQ3TyIxbyUD2caNupIqpPtg9z7jKfi+yaYMQPAoUPr6vkzj9NWyhlChIeEOCIsYqVR/kYTjxoM3e/WJQ==
7552+
libnpmfund@^4.0.13:
7553+
version "4.0.13"
7554+
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-4.0.13.tgz#6f1b2e24e8b3b53e463c007aa1e2280d79f02a99"
7555+
integrity sha512-HKU4JiAkdEGA4mnqkjo+mtZ0n1YYwdoNvfuK+2qTOyYKmgTm48EOd/GxhW11kfyDWoTUTPp3hzBSQylhXLSm6g==
75567556
dependencies:
7557-
"@npmcli/arborist" "^6.2.4"
7557+
"@npmcli/arborist" "^6.2.5"
75587558

75597559
libnpmhook@^9.0.3:
75607560
version "9.0.3"
@@ -7572,20 +7572,20 @@ libnpmorg@^5.0.3:
75727572
aproba "^2.0.0"
75737573
npm-registry-fetch "^14.0.3"
75747574

7575-
libnpmpack@^5.0.12:
7576-
version "5.0.12"
7577-
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-5.0.12.tgz#9f885cdf9a5e283773bb733287c64a0ee43d029d"
7578-
integrity sha512-Jb0vuh+2KTTOD0Rbhzd28dFqR58c40UiUXsEw0u+U3DaHmQlqutZkE+hqMcZLxFMpZQlrunyRiow4iWxl5H00g==
7575+
libnpmpack@^5.0.13:
7576+
version "5.0.13"
7577+
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-5.0.13.tgz#3a28d106272018f772819329b074b6aa51a4c00f"
7578+
integrity sha512-cqK1ZlgYEZPGzNFNqlq7trJqK/ZVcTJSc9xzG7d/HnENEYern/Mhyoh1dhtQBM2CR6fTCdgT++Sk8uV0ZhCsQQ==
75797579
dependencies:
7580-
"@npmcli/arborist" "^6.2.4"
7580+
"@npmcli/arborist" "^6.2.5"
75817581
"@npmcli/run-script" "^6.0.0"
75827582
npm-package-arg "^10.1.0"
75837583
pacote "^15.0.8"
75847584

7585-
libnpmpublish@^7.1.0:
7586-
version "7.1.0"
7587-
resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-7.1.0.tgz#b178419b8f3968c7bba32c405ca29c6afe5b4aa4"
7588-
integrity sha512-AAw/84u6aLo6IzXFhf3s+VCg5/eqICRZFJgRfBpnbCjubRY33WXJh57aWYP0WPlqnFI3E2M1adIqQDbYVyRwgA==
7585+
libnpmpublish@^7.1.1:
7586+
version "7.1.1"
7587+
resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-7.1.1.tgz#68ea941b83aff0ec3c31008b3d0de1f8b509c111"
7588+
integrity sha512-O4DPBkqEeYO5xvMsl31jliC/Y8MFVvOAO9EspbIR8Qu9YJ4Pv4btN4r65UB804nZsd3A8TY96AnquG2ZRJxTRA==
75897589
dependencies:
75907590
ci-info "^3.6.1"
75917591
normalize-package-data "^5.0.0"
@@ -8198,10 +8198,10 @@ minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3, minipass@^3.
81988198
dependencies:
81998199
yallist "^4.0.0"
82008200

8201-
minipass@^4.0.0, minipass@^4.0.3:
8202-
version "4.0.3"
8203-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.0.3.tgz#00bfbaf1e16e35e804f4aa31a7c1f6b8d9f0ee72"
8204-
integrity sha512-OW2r4sQ0sI+z5ckEt5c1Tri4xTgZwYDxpE54eqWlQloQRoWtXjqt9udJ5Z4dSv7wK+nfFI7FRXyCpBSft+gpFw==
8201+
minipass@^4.0.0, minipass@^4.2.4:
8202+
version "4.2.4"
8203+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
8204+
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
82058205

82068206
minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2:
82078207
version "2.1.2"
@@ -8619,13 +8619,13 @@ npm-user-validate@^2.0.0:
86198619
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-2.0.0.tgz#7b69bbbff6f7992a1d9a8968d52fd6b6db5431b6"
86208620
integrity sha512-sSWeqAYJ2dUPStJB+AEj0DyLRltr/f6YNcvCA7phkB8/RMLMnVsQ41GMwHo/ERZLYNDsyB2wPm7pZo1mqPOl7Q==
86218621

8622-
npm@^9.6.0:
8623-
version "9.6.0"
8624-
resolved "https://registry.yarnpkg.com/npm/-/npm-9.6.0.tgz#1b9de1f1885cf34e9ac9eb220b80604a15ccd979"
8625-
integrity sha512-BE7ZFIXSg5iiSrrFvcEDqZuCynfkKjIiLjq3vFgpogu0eMb7S6LUYSUPsSMp4m5ORRme7zDCRnaBdCWrxU3mVg==
8622+
npm@^9.6.1:
8623+
version "9.6.1"
8624+
resolved "https://registry.yarnpkg.com/npm/-/npm-9.6.1.tgz#a2152518a0458007fc8a3a65e9c5e17f2ea76bf7"
8625+
integrity sha512-0H8CVfQmclQydUfM+WNhx4WY4sGNFC2+JsFMyaludklz8vL+tWqIB1oAXh+12yb8uta9y5p8fbc2f1d18aU6cQ==
86268626
dependencies:
86278627
"@isaacs/string-locale-compare" "^1.1.0"
8628-
"@npmcli/arborist" "^6.2.4"
8628+
"@npmcli/arborist" "^6.2.5"
86298629
"@npmcli/config" "^6.1.3"
86308630
"@npmcli/map-workspaces" "^3.0.2"
86318631
"@npmcli/package-json" "^3.0.0"
@@ -8648,19 +8648,19 @@ npm@^9.6.0:
86488648
is-cidr "^4.0.2"
86498649
json-parse-even-better-errors "^3.0.0"
86508650
libnpmaccess "^7.0.2"
8651-
libnpmdiff "^5.0.12"
8652-
libnpmexec "^5.0.12"
8653-
libnpmfund "^4.0.12"
8651+
libnpmdiff "^5.0.13"
8652+
libnpmexec "^5.0.13"
8653+
libnpmfund "^4.0.13"
86548654
libnpmhook "^9.0.3"
86558655
libnpmorg "^5.0.3"
8656-
libnpmpack "^5.0.12"
8657-
libnpmpublish "^7.1.0"
8656+
libnpmpack "^5.0.13"
8657+
libnpmpublish "^7.1.1"
86588658
libnpmsearch "^6.0.2"
86598659
libnpmteam "^5.0.3"
86608660
libnpmversion "^4.0.2"
86618661
make-fetch-happen "^11.0.3"
86628662
minimatch "^6.2.0"
8663-
minipass "^4.0.3"
8663+
minipass "^4.2.4"
86648664
minipass-pipeline "^1.2.4"
86658665
ms "^2.1.2"
86668666
node-gyp "^9.3.1"

0 commit comments

Comments
 (0)