From 4233872723f5e198eed0824ea8b8b88e1886a514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:15:30 +0000 Subject: [PATCH] deps: bump pacote from 13.6.2 to 15.0.0 in /workspaces/libnpmpack Bumps [pacote](https://github.com/npm/pacote) from 13.6.2 to 15.0.0. - [Release notes](https://github.com/npm/pacote/releases) - [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/pacote/compare/v13.6.2...v15.0.0) --- updated-dependencies: - dependency-name: pacote dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workspaces/libnpmpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index e3aa720d41e1a..ade5a181df60a 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -39,7 +39,7 @@ "@npmcli/arborist": "^6.0.0-pre.4", "@npmcli/run-script": "^4.1.3", "npm-package-arg": "^9.0.1", - "pacote": "^14.0.0" + "pacote": "^15.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"