From 2485e657176ddbc1e4865b3f92cb0565435bd861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 06:59:12 +0000 Subject: [PATCH] Bump crypto-js from 4.1.1 to 4.2.0 in /dashboard/web 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] --- dashboard/web/package.json | 2 +- dashboard/web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/web/package.json b/dashboard/web/package.json index f447baa4c..dbc3a8c24 100644 --- a/dashboard/web/package.json +++ b/dashboard/web/package.json @@ -15,7 +15,7 @@ "@nuxtjs/axios": "^5.13.6", "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/vuetify": "^1.12.3", - "crypto-js": "^4.1.1", + "crypto-js": "^4.2.0", "decimal.js": "^10.3.1", "lodash": "^4.17.21", "nuxt": "^2.15.8", diff --git a/dashboard/web/yarn.lock b/dashboard/web/yarn.lock index 30e8e1559..674ee537f 100644 --- a/dashboard/web/yarn.lock +++ b/dashboard/web/yarn.lock @@ -3900,10 +3900,10 @@ crypto-browserify@^3.11.0: randombytes "^2.0.0" randomfill "^1.0.3" -crypto-js@^4.1.1: - version "4.1.1" - resolved "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf" - integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw== +crypto-js@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631" + integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q== crypto-random-string@^2.0.0: version "2.0.0"