diff --git a/examples/vue/options/package-lock.json b/examples/vue/options/package-lock.json index 5a74a24..b73692f 100644 --- a/examples/vue/options/package-lock.json +++ b/examples/vue/options/package-lock.json @@ -11,7 +11,7 @@ "@lyracom/embedded-form-glue": "1.3.7", "@rushstack/eslint-patch": "1.2.0", "@vue/eslint-config-prettier": "7.1.0", - "crypto-js": "4.1.1", + "crypto-js": "4.2.0", "vue": "3.2.47" }, "devDependencies": { @@ -4356,9 +4356,9 @@ } }, "node_modules/crypto-js": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz", - "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "node_modules/css-declaration-sorter": { "version": "6.3.1", @@ -14593,9 +14593,9 @@ } }, "crypto-js": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz", - "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "css-declaration-sorter": { "version": "6.3.1", diff --git a/examples/vue/options/package.json b/examples/vue/options/package.json index a326279..a1426b4 100644 --- a/examples/vue/options/package.json +++ b/examples/vue/options/package.json @@ -12,7 +12,7 @@ "@lyracom/embedded-form-glue": "1.3.7", "@rushstack/eslint-patch": "1.2.0", "@vue/eslint-config-prettier": "7.1.0", - "crypto-js": "4.1.1", + "crypto-js": "4.2.0", "vue": "3.2.47" }, "devDependencies": {