diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-21 23:15:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 23:15:27 +0900 |
commit | ba94890d40daff0761b0f2cfcc7fc8372ab88b96 (patch) | |
tree | c99a6012cd0cda119d615a44ab642965244044a2 | |
parent | a16bede563975c77f75fc0343794205cafcebead (diff) |
Bump des.js from 1.0.0 to 1.0.1 (#13805)
Bumps [des.js](https://github.com/indutny/des.js) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/indutny/des.js/releases) - [Commits](https://github.com/indutny/des.js/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r-- | yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock index 3a47892ba..6ec92a29b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3590,9 +3590,9 @@ depd@~1.1.2: integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= des.js@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc" - integrity sha1-wHTS4qpqipoH29YfmhXCzYPsjsw= + version "1.0.1" + resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" + integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== dependencies: inherits "^2.0.1" minimalistic-assert "^1.0.0" |