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..c5b83fdc 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.3.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.0.tgz", + "integrity": "sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA==" }, "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..21954d29 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.3.0", "ws": "^6.0.0" }, "repository": {