From 0f58af3512914526ca00019cd30ad7e77433b706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 23:50:58 +0000 Subject: [PATCH] deps: bump npm-registry-fetch in /workspaces/libnpmhook Bumps [npm-registry-fetch](https://github.com/npm/npm-registry-fetch) from 13.3.1 to 14.0.2. - [Release notes](https://github.com/npm/npm-registry-fetch/releases) - [Changelog](https://github.com/npm/npm-registry-fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/npm-registry-fetch/compare/v13.3.1...v14.0.2) --- updated-dependencies: - dependency-name: npm-registry-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workspaces/libnpmhook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json index 63382d3e3f043..8e0a6597e6bfd 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -33,7 +33,7 @@ "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" + "npm-registry-fetch": "^14.0.2" }, "devDependencies": { "@npmcli/eslint-config": "^3.1.0",