From 028f882864c81c2aa83945ede194404529f59a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 04:06:00 +0000 Subject: [PATCH] Bump ssri from 6.0.1 to 6.0.2 in /examples/js-example 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] --- examples/js-example/package-lock.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/js-example/package-lock.json b/examples/js-example/package-lock.json index da5a06d..34112ab 100644 --- a/examples/js-example/package-lock.json +++ b/examples/js-example/package-lock.json @@ -4596,6 +4596,11 @@ "scheduler": "^0.15.0" } }, + "react-floco": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/react-floco/-/react-floco-0.0.1.tgz", + "integrity": "sha512-3FgIWXQ80u6XNbEW5itHVaVzOAq9Zf+9fncScIcMjQA8OUO6kI50InUP5FaX57xV3kR0prTKAnPitbhPNkb6zw==" + }, "react-is": { "version": "16.9.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.9.0.tgz", @@ -5194,9 +5199,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==", "requires": { "figgy-pudding": "^3.5.1" }