From 64bdb580e2e67fcbd969cf4aecb9c6623dbad270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:58:51 +0000 Subject: [PATCH] deps: bump ssri from 9.0.1 to 10.0.0 in /workspaces/libnpmpublish Bumps [ssri](https://github.com/npm/ssri) from 9.0.1 to 10.0.0. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v9.0.1...v10.0.0) --- updated-dependencies: - dependency-name: ssri 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..6cc2b50f80320 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -43,7 +43,7 @@ "npm-package-arg": "^9.0.1", "npm-registry-fetch": "^13.0.0", "semver": "^7.3.7", - "ssri": "^9.0.0" + "ssri": "^10.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"