Skip to content

Commit 6455e72

Browse files
Bump npm from 11.5.2 to 11.6.0 in /demos/moderator (#1611)
Bumps [npm](https://github.com/npm/cli) from 11.5.2 to 11.6.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](npm/cli@v11.5.2...v11.6.0) --- updated-dependencies: - dependency-name: npm dependency-version: 11.6.0 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 15c1fed commit 6455e72

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
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.5.2",
20+
"npm": "^11.6.0",
2121
"package.json": "^2.0.1",
2222
"parcel": "^2.15.4",
2323
"preact": "10.27.1",

demos/moderator/yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,10 +1983,10 @@
19831983
lru-cache "^10.0.1"
19841984
socks-proxy-agent "^8.0.3"
19851985

1986-
"@npmcli/arborist@^9.1.3":
1987-
version "9.1.3"
1988-
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-9.1.3.tgz#a8dac0c357af78b9c834210c9017f41289413c19"
1989-
integrity sha512-PvwtZD1dipP5VByHyWX28tZfan1AkfBLenJTgr0rDdEbdovZc06Z5PHdGb5SEeN7EERl68wFH8lq6WvuUHmgrw==
1986+
"@npmcli/arborist@^9.1.4":
1987+
version "9.1.4"
1988+
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-9.1.4.tgz#1ce99c75fa6be6e0800b3e1a96f7d4a3d5858c8c"
1989+
integrity sha512-2Co31oEFlzT9hYjGahGL4PqDXXpA18tX9yu55j5on+m2uDiyBoljQjHNnnNVCji4pFUjawlHi23tQ4j2A5gHow==
19901990
dependencies:
19911991
"@isaacs/string-locale-compare" "^1.1.0"
19921992
"@npmcli/fs" "^4.0.0"
@@ -2023,10 +2023,10 @@
20232023
treeverse "^3.0.0"
20242024
walk-up-path "^4.0.0"
20252025

2026-
"@npmcli/config@^10.3.1":
2027-
version "10.3.1"
2028-
resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-10.3.1.tgz#564f65ae7be9b441c9f707a0c5ffc1e9b833e10f"
2029-
integrity sha512-XaOH1ePFmPnOTAk+rqEFg50D/e/mYpstuVnc+JkYoyAhaO85gd0ZJ+0i9f4o7kLRKJ6M2PWaj7RYUCGwkzJMTg==
2026+
"@npmcli/config@^10.4.0":
2027+
version "10.4.0"
2028+
resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-10.4.0.tgz#e3e3890c62d86f7098093ae5322db32660568348"
2029+
integrity sha512-0l6f/q/qfB726SWOGIEooh7u6aB1SOgRxGLu7DeJ6Z9Vvq1gG1s3x+Mq+qv9wt0Q0t53mVHIEBokfJZpeaWDyA==
20302030
dependencies:
20312031
"@npmcli/map-workspaces" "^4.0.1"
20322032
"@npmcli/package-json" "^6.0.1"
@@ -9471,12 +9471,12 @@ libnpmaccess@^10.0.1:
94719471
npm-package-arg "^12.0.0"
94729472
npm-registry-fetch "^18.0.1"
94739473

9474-
libnpmdiff@^8.0.6:
9475-
version "8.0.6"
9476-
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-8.0.6.tgz#50b22a2b76c0306b40fc9dfbcd3caf8bef40f157"
9477-
integrity sha512-bBIHtOYaZzjKNx7BFQBw3+ejXwIEMkVg/Hyiw4PPgAhObtND17n6+p+kQcN2AMqNC0wWvcARJnFlMVeqm+dl0w==
9474+
libnpmdiff@^8.0.7:
9475+
version "8.0.7"
9476+
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-8.0.7.tgz#19af0afe39ccfa1ed759ac62056f87b1b2e866d1"
9477+
integrity sha512-TAkva+7Egoh1EGzwvhKTUMyWw3sdlTnBiIj53b3XaOfOe9m86EWbIfn8AAEwvyPxjHeB++aB33waNiZNAIpiHg==
94789478
dependencies:
9479-
"@npmcli/arborist" "^9.1.3"
9479+
"@npmcli/arborist" "^9.1.4"
94809480
"@npmcli/installed-package-contents" "^3.0.0"
94819481
binary-extensions "^3.0.0"
94829482
diff "^7.0.0"
@@ -9485,12 +9485,12 @@ libnpmdiff@^8.0.6:
94859485
pacote "^21.0.0"
94869486
tar "^6.2.1"
94879487

9488-
libnpmexec@^10.1.5:
9489-
version "10.1.5"
9490-
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-10.1.5.tgz#f24cad725592c004eb7767f29fb5a61f3b7faef6"
9491-
integrity sha512-0+h3CPKWBzYW1ofv/ozGxZ+ZoCfIV8Bs/ejtlftqK1+T3kepsz1lEMG9I0AAnNyvUKJ2EvHXCuP3iSyHEsmVbQ==
9488+
libnpmexec@^10.1.6:
9489+
version "10.1.6"
9490+
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-10.1.6.tgz#3e59c612872d0f3eb98980f7a2c5b9589f5547ff"
9491+
integrity sha512-pqdMB0G8YfvKRS3Wu7NorBnpbIRq/qjwWKs2M0z11ltf/XOLYalHYK93N6DIxUsmQLrK1sue52fybF/jpJ0njg==
94929492
dependencies:
9493-
"@npmcli/arborist" "^9.1.3"
9493+
"@npmcli/arborist" "^9.1.4"
94949494
"@npmcli/package-json" "^6.1.1"
94959495
"@npmcli/run-script" "^9.0.1"
94969496
ci-info "^4.0.0"
@@ -9502,12 +9502,12 @@ libnpmexec@^10.1.5:
95029502
semver "^7.3.7"
95039503
walk-up-path "^4.0.0"
95049504

9505-
libnpmfund@^7.0.6:
9506-
version "7.0.6"
9507-
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-7.0.6.tgz#456ef320a104a77a571e40e1a047f47d87d35faf"
9508-
integrity sha512-ruwfzYDBVHvsUj1WUTrWf2kB4Nte4k3VCusKBlh9XuGg9EeAwJDkhMPs+QY8QuFmxf6yeCaiFiDyoCgnpLh5vw==
9505+
libnpmfund@^7.0.7:
9506+
version "7.0.7"
9507+
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-7.0.7.tgz#762876cf77e8e62654902b45e48c052973db543b"
9508+
integrity sha512-TCbDH/YHKnQW4bCGjEi9Lsnh4NuKx1d33S2gzwq/WIhxzlzQUlHigtJy0TJGXmzI+krfTVFyIQy7x1h+j/oS+A==
95099509
dependencies:
9510-
"@npmcli/arborist" "^9.1.3"
9510+
"@npmcli/arborist" "^9.1.4"
95119511

95129512
libnpmorg@^8.0.0:
95139513
version "8.0.0"
@@ -9517,12 +9517,12 @@ libnpmorg@^8.0.0:
95179517
aproba "^2.0.0"
95189518
npm-registry-fetch "^18.0.1"
95199519

9520-
libnpmpack@^9.0.6:
9521-
version "9.0.6"
9522-
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-9.0.6.tgz#e6b10f62fc99b1e012e98457a9e98c1430da7fac"
9523-
integrity sha512-TGIaG8cahSmmiXo/+SjSHb23G/4b5xDan7kmq9m0rf+dSH2U4LoKjfKhLRiv8TW0lOuF0sVQmwDlP1Zt9SAuKg==
9520+
libnpmpack@^9.0.7:
9521+
version "9.0.7"
9522+
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-9.0.7.tgz#e0c0bfb51b2601a2bf18f7d96e3c822ded93b44d"
9523+
integrity sha512-v2zfv9yZwoYxiFxr4Vwxv5VhPZEW2CmnG7Gj+2LcgtpjgLwXRPXHsic7YpezguJ/oNhI2mb0T+HtxHSJGVNW6w==
95249524
dependencies:
9525-
"@npmcli/arborist" "^9.1.3"
9525+
"@npmcli/arborist" "^9.1.4"
95269526
"@npmcli/run-script" "^9.0.1"
95279527
npm-package-arg "^12.0.0"
95289528
pacote "^21.0.0"
@@ -10647,14 +10647,14 @@ npm-user-validate@^3.0.0:
1064710647
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-3.0.0.tgz#9b1410796bf1f1d78297a8096328c55d3083f233"
1064810648
integrity sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==
1064910649

10650-
npm@^11.5.2:
10651-
version "11.5.2"
10652-
resolved "https://registry.yarnpkg.com/npm/-/npm-11.5.2.tgz#768ddbadb4ba9fc0bc88e129b93e6ab708cac986"
10653-
integrity sha512-qsEkHPw/Qdw4eA1kKVxsa5F6QeJCiLM1GaexGt/FpUpfiBxkLXVXIVtscOAeVWVe17pmYwD9Aji8dfsXR4r68w==
10650+
npm@^11.6.0:
10651+
version "11.6.0"
10652+
resolved "https://registry.yarnpkg.com/npm/-/npm-11.6.0.tgz#b03ebf67129a71489e9937a2e0489f931574590b"
10653+
integrity sha512-d/P7DbvYgYNde9Ehfeq99+13/E7E82PfZPw8uYZASr9sQ3ZhBBCA9cXSJRA1COfJ6jDLJ0K36UJnXQWhCvLXuQ==
1065410654
dependencies:
1065510655
"@isaacs/string-locale-compare" "^1.1.0"
10656-
"@npmcli/arborist" "^9.1.3"
10657-
"@npmcli/config" "^10.3.1"
10656+
"@npmcli/arborist" "^9.1.4"
10657+
"@npmcli/config" "^10.4.0"
1065810658
"@npmcli/fs" "^4.0.0"
1065910659
"@npmcli/map-workspaces" "^4.0.2"
1066010660
"@npmcli/package-json" "^6.2.0"
@@ -10678,11 +10678,11 @@ npm@^11.5.2:
1067810678
is-cidr "^5.1.1"
1067910679
json-parse-even-better-errors "^4.0.0"
1068010680
libnpmaccess "^10.0.1"
10681-
libnpmdiff "^8.0.6"
10682-
libnpmexec "^10.1.5"
10683-
libnpmfund "^7.0.6"
10681+
libnpmdiff "^8.0.7"
10682+
libnpmexec "^10.1.6"
10683+
libnpmfund "^7.0.7"
1068410684
libnpmorg "^8.0.0"
10685-
libnpmpack "^9.0.6"
10685+
libnpmpack "^9.0.7"
1068610686
libnpmpublish "^11.1.0"
1068710687
libnpmsearch "^9.0.0"
1068810688
libnpmteam "^8.0.1"

0 commit comments

Comments
 (0)