diff --git a/packages/whip-accounts/package.json b/packages/whip-accounts/package.json index 3d0388b..dc23b90 100644 --- a/packages/whip-accounts/package.json +++ b/packages/whip-accounts/package.json @@ -25,7 +25,7 @@ "@ianwalter/url": "^2.0.0", "bcrypt": "^5.0.1", "date-fns": "^2.27.0", - "nanoid": "^3.1.30", + "nanoid": "^3.3.4", "uid-safe": "^2.1.5" }, "devDependencies": { diff --git a/packages/whip/package.json b/packages/whip/package.json index c968d2a..c30c7c9 100644 --- a/packages/whip/package.json +++ b/packages/whip/package.json @@ -18,7 +18,7 @@ "@generates/roll": "^0.4.0", "@ianwalter/timer": "^2.0.2", "body-parser": "^1.19.1", - "nanoid": "^3.1.30", + "nanoid": "^3.3.4", "polka": "^1.0.0-next.22" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 55c7ac3..37de39e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4606,10 +4606,10 @@ mustache@^4.1.0: resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64" integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ== -nanoid@^3.1.30: - version "3.1.30" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362" - integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ== +nanoid@^3.3.4: + version "3.3.4" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" + integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== natural-compare@^1.4.0: version "1.4.0"