Skip to content

Commit

Permalink
build(deps): update dependency crypto-js to ^4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2023
1 parent 2075089 commit 102587e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -66,7 +66,7 @@
},
"peerDependencies": {
"aws-sdk": "^2.1483.0",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"mongoose": "^7.6.3",
"redis": "^4.6.10"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5187,10 +5187,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"

crypto-js@^4.1.1:
version "4.1.1"
resolved "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz"
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@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 102587e

Please sign in to comment.