From c416d0754d62b0cd209b1b7928b3ef1ed54a3588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:59:16 +0000 Subject: [PATCH] deps: bump npm-registry-fetch in /workspaces/libnpmpublish 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/libnpmpublish/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index ea2fdc181d0c0..e53a4dc8a0958 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -41,7 +41,7 @@ "dependencies": { "normalize-package-data": "^4.0.0", "npm-package-arg": "^9.0.1", - "npm-registry-fetch": "^13.0.0", + "npm-registry-fetch": "^14.0.0", "semver": "^7.3.7", "ssri": "^9.0.0" },