diff --git a/staticrypt-gh-pages/cli/package-lock.json b/staticrypt-gh-pages/cli/package-lock.json index c67b98e..f40c783 100644 --- a/staticrypt-gh-pages/cli/package-lock.json +++ b/staticrypt-gh-pages/cli/package-lock.json @@ -52,9 +52,9 @@ } }, "crypto-js": { - "version": "3.1.9-1", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.1.9-1.tgz", - "integrity": "sha1-/aGedh/Ad+Af+/3G6f38WeiAbNg=" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.3.0.tgz", + "integrity": "sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==" }, "decamelize": { "version": "1.2.0", diff --git a/staticrypt-gh-pages/cli/package.json b/staticrypt-gh-pages/cli/package.json index 542a09d..7ffd1ef 100644 --- a/staticrypt-gh-pages/cli/package.json +++ b/staticrypt-gh-pages/cli/package.json @@ -7,7 +7,7 @@ "staticrypt": "./index.js" }, "dependencies": { - "crypto-js": ">=3.1.9-1", + "crypto-js": ">=3.3.0", "yargs": ">=10.0.3" }, "author": "Robin Moisson (https://github.com/robinmoisson)",