From 73facd598e82917cd036bfb13ee11537e02de150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 00:40:14 +0000 Subject: [PATCH] build(deps): bump nanoid from 3.1.7 to 3.1.31 Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.7 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/3.1.7...3.1.31) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/with-selector/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/with-selector/package.json b/packages/with-selector/package.json index eb7808b..85a0d02 100644 --- a/packages/with-selector/package.json +++ b/packages/with-selector/package.json @@ -14,6 +14,6 @@ "access": "public" }, "dependencies": { - "nanoid": "^3.1.7" + "nanoid": "^3.1.31" } } diff --git a/yarn.lock b/yarn.lock index a7ea3a6..c09b185 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6206,10 +6206,10 @@ nan@^2.12.1: resolved "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz" integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== -nanoid@^3.1.7: - version "3.1.7" - resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.1.7.tgz" - integrity sha512-ruOwuatdEf4BxQmZopZqhIMudQ9V83aKocr+q2Y7KasnDNvo2OgbgZBYago5hSD0tCmoSl4flIw9ytDLIVM2IQ== +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"