From 61b9b68a609df820490989606df39006542e1d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:58:29 +0000 Subject: [PATCH] deps: bump normalize-package-data in /workspaces/libnpmpublish Bumps [normalize-package-data](https://github.com/npm/normalize-package-data) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/npm/normalize-package-data/releases) - [Changelog](https://github.com/npm/normalize-package-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/normalize-package-data/compare/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: normalize-package-data 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..f6687e74deaf0 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -39,7 +39,7 @@ "bugs": "https://github.com/npm/cli/issues", "homepage": "https://npmjs.com/package/libnpmpublish", "dependencies": { - "normalize-package-data": "^4.0.0", + "normalize-package-data": "^5.0.0", "npm-package-arg": "^9.0.1", "npm-registry-fetch": "^13.0.0", "semver": "^7.3.7",