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..f53b8211 100644 --- a/public_html/webroot/themes/default/components/candy/package-lock.json +++ b/public_html/webroot/themes/default/components/candy/package-lock.json @@ -4,11 +4,6 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" - }, "bn.js": { "version": "4.11.8", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", @@ -81,12 +76,9 @@ "integrity": "sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==" }, "ws": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz", - "integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==", - "requires": { - "async-limiter": "~1.0.0" - } + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" } } } diff --git a/public_html/webroot/themes/default/components/candy/package.json b/public_html/webroot/themes/default/components/candy/package.json index 3322a519..3535f048 100644 --- a/public_html/webroot/themes/default/components/candy/package.json +++ b/public_html/webroot/themes/default/components/candy/package.json @@ -8,7 +8,7 @@ "elliptic": "^6.4.1", "moment": "^2.22.2", "node-forge": "^0.7.6", - "ws": "^6.0.0" + "ws": "^7.4.6" }, "repository": { "type": "git",