From edc7b35ab1ebdafb24039897eca43ec390a37368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 00:14:28 +0000 Subject: [PATCH] Bump nanoid from 2.0.1 to 3.1.31 Bumps [nanoid](https://github.com/ai/nanoid) from 2.0.1 to 3.1.31. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/2.0.1...3.1.31) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b119c62..7e3a5e5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "deterministic-zip": "^1.0.5", "extract-zip": "^1.6.7", - "nanoid": "^2.0.1", + "nanoid": "^3.1.31", "node-fetch": "^2.3.0", "rimraf": "^2.6.3", "tar": "^4.4.8" diff --git a/yarn.lock b/yarn.lock index a16da89..32d9590 100644 --- a/yarn.lock +++ b/yarn.lock @@ -204,10 +204,10 @@ ms@2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= -nanoid@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.0.1.tgz#deb55cac196e3f138071911dabbc3726eb048864" - integrity sha512-k1u2uemjIGsn25zmujKnotgniC/gxQ9sdegdezeDiKdkDW56THUMqlz3urndKCXJxA6yPzSZbXx/QCMe/pxqsA== +nanoid@^3.1.31: + version "3.1.31" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.31.tgz#f5b58a1ce1b7604da5f0605757840598d8974dc6" + integrity sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A== node-fetch@^2.3.0: version "2.3.0"