From a8a53e43d3928a52919dc9df2c11a8b8c21208a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:40:51 +0000 Subject: [PATCH] chore(deps): bump crypto-js from 4.1.1 to 4.2.0 in /examples/vue/options Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. - [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: crypto-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/vue/options/package-lock.json | 14 +++++++------- examples/vue/options/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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": {