diff --git a/package-lock.json b/package-lock.json index b960818..3443372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4239,9 +4239,9 @@ "optional": true }, "nanoid": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.6.tgz", - "integrity": "sha512-2NDzpiuEy3+H0AVtdt8LoFi7PnqkOnIzYmJQp7xsEU6VexLluHQwKREuiz57XaQC5006seIadPrIZJhyS2n7aw==" + "version": "3.1.31", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.31.tgz", + "integrity": "sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A==" }, "nanomatch": { "version": "1.2.13", diff --git a/package.json b/package.json index e3f4785..53fb0c2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "finalhandler": "^1.1.2", "history": "^4.10.1", "js-cookie": "^2.2.1", - "nanoid": "^2.1.6", + "nanoid": "^3.1.31", "pbf": "git+https://github.com/mapbox/pbf.git#89ed77309c7c646b809251b811c8c080a05be78a", "react": "^16.12.0", "react-reconciler": "^0.24.0",