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": {