From 384b1a0902041784f050d2ee07fbb04de992a3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 20:57:05 +0000 Subject: [PATCH] Bump node-forge in /public_html/webroot/themes/default/components/candy Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.7.6 to 1.0.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/0.7.6...v1.0.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../themes/default/components/candy/package-lock.json | 6 +++--- .../webroot/themes/default/components/candy/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public_html/webroot/themes/default/components/candy/package-lock.json b/public_html/webroot/themes/default/components/candy/package-lock.json index 62fafbe7..f616f927 100644 --- a/public_html/webroot/themes/default/components/candy/package-lock.json +++ b/public_html/webroot/themes/default/components/candy/package-lock.json @@ -76,9 +76,9 @@ "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" }, "node-forge": { - "version": "0.7.6", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz", - "integrity": "sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.0.0.tgz", + "integrity": "sha512-ShkiiAlzSsgH1IwGlA0jybk9vQTIOLyJ9nBd0JTuP+nzADJFLY0NoDijM2zvD/JaezooGu3G2p2FNxOAK6459g==" }, "ws": { "version": "6.0.0", diff --git a/public_html/webroot/themes/default/components/candy/package.json b/public_html/webroot/themes/default/components/candy/package.json index 3322a519..d29552e6 100644 --- a/public_html/webroot/themes/default/components/candy/package.json +++ b/public_html/webroot/themes/default/components/candy/package.json @@ -7,7 +7,7 @@ "crypto-js": "file:crypto-js", "elliptic": "^6.4.1", "moment": "^2.22.2", - "node-forge": "^0.7.6", + "node-forge": "^1.0.0", "ws": "^6.0.0" }, "repository": {