-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): bump @oclif/plugin-plugins from 5.2.1 to 5.2.4
Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.2.1 to 5.2.4. - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-plugins@5.2.1...5.2.4) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
440357d
commit be2cecd
Showing
1 changed file
with
110 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1096,10 +1096,10 @@ | |
lru-cache "^10.0.1" | ||
socks-proxy-agent "^8.0.3" | ||
|
||
"@npmcli/arborist@^7.5.2": | ||
version "7.5.2" | ||
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.5.2.tgz#0a1b86d9dce852391ce86314c0d4f2172723bb27" | ||
integrity sha512-V0zqhdnK9Av3qSIbhYs2O+7HAJPSGhqBkNP6624iSVke2J2JKY306V5Czwul+tc2Xnq6SDEKe8v+frLeKJ4aeA== | ||
"@npmcli/arborist@^7.5.3": | ||
version "7.5.3" | ||
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-7.5.3.tgz#88c51b124a1ec48d358897778af6ab5b0e05694d" | ||
integrity sha512-7gbMdDNSYUzi0j2mpb6FoXRg3BxXWplMQZH1MZlvNjSdWFObaUz2Ssvo0Nlh2xmWks1OPo+gpsE6qxpT/5M7lQ== | ||
dependencies: | ||
"@isaacs/string-locale-compare" "^1.1.0" | ||
"@npmcli/fs" "^3.1.1" | ||
|
@@ -1137,10 +1137,10 @@ | |
treeverse "^3.0.0" | ||
walk-up-path "^3.0.1" | ||
|
||
"@npmcli/config@^8.3.2": | ||
version "8.3.2" | ||
resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-8.3.2.tgz#0fc36ab61a07df3bbe4ef4988c1db872b8ba1137" | ||
integrity sha512-IMzf+fhRXibqh9mBwXK/QFIr97SAlZjfwsWPEz/2pST1cE9k9LcwznO7aDNXJoMrDjxPHZmb2bAAKASsa6EedA== | ||
"@npmcli/config@^8.3.3": | ||
version "8.3.3" | ||
resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-8.3.3.tgz#213658d2c85dc40c7b4f9231d993678bb0c57f66" | ||
integrity sha512-sIMKHiiYr91ALiHjhPq64F5P/SCaiSyDfpNmgYHtlIJtLY445+3+r3VoREzpdDrOwIqwQ6iEHinbTfaocL0UgA== | ||
dependencies: | ||
"@npmcli/map-workspaces" "^3.0.2" | ||
ci-info "^4.0.0" | ||
|
@@ -1224,6 +1224,19 @@ | |
proc-log "^4.0.0" | ||
semver "^7.5.3" | ||
|
||
"@npmcli/package-json@^5.1.1": | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-5.2.0.tgz#a1429d3111c10044c7efbfb0fce9f2c501f4cfad" | ||
integrity sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ== | ||
dependencies: | ||
"@npmcli/git" "^5.0.0" | ||
glob "^10.2.2" | ||
hosted-git-info "^7.0.0" | ||
json-parse-even-better-errors "^3.0.0" | ||
normalize-package-data "^6.0.0" | ||
proc-log "^4.0.0" | ||
semver "^7.5.3" | ||
|
||
"@npmcli/promise-spawn@^7.0.0", "@npmcli/promise-spawn@^7.0.2": | ||
version "7.0.2" | ||
resolved "https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz#1d53d34ffeb5d151bfa8ec661bcccda8bbdfd532" | ||
|
@@ -1255,29 +1268,6 @@ | |
proc-log "^4.0.0" | ||
which "^4.0.0" | ||
|
||
"@oclif/[email protected]": | ||
version "4.0.0-beta.13" | ||
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8" | ||
integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw== | ||
dependencies: | ||
ansi-escapes "^4.3.2" | ||
ansis "^3.0.1" | ||
clean-stack "^3.0.1" | ||
cli-spinners "^2.9.2" | ||
cosmiconfig "^9.0.0" | ||
debug "^4.3.4" | ||
ejs "^3.1.10" | ||
get-package-type "^0.1.0" | ||
globby "^11.1.0" | ||
indent-string "^4.0.0" | ||
is-wsl "^2.2.0" | ||
minimatch "^9.0.4" | ||
string-width "^4.2.3" | ||
supports-color "^9.4.0" | ||
widest-line "^3.1.0" | ||
wordwrap "^1.0.0" | ||
wrap-ansi "^7.0.0" | ||
|
||
"@oclif/core@^3", "@oclif/core@^3.26.6": | ||
version "3.26.6" | ||
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971" | ||
|
@@ -1353,14 +1343,14 @@ | |
fast-levenshtein "^3.0.0" | ||
|
||
"@oclif/plugin-plugins@^5": | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.2.1.tgz#6c6ebc2523ec858b796d7c8ce661b418552ec2f2" | ||
integrity sha512-Qk0+7KIYK6cQz116ZyY25XRwniKuAAGKTvY2J91CDfyri0RYUOSDNOzz0m18IG2M51Tgiv8UNY74A3PIhQaEcw== | ||
version "5.2.4" | ||
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.2.4.tgz#b129bb990ca458e98e2e1950f5e8af3cd6c3afbf" | ||
integrity sha512-ILkQGUq9DJpFYL52x8tHcJc4ZVxIL27tTTxkBGrnoHE7IcP8nFlK3S3unoADAHCTtbcp2vRPglkBUJMwnKarlQ== | ||
dependencies: | ||
"@oclif/core" "4.0.0-beta.13" | ||
"@oclif/core" "^4" | ||
ansis "^3.2.0" | ||
debug "^4.3.4" | ||
npm "^10.8.0" | ||
npm "^10.8.1" | ||
npm-package-arg "^11.0.2" | ||
npm-run-path "^5.3.0" | ||
object-treeify "^4.0.1" | ||
|
@@ -1428,7 +1418,7 @@ | |
proc-log "^4.2.0" | ||
promise-retry "^2.0.1" | ||
|
||
"@sigstore/tuf@^2.3.3", "@sigstore/tuf@^2.3.4": | ||
"@sigstore/tuf@^2.3.4": | ||
version "2.3.4" | ||
resolved "https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-2.3.4.tgz#da1d2a20144f3b87c0172920cbc8dcc7851ca27c" | ||
integrity sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw== | ||
|
@@ -2308,7 +2298,7 @@ ansicolors@~0.3.2: | |
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979" | ||
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg== | ||
|
||
ansis@^3.0.1, ansis@^3.1.1, ansis@^3.2.0: | ||
ansis@^3.1.1, ansis@^3.2.0: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b" | ||
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg== | ||
|
@@ -2684,10 +2674,10 @@ ci-info@^4.0.0: | |
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.0.0.tgz#65466f8b280fc019b9f50a5388115d17a63a44f2" | ||
integrity sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg== | ||
|
||
cidr-regex@^4.0.4: | ||
version "4.0.5" | ||
resolved "https://registry.yarnpkg.com/cidr-regex/-/cidr-regex-4.0.5.tgz#c90181992feb60ce28b8cc7590970ab94ab1060a" | ||
integrity sha512-gljhROSwEnEvC+2lKqfkv1dU2v46h8Cwob19LlfGeGRMDLuwFD5+3D6+/vaa9/QrVLDASiSQ2OYQwzzjQ5I57A== | ||
cidr-regex@^4.1.1: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/cidr-regex/-/cidr-regex-4.1.1.tgz#acbe7ba9f10d658710bddd25baa900509e90125a" | ||
integrity sha512-ekKcVp+iRB9zlKFXyx7io7nINgb0oRjgRdXNEodp1OuxRui8FXr/CA40Tz1voWUp9DPPrMyQKy01vJhDo4N1lw== | ||
dependencies: | ||
ip-regex "^5.0.0" | ||
|
||
|
@@ -3731,7 +3721,7 @@ [email protected]: | |
minimatch "^5.0.1" | ||
once "^1.3.0" | ||
|
||
glob@^10.2.2, glob@^10.3.10, glob@^10.3.15: | ||
glob@^10.2.2, glob@^10.3.10: | ||
version "10.3.16" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.16.tgz#bf6679d5d51279c8cfae4febe0d051d2a4bf4c6f" | ||
integrity sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw== | ||
|
@@ -3742,6 +3732,17 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.3.15: | |
minipass "^7.0.4" | ||
path-scurry "^1.11.0" | ||
|
||
glob@^10.4.1: | ||
version "10.4.1" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2" | ||
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw== | ||
dependencies: | ||
foreground-child "^3.1.0" | ||
jackspeak "^3.1.2" | ||
minimatch "^9.0.4" | ||
minipass "^7.1.2" | ||
path-scurry "^1.11.1" | ||
|
||
glob@^7.0.0, glob@^7.1.3: | ||
version "7.2.3" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" | ||
|
@@ -3998,6 +3999,11 @@ ini@^4.1.2: | |
resolved "https://registry.yarnpkg.com/ini/-/ini-4.1.2.tgz#7f646dbd9caea595e61f88ef60bfff8b01f8130a" | ||
integrity sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw== | ||
|
||
ini@^4.1.3: | ||
version "4.1.3" | ||
resolved "https://registry.yarnpkg.com/ini/-/ini-4.1.3.tgz#4c359675a6071a46985eb39b14e4a2c0ec98a795" | ||
integrity sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg== | ||
|
||
init-package-json@^6.0.3: | ||
version "6.0.3" | ||
resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-6.0.3.tgz#2552fba75b6eed2495dc97f44183e2e5a5bcf8b0" | ||
|
@@ -4090,12 +4096,12 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: | |
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" | ||
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== | ||
|
||
is-cidr@^5.0.5: | ||
version "5.0.5" | ||
resolved "https://registry.yarnpkg.com/is-cidr/-/is-cidr-5.0.5.tgz#6898e3e84a320cecaa505654b33463399baf9e8e" | ||
integrity sha512-zDlCvz2v8dBpumuGD4/fc7wzFKY6UYOvFW29JWSstdJoByGN3TKwS0tFA9VWc7DM01VOVOn/DaR84D8Mihp9Rg== | ||
is-cidr@^5.1.0: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/is-cidr/-/is-cidr-5.1.0.tgz#36f2d059f43f9b14f132745a2eec18c996df2f35" | ||
integrity sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ== | ||
dependencies: | ||
cidr-regex "^4.0.4" | ||
cidr-regex "^4.1.1" | ||
|
||
is-core-module@^2.11.0, is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.8.1: | ||
version "2.13.1" | ||
|
@@ -4408,12 +4414,12 @@ libnpmaccess@^8.0.6: | |
npm-package-arg "^11.0.2" | ||
npm-registry-fetch "^17.0.1" | ||
|
||
libnpmdiff@^6.1.2: | ||
version "6.1.2" | ||
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-6.1.2.tgz#1c7b78528e91cd001213faa73756e02bfb04a92b" | ||
integrity sha512-cyGmfI9RsAugdbWWSE9eH7tj5/igcRJHFNksIevwXn6mobu+Kna2uX8uWgmlpu90Bg23nPW2rtSJIbGi7IPhyg== | ||
libnpmdiff@^6.1.3: | ||
version "6.1.3" | ||
resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-6.1.3.tgz#6c26dbec7990e0c622383b053cae56ddceb25aac" | ||
integrity sha512-ZBZxRabREY9XsLxgP1nIBkLVw9XbG6phD7CqhXAEu4pdiX0LdJm+IViicfbdEuYTcXLIHotexMpukBWX6ALkzA== | ||
dependencies: | ||
"@npmcli/arborist" "^7.5.2" | ||
"@npmcli/arborist" "^7.5.3" | ||
"@npmcli/installed-package-contents" "^2.1.0" | ||
binary-extensions "^2.3.0" | ||
diff "^5.1.0" | ||
|
@@ -4422,12 +4428,12 @@ libnpmdiff@^6.1.2: | |
pacote "^18.0.6" | ||
tar "^6.2.1" | ||
|
||
libnpmexec@^8.1.1: | ||
version "8.1.1" | ||
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-8.1.1.tgz#d9ab835031324b37b9c70973b7465ebdc414d98f" | ||
integrity sha512-KGXr+4WvaMNqU27z0qICbFz2EKzYWrcxWoHKWmSX3A1UyEeuLFc86Pie6cbCs5JeKN8TMVyLBJ9z25PHh458eg== | ||
libnpmexec@^8.1.2: | ||
version "8.1.2" | ||
resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-8.1.2.tgz#cf4cfda58c88cdea00b7453af5b1b54b5e439ae8" | ||
integrity sha512-TKWDOjndJ/wQU93ToRN5wtLM4UpMyG2iB3v5LmjxE3rADIsOBqIdBxJsEyZGDHYAJNuytz8NTTFR1IBSTUA0rA== | ||
dependencies: | ||
"@npmcli/arborist" "^7.5.2" | ||
"@npmcli/arborist" "^7.5.3" | ||
"@npmcli/run-script" "^8.1.0" | ||
ci-info "^4.0.0" | ||
npm-package-arg "^11.0.2" | ||
|
@@ -4438,12 +4444,12 @@ libnpmexec@^8.1.1: | |
semver "^7.3.7" | ||
walk-up-path "^3.0.1" | ||
|
||
libnpmfund@^5.0.10: | ||
version "5.0.10" | ||
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-5.0.10.tgz#20bc0c5bbb773f63728a5c91f360219538499ecb" | ||
integrity sha512-WkjxfGC7sdGD7lXYsVNKi3NogROJMTeIFRgFicd0UxEk2eI0CKSC8Tcn5zuazmZse1/Jg0AWHoSgJWpy+0ZXvg== | ||
libnpmfund@^5.0.11: | ||
version "5.0.11" | ||
resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-5.0.11.tgz#a1b8d881f41d8d3e5047666f1da00e905506a2b6" | ||
integrity sha512-lk+2awKGcj6gUF99IbD2JThUSSrrXcCpPhDdG+nj34xV+Yq0f5K0SSaXe+gqLYF9N3hmqGKolj/AoHc9zF90Rg== | ||
dependencies: | ||
"@npmcli/arborist" "^7.5.2" | ||
"@npmcli/arborist" "^7.5.3" | ||
|
||
libnpmhook@^10.0.5: | ||
version "10.0.5" | ||
|
@@ -4461,20 +4467,20 @@ libnpmorg@^6.0.6: | |
aproba "^2.0.0" | ||
npm-registry-fetch "^17.0.1" | ||
|
||
libnpmpack@^7.0.2: | ||
version "7.0.2" | ||
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-7.0.2.tgz#0c67a8df79ebbc4de58958df538135cc66f09e40" | ||
integrity sha512-hVtWu8P7JIl6SHGoVvECRp2Y+5qHeaUhTLzHpMAPi4iG9dFnY9YgitrAAMfUA/qZhLEvuD+KoYJ04mM7chXt+Q== | ||
libnpmpack@^7.0.3: | ||
version "7.0.3" | ||
resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-7.0.3.tgz#5d4b2cc10c515669775746083e6c6c3907a645d1" | ||
integrity sha512-6Fi3XI+Kj8S9grEFg6fPsjKiG8DCDFTQT6Wp0LZS75zHbyaJyD9i30sQmWhvY0q0I75Nzt4QuSnQ9s96szDPdA== | ||
dependencies: | ||
"@npmcli/arborist" "^7.5.2" | ||
"@npmcli/arborist" "^7.5.3" | ||
"@npmcli/run-script" "^8.1.0" | ||
npm-package-arg "^11.0.2" | ||
pacote "^18.0.6" | ||
|
||
libnpmpublish@^9.0.8: | ||
version "9.0.8" | ||
resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-9.0.8.tgz#ae56e77b8418b704e25868b214ae6127d03f6069" | ||
integrity sha512-sIsWBSAT7ugDPrV72/Js1vYpZBZuOqlMOOZmpXh2Mn5Tjh4Ycv3qYQGHX19g5wdOuQw4wgluSzF/z7EFSO084g== | ||
libnpmpublish@^9.0.9: | ||
version "9.0.9" | ||
resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-9.0.9.tgz#e737378c09f09738377d2a276734be35cffb85e2" | ||
integrity sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg== | ||
dependencies: | ||
ci-info "^4.0.0" | ||
normalize-package-data "^6.0.1" | ||
|
@@ -4485,10 +4491,10 @@ libnpmpublish@^9.0.8: | |
sigstore "^2.2.0" | ||
ssri "^10.0.6" | ||
|
||
libnpmsearch@^7.0.5: | ||
version "7.0.5" | ||
resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-7.0.5.tgz#abd376aaf613b6bde176640d35956fa5fc0d1945" | ||
integrity sha512-GSwFPsPfHsOgWM1bTArG+zSmax5ghqCKh81296/rWLw9nBgBWwHj1MJSZ68SfkjAXgMcr34dHzlKJZjRDIjSNQ== | ||
libnpmsearch@^7.0.6: | ||
version "7.0.6" | ||
resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-7.0.6.tgz#03c375f69284f0732175ce1d4af6e239b2fb2f2a" | ||
integrity sha512-PmiER4bgiIqN9OjBtgPn2/PxwU+OdJWtLBFM+vewOrn4VmaNAHSUKDt/wxOOkZSDLyMICVUBp61Ji1+XxhSrKw== | ||
dependencies: | ||
npm-registry-fetch "^17.0.1" | ||
|
||
|
@@ -4500,10 +4506,10 @@ libnpmteam@^6.0.5: | |
aproba "^2.0.0" | ||
npm-registry-fetch "^17.0.1" | ||
|
||
libnpmversion@^6.0.2: | ||
version "6.0.2" | ||
resolved "https://registry.yarnpkg.com/libnpmversion/-/libnpmversion-6.0.2.tgz#55757f71ed9d4c5f7ef999f8abbd5697ef17567d" | ||
integrity sha512-rbc4saGNaXeLMvby8Ta5sOgOXQTrYIXxg+MaA7Uy2wMhESb5ugIfkXJPfgMwLOxQ3o+xDFzNhul6KLjsCyV4tA== | ||
libnpmversion@^6.0.3: | ||
version "6.0.3" | ||
resolved "https://registry.yarnpkg.com/libnpmversion/-/libnpmversion-6.0.3.tgz#f55c64f76f582857a9a963e6e5ffd0b4f83fab76" | ||
integrity sha512-Kjk1anQ9sPn7E/qF1jXumItvr2OA1914tYWkSTXH9G2rYoY+Ol1+KNrWfGeje2aBvFfKlt4VeKdCfM3yxMXNBw== | ||
dependencies: | ||
"@npmcli/git" "^5.0.7" | ||
"@npmcli/run-script" "^8.1.0" | ||
|
@@ -4732,6 +4738,11 @@ minipass@^5.0.0: | |
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.1.tgz#f7f85aff59aa22f110b20e27692465cf3bf89481" | ||
integrity sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA== | ||
|
||
minipass@^7.1.2: | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" | ||
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== | ||
|
||
minizlib@^2.1.1, minizlib@^2.1.2: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" | ||
|
@@ -4977,21 +4988,21 @@ npm-user-validate@^2.0.1: | |
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-2.0.1.tgz#097afbf0a2351e2a8f478f1ba07960b368f2a25c" | ||
integrity sha512-d17PKaF2h8LSGFl5j4b1gHOJt1fgH7YUcCm1kNSJvaLWWKXlBsuUvx0bBEkr0qhsVA9XP5LtRZ83hdlhm2QkgA== | ||
|
||
npm@^10.8.0: | ||
version "10.8.0" | ||
resolved "https://registry.yarnpkg.com/npm/-/npm-10.8.0.tgz#f5a017649e934a59eba54af2ea908465eb830a8f" | ||
integrity sha512-wh93uRczgp7HDnPMiLXcCkv2hagdJS0zJ9KT/31d0FoXP02+qgN2AOwpaW85fxRWkinl2rELfPw+CjBXW48/jQ== | ||
npm@^10.8.1: | ||
version "10.8.1" | ||
resolved "https://registry.yarnpkg.com/npm/-/npm-10.8.1.tgz#1f1cb1305cd9246b9efe07d8629874df23157a2f" | ||
integrity sha512-Dp1C6SvSMYQI7YHq/y2l94uvI+59Eqbu1EpuKQHQ8p16txXRuRit5gH3Lnaagk2aXDIjg/Iru9pd05bnneKgdw== | ||
dependencies: | ||
"@isaacs/string-locale-compare" "^1.1.0" | ||
"@npmcli/arborist" "^7.5.2" | ||
"@npmcli/config" "^8.3.2" | ||
"@npmcli/arborist" "^7.5.3" | ||
"@npmcli/config" "^8.3.3" | ||
"@npmcli/fs" "^3.1.1" | ||
"@npmcli/map-workspaces" "^3.0.6" | ||
"@npmcli/package-json" "^5.1.0" | ||
"@npmcli/package-json" "^5.1.1" | ||
"@npmcli/promise-spawn" "^7.0.2" | ||
"@npmcli/redact" "^2.0.0" | ||
"@npmcli/run-script" "^8.1.0" | ||
"@sigstore/tuf" "^2.3.3" | ||
"@sigstore/tuf" "^2.3.4" | ||
abbrev "^2.0.0" | ||
archy "~1.0.0" | ||
cacache "^18.0.3" | ||
|
@@ -5000,24 +5011,24 @@ npm@^10.8.0: | |
cli-columns "^4.0.0" | ||
fastest-levenshtein "^1.0.16" | ||
fs-minipass "^3.0.3" | ||
glob "^10.3.15" | ||
glob "^10.4.1" | ||
graceful-fs "^4.2.11" | ||
hosted-git-info "^7.0.2" | ||
ini "^4.1.2" | ||
ini "^4.1.3" | ||
init-package-json "^6.0.3" | ||
is-cidr "^5.0.5" | ||
is-cidr "^5.1.0" | ||
json-parse-even-better-errors "^3.0.2" | ||
libnpmaccess "^8.0.6" | ||
libnpmdiff "^6.1.2" | ||
libnpmexec "^8.1.1" | ||
libnpmfund "^5.0.10" | ||
libnpmdiff "^6.1.3" | ||
libnpmexec "^8.1.2" | ||
libnpmfund "^5.0.11" | ||
libnpmhook "^10.0.5" | ||
libnpmorg "^6.0.6" | ||
libnpmpack "^7.0.2" | ||
libnpmpublish "^9.0.8" | ||
libnpmsearch "^7.0.5" | ||
libnpmpack "^7.0.3" | ||
libnpmpublish "^9.0.9" | ||
libnpmsearch "^7.0.6" | ||
libnpmteam "^6.0.5" | ||
libnpmversion "^6.0.2" | ||
libnpmversion "^6.0.3" | ||
make-fetch-happen "^13.0.1" | ||
minimatch "^9.0.4" | ||
minipass "^7.1.1" | ||
|
@@ -5317,7 +5328,7 @@ path-parse@^1.0.7: | |
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" | ||
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== | ||
|
||
path-scurry@^1.11.0: | ||
path-scurry@^1.11.0, path-scurry@^1.11.1: | ||
version "1.11.1" | ||
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" | ||
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== | ||
|