From cf40ad670f3cc76b21d9cd481795cc975732e51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 00:18:26 +0000 Subject: [PATCH] Bump nanoid from 2.1.1 to 3.1.31 Bumps [nanoid](https://github.com/ai/nanoid) from 2.1.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.1.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 5c8373c..a836c89 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "fastify": "^2.8.0", "ioredis": "^4.14.1", "json5": "^2.1.0", - "nanoid": "^2.1.1", + "nanoid": "^3.1.31", "pino": "^5.13.3", "shortid": "^2.2.15", "ws": "^7.1.2" diff --git a/yarn.lock b/yarn.lock index f0a300c..380b0d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3070,10 +3070,10 @@ nanoid@^2.1.0: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.6.tgz#0665418f692e54cf44f34d4010761f3240a03314" integrity sha512-2NDzpiuEy3+H0AVtdt8LoFi7PnqkOnIzYmJQp7xsEU6VexLluHQwKREuiz57XaQC5006seIadPrIZJhyS2n7aw== -nanoid@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.1.tgz#524fd4acd45c126e0c87cd43ab5ee8346e695df9" - integrity sha512-0YbJdaL4JFoejIOoawgLcYValFGJ2iyUuVDIWL3g8Es87SSOWFbWdRUMV3VMSiyPs3SQ3QxCIxFX00q5DLkMCw== +nanoid@^3.1.31: + version "3.1.31" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.31.tgz#f5b58a1ce1b7604da5f0605757840598d8974dc6" + integrity sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A== nanomatch@^1.2.9: version "1.2.13"