From 4fdb57950aa80c1018cabcfffa27ab2650a6d86b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 10:58:01 +0000 Subject: [PATCH] fix(deps): bump npm from 8.19.3 to 8.19.4 Bumps [npm](https://github.com/npm/cli) from 8.19.3 to 8.19.4. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v8.19.4/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v8.19.3...v8.19.4) --- updated-dependencies: - dependency-name: npm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 86fc5524..1d8a1a36 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@salesforce/sf-plugins-core": "^2", "@salesforce/telemetry": "^3.2.13", "got": "^11", - "npm": "^8.19.3", + "npm": "^8.19.4", "npm-run-path": "^4.0.1", "proxy-agent": "^5.0.0", "proxy-from-env": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index 503fd295..bbf362da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6129,10 +6129,10 @@ npm-user-validate@^1.0.1: resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.1.tgz#31428fc5475fe8416023f178c0ab47935ad8c561" integrity sha512-uQwcd/tY+h1jnEaze6cdX/LrhWhoBxfSknxentoqmIuStxUExxjWd3ULMLFPiFUrZKbOVMowH6Jq2FRWfmhcEw== -npm@^8.19.3: - version "8.19.3" - resolved "https://registry.yarnpkg.com/npm/-/npm-8.19.3.tgz#adb51bf8886d519dd4df162726d0ad157ecfa272" - integrity sha512-0QjmyPtDxSyMWWD8I91QGbrgx9KzbV6C9FK1liEb/K0zppiZkr5KxXc990G+LzPwBHDfRjUBlO9T1qZ08vl9mA== +npm@^8.19.4: + version "8.19.4" + resolved "https://registry.yarnpkg.com/npm/-/npm-8.19.4.tgz#65ad6a2dfdd157a4ef4467fb86e8dcd35a43493f" + integrity sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw== dependencies: "@isaacs/string-locale-compare" "^1.1.0" "@npmcli/arborist" "^5.6.3"