From d288a536b6f2c8f0dc8610b58b745b34186847b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:57:48 +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.0. - [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.0) --- 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..137b634ffc7d5 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.0" }, "devDependencies": { "@npmcli/eslint-config": "^3.1.0",