From ead3c550815f6d09bd66c471a6a27d675aef248a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 22:50:54 +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 0.10.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/master/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/0.7.6...0.10.0) 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..b7a5975c 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": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==" }, "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..ea0d0fec 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": "^0.10.0", "ws": "^6.0.0" }, "repository": {