From df3e07550c85cc76c14f25e8d319dea1cbdb506c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 02:43:04 +0000 Subject: [PATCH] Bump nanoid from 3.1.23 to 3.1.31 Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 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.23...3.1.31) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++++----- package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d760ab8..d12eab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "iconv-lite": "^0.5.2", "keen-ui": "^1.3.1", "keycode-js": "^2.0.3", - "nanoid": "^3.1.22", + "nanoid": "^3.1.31", "node-fetch": "^2.6.7", "normalize-url": "^4.5.1", "parcel-plugin-inliner": "^1.0.16", @@ -2863,6 +2863,7 @@ }, "node_modules/ansi-regex": { "version": "5.0.0", + "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -9858,8 +9859,9 @@ "optional": true }, "node_modules/nanoid": { - "version": "3.1.23", - "license": "MIT", + "version": "3.1.31", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.31.tgz", + "integrity": "sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A==", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -14080,6 +14082,7 @@ }, "node_modules/strip-ansi": { "version": "6.0.0", + "dev": true, "license": "MIT", "dependencies": { "ansi-regex": "^5.0.0" @@ -17768,7 +17771,8 @@ } }, "ansi-regex": { - "version": "5.0.0" + "version": "5.0.0", + "dev": true }, "ansi-styles": { "version": "3.2.1", @@ -22372,7 +22376,9 @@ "optional": true }, "nanoid": { - "version": "3.1.23" + "version": "3.1.31", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.31.tgz", + "integrity": "sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A==" }, "nanomatch": { "version": "1.2.13", @@ -25245,6 +25251,7 @@ }, "strip-ansi": { "version": "6.0.0", + "dev": true, "requires": { "ansi-regex": "^5.0.0" } diff --git a/package.json b/package.json index 3a63fae..4bcf2a7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "iconv-lite": "^0.5.2", "keen-ui": "^1.3.1", "keycode-js": "^2.0.3", - "nanoid": "^3.1.22", + "nanoid": "^3.1.31", "node-fetch": "^2.6.7", "normalize-url": "^4.5.1", "parcel-plugin-inliner": "^1.0.16",