Skip to content

Commit

Permalink
Merge pull request #1001 from salesforcecli/dependabot-npm_and_yarn-n…
Browse files Browse the repository at this point in the history
…pm-10.9.2

fix(deps): bump npm from 10.9.1 to 10.9.2
  • Loading branch information
svc-cli-bot authored Dec 8, 2024
2 parents 8b819c2 + d15155b commit c6d7df8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@salesforce/plugin-info": "^3.4.25",
"@salesforce/sf-plugins-core": "^12",
"got": "^13.0.0",
"npm": "^10.9.1",
"npm": "^10.9.2",
"npm-run-path": "^4.0.1",
"proxy-agent": "^6.5.0",
"semver": "^7.6.3",
Expand Down
58 changes: 37 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1930,10 +1930,10 @@
npm-bundled "^4.0.0"
npm-normalize-package-bin "^4.0.0"

"@npmcli/map-workspaces@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-4.0.1.tgz#ff1a7d6f643264617c0769ac0f36e507743d5a81"
integrity sha512-g5H8ljH7Z+4T1ASsfcL09gZl4YGw6M4GbjzPt6HgE+pCRSKC4nlNc4nY75zshi88eEHcdoh3Q8XgWFkGKoVOPw==
"@npmcli/map-workspaces@^4.0.1", "@npmcli/map-workspaces@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-4.0.2.tgz#d02c5508bf55624f60aaa58fe413748a5c773802"
integrity sha512-mnuMuibEbkaBTYj9HQ3dMe6L0ylYW+s/gfz7tBDMFY/la0w9Kf44P9aLn4/+/t3aTR3YUHKoT6XQL9rlicIe3Q==
dependencies:
"@npmcli/name-from-folder" "^3.0.0"
"@npmcli/package-json" "^6.0.0"
Expand Down Expand Up @@ -1961,10 +1961,10 @@
resolved "https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz#01f900bae62f0f27f9a5a127b40d443ddfb9d4c6"
integrity sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==

"@npmcli/package-json@^6.0.0", "@npmcli/package-json@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-6.0.1.tgz#550a8eb3e0ae9ad8577cb7a3f2d677a04a3bcee9"
integrity sha512-YW6PZ99sc1Q4DINEY2td5z9Z3rwbbsx7CyCnOc7UXUUdePXh5gPi1UeaoQVmKQMVbIU7aOwX2l1OG5ZfjgGi5g==
"@npmcli/package-json@^6.0.0", "@npmcli/package-json@^6.0.1", "@npmcli/package-json@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-6.1.0.tgz#34f0875da178b04df1a7746c02bdc26479819afb"
integrity sha512-t6G+6ZInT4X+tqj2i+wlLIeCKnKOTuz9/VFYDtj+TGTur5q7sp/OYrQA19LdBbWfXDOi0Y4jtedV6xtB8zQ9ug==
dependencies:
"@npmcli/git" "^6.0.0"
glob "^10.2.2"
Expand Down Expand Up @@ -6050,10 +6050,10 @@ ini@^5.0.0:
resolved "https://registry.yarnpkg.com/ini/-/ini-5.0.0.tgz#a7a4615339843d9a8ccc2d85c9d81cf93ffbc638"
integrity sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==

init-package-json@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-7.0.1.tgz#8f4580bbf427f015348727f215a39f42547ee208"
integrity sha512-8KZtk/53ReI2T2f6z2hl5ql6xKLjDexNw7DUqTdR8f+Mo8WZmBjjkH6DrTfBjmW0j3Tqx+j3t8creN0O890+0A==
init-package-json@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-7.0.2.tgz#62d7fa76d880a7773a7be51981a2b09006d2516f"
integrity sha512-Qg6nAQulaOQZjvaSzVLtYRqZmuqOi7gTknqqgdhZy7LV5oO+ppvHWq15tZYzGyxJLTH5BxRTqTa+cPDx2pSD9Q==
dependencies:
"@npmcli/package-json" "^6.0.0"
npm-package-arg "^12.0.0"
Expand Down Expand Up @@ -7518,7 +7518,7 @@ node-fetch@^2.6.1, node-fetch@^2.6.9:
dependencies:
whatwg-url "^5.0.0"

