Skip to content

Commit 3c68358

Browse files
chore(deps): Bump crypto-js from 4.1.1 to 4.2.0 (#1130)
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brix/crypto-js/commit/808f499ec789fcd68416328a40b8735a5c962116"><code>808f499</code></a> Merge branch 'release/4.2.0'</li> <li><a href="https://github.com/brix/crypto-js/commit/d5af3ae4130f63342e5623a22f225c612a32e34a"><code>d5af3ae</code></a> Update release notes.</li> <li><a href="https://github.com/brix/crypto-js/commit/9496e07c9a727f54e98942e86dd931d27558ea02"><code>9496e07</code></a> Bump version.</li> <li><a href="https://github.com/brix/crypto-js/commit/421dd538b2d34e7c24a5b72cc64dc2b9167db40a"><code>421dd53</code></a> Change default hash algorithm and iteration's for PBKDF2 to prevent weak secu...</li> <li><a href="https://github.com/brix/crypto-js/commit/d1f4f4daec4f053be3eea4f6233d1d05ccec22fa"><code>d1f4f4d</code></a> Update grunt.</li> <li><a href="https://github.com/brix/crypto-js/commit/c7552897a45df2a32a595b7708addbe865a8b64d"><code>c755289</code></a> Discontinued</li> <li><a href="https://github.com/brix/crypto-js/commit/1da3dabf93f0a0435c47627d6f171ad25f452012"><code>1da3dab</code></a> Discontinued</li> <li><a href="https://github.com/brix/crypto-js/commit/4dcaa7afd08f48cd285463b8f9499cdb242605fa"><code>4dcaa7a</code></a> Merge pull request <a href="https://redirect.github.com/brix/crypto-js/issues/380">#380</a> from Alanscut/dev</li> <li><a href="https://github.com/brix/crypto-js/commit/762feb23a59f5db565b1e9c7ffbe7476264b755f"><code>762feb2</code></a> chore: rename BF to Blowfish</li> <li><a href="https://github.com/brix/crypto-js/commit/fb81418583004d903fbc63190be21e460a52521b"><code>fb81418</code></a> feat: blowfish support</li> <li>Additional commits viewable in <a href="https://github.com/brix/crypto-js/compare/4.1.1...4.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crypto-js&package-manager=npm_and_yarn&previous-version=4.1.1&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/vercel/ncc/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a70188f commit 3c68358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -5156,9 +5156,9 @@ crypto-browserify@^3.0.0:
51565156
randomfill "^1.0.3"
51575157

51585158
crypto-js@^4.0.0:
5159-
version "4.1.1"
5160-
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf"
5161-
integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==
5159+
version "4.2.0"
5160+
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631"
5161+
integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==
51625162

51635163
crypto-random-string@^1.0.0:
51645164
version "1.0.0"

0 commit comments

Comments
 (0)