From 02814fd28fd1d6fbdbfd83a9ad606748f298c701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 21:59:23 +0000 Subject: [PATCH] Bump ssri from 6.0.1 to 6.0.2 in /sample-nodejs Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] --- sample-nodejs/package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sample-nodejs/package-lock.json b/sample-nodejs/package-lock.json index 0fecf85..31bc616 100644 --- a/sample-nodejs/package-lock.json +++ b/sample-nodejs/package-lock.json @@ -358,7 +358,8 @@ "babylonjs-charactercontroller": { "version": "0.2.0", "resolved": "http://localhost:4873/babylonjs-charactercontroller/-/babylonjs-charactercontroller-0.2.0.tgz", - "integrity": "sha512-DXDbywGqX9qBb4B2sR53ifhPxex1IhS4GaW2XbYNqeMXYyq6hLb9dbmRMV6WbW9Rse9dt3i5Lfuc4QzQp5nr4Q==" + "integrity": "sha512-DXDbywGqX9qBb4B2sR53ifhPxex1IhS4GaW2XbYNqeMXYyq6hLb9dbmRMV6WbW9Rse9dt3i5Lfuc4QzQp5nr4Q==", + "dev": true }, "balanced-match": { "version": "1.0.0", @@ -3467,9 +3468,9 @@ } }, "ssri": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", - "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", + "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", "dev": true, "requires": { "figgy-pudding": "^3.5.1"