node-gyp@^10.0.0, node-gyp@^10.2.0:
node-gyp@^10.0.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-10.2.0.tgz#80101c4aa4f7ab225f13fcc8daaaac4eb1a8dd86"
integrity sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==
Expand All @@ -7534,6 +7534,22 @@ node-gyp@^10.0.0, node-gyp@^10.2.0:
tar "^6.2.1"
which "^4.0.0"

node-gyp@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-11.0.0.tgz#1e029056e8c040424ba380e1d5be54ad1757ae3c"
integrity sha512-zQS+9MTTeCMgY0F3cWPyJyRFAkVltQ1uXm+xXu/ES6KFgC6Czo1Seb9vQW2wNxSX2OrDTiqL0ojtkFxBQ0ypIw==
dependencies:
env-paths "^2.2.0"
exponential-backoff "^3.1.1"
glob "^10.3.10"
graceful-fs "^4.2.6"
make-fetch-happen "^14.0.3"
nopt "^8.0.0"
proc-log "^5.0.0"
semver "^7.3.5"
tar "^7.4.3"
which "^5.0.0"

node-preload@^0.2.1:
version "0.2.1"
resolved "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz"
Expand Down Expand Up @@ -7698,17 +7714,17 @@ npm-user-validate@^3.0.0:
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-3.0.0.tgz#9b1410796bf1f1d78297a8096328c55d3083f233"
integrity sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==

npm@^10.9.1:
version "10.9.1"
resolved "https://registry.yarnpkg.com/npm/-/npm-10.9.1.tgz#ab141c1229765c11c8c59060fc9cf450a2207bd6"
integrity sha512-yJUw03xLqjiv1D52oHeoS5qmOEC5hkJlhP1cWlSrCgshuxWVyFEEK3M3hLC0NwbTaklLTYrhoIanYsuNP5WUKg==
npm@^10.9.2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/npm/-/npm-10.9.2.tgz#784b3e2194fc151d5709a14692cf49c4afc60dfe"
integrity sha512-iriPEPIkoMYUy3F6f3wwSZAU93E0Eg6cHwIR6jzzOXWSy+SD/rOODEs74cVONHKSx2obXtuUoyidVEhISrisgQ==
dependencies:
"@isaacs/string-locale-compare" "^1.1.0"
"@npmcli/arborist" "^8.0.0"
"@npmcli/config" "^9.0.0"
"@npmcli/fs" "^4.0.0"
"@npmcli/map-workspaces" "^4.0.1"
"@npmcli/package-json" "^6.0.1"
"@npmcli/map-workspaces" "^4.0.2"
"@npmcli/package-json" "^6.1.0"
"@npmcli/promise-spawn" "^8.0.2"
"@npmcli/redact" "^3.0.0"
"@npmcli/run-script" "^9.0.1"
Expand All @@ -7725,7 +7741,7 @@ npm@^10.9.1:
graceful-fs "^4.2.11"
hosted-git-info "^8.0.2"
ini "^5.0.0"
init-package-json "^7.0.1"
init-package-json "^7.0.2"
is-cidr "^5.1.0"
json-parse-even-better-errors "^4.0.0"
libnpmaccess "^9.0.0"
Expand All @@ -7744,7 +7760,7 @@ npm@^10.9.1:
minipass "^7.1.1"
minipass-pipeline "^1.2.4"
ms "^2.1.2"
node-gyp "^10.2.0"
node-gyp "^11.0.0"
nopt "^8.0.0"
normalize-package-data "^7.0.0"
npm-audit-report "^6.0.0"
Expand Down

0 comments on commit c6d7df8

Please sign in to comment.