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",