Skip to content

Commit 1e3a4c9

Browse files
fix(deps): bump npm from 10.9.3 to 10.9.4 (#1216)
Bumps [npm](https://github.com/npm/cli) from 10.9.3 to 10.9.4. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v10.9.4/CHANGELOG.md) - [Commits](npm/cli@v10.9.3...v10.9.4) --- updated-dependencies: - dependency-name: npm dependency-version: 10.9.4 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 7785742 commit 1e3a4c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@oclif/core": "^4.5.4",
99
"ansis": "^3.17.0",
1010
"debug": "^4.4.0",
11-
"npm": "^10.9.3",
11+
"npm": "^10.9.4",
1212
"npm-package-arg": "^11.0.3",
1313
"npm-run-path": "^5.3.0",
1414
"object-treeify": "^4.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7040,10 +7040,10 @@ npm-user-validate@^3.0.0:
70407040
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-3.0.0.tgz#9b1410796bf1f1d78297a8096328c55d3083f233"
70417041
integrity sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==
70427042

7043-
npm@^10.9.3:
7044-
version "10.9.3"
7045-
resolved "https://registry.yarnpkg.com/npm/-/npm-10.9.3.tgz#e803ef2166aa96eda9b795a9acee1877c8b4e6f2"
7046-
integrity sha512-6Eh1u5Q+kIVXeA8e7l2c/HpnFFcwrkt37xDMujD5be1gloWa9p6j3Fsv3mByXXmqJHy+2cElRMML8opNT7xIJQ==
7043+
npm@^10.9.4:
7044+
version "10.9.4"
7045+
resolved "https://registry.yarnpkg.com/npm/-/npm-10.9.4.tgz#61e81f9dc6ea559d9173e69aae772bc8fe75c3ce"
7046+
integrity sha512-OnUG836FwboQIbqtefDNlyR0gTHzIfwRfE3DuiNewBvnMnWEpB0VEXwBlFVgqpNzIgYo/MHh3d2Hel/pszapAA==
70477047
dependencies:
70487048
"@isaacs/string-locale-compare" "^1.1.0"
70497049
"@npmcli/arborist" "^8.0.1"

0 commit comments

Comments
 (0)