From b20913ac6ef79fa1b167587b899a3ab429244f47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:27:12 +0000 Subject: [PATCH] Bump crypto-random-string from 3.3.1 to 4.0.0 Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 3.3.1 to 4.0.0. - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases) - [Commits](https://github.com/sindresorhus/crypto-random-string/compare/v3.3.1...v4.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8ca9927..b9ee596 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "ajv-formats": "^1.6.0", "amqplib": "^0.7.1", "argon2": "^0.27.2", - "crypto-random-string": "^3.3.1", + "crypto-random-string": "^4.0.0", "dotenv": "^8.2.0", "jsonwebtoken": "^8.5.1", "koa": "^2.13.1", diff --git a/yarn.lock b/yarn.lock index a87da78..a3c3a50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2289,12 +2289,12 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2: shebang-command "^2.0.0" which "^2.0.1" -crypto-random-string@*, crypto-random-string@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-3.3.1.tgz#13cee94cac8001e4842501608ef779e0ed08f82d" - integrity sha512-5j88ECEn6h17UePrLi6pn1JcLtAiANa3KExyr9y9Z5vo2mv56Gh3I4Aja/B9P9uyMwyxNHAHWv+nE72f30T5Dg== +crypto-random-string@*, crypto-random-string@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-4.0.0.tgz#5a3cc53d7dd86183df5da0312816ceeeb5bb1fc2" + integrity sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA== dependencies: - type-fest "^0.8.1" + type-fest "^1.0.1" crypto-random-string@^2.0.0: version "2.0.0" @@ -7121,6 +7121,11 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== +type-fest@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.0.1.tgz#2494455e65c59170ec98bdda05b7d7184f5b74ad" + integrity sha512-+UTPE7JT3O+sUpRroRgQAbbSfIRBwOHh+o/oruB1JJE6g6uBm3Y0D82fO3xu8VHfxJLQjeRp0PEY6mRmh/lElA== + type-is@^1.6.14, type-is@^1.6.16: version "1.6.18" resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"