Skip to content

Commit 24c1198

Browse files
committed
Update dependency nanoid to ^3.1.32
1 parent 2792d1a commit 24c1198

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/whip-accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@ianwalter/url": "^2.0.0",
2626
"bcrypt": "^5.0.1",
2727
"date-fns": "^2.27.0",
28-
"nanoid": "^3.1.30",
28+
"nanoid": "^3.1.32",
2929
"uid-safe": "^2.1.5"
3030
},
3131
"devDependencies": {

packages/whip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@generates/roll": "^0.4.0",
1919
"@ianwalter/timer": "^2.0.2",
2020
"body-parser": "^1.19.1",
21-
"nanoid": "^3.1.30",
21+
"nanoid": "^3.1.32",
2222
"polka": "^1.0.0-next.22"
2323
},
2424
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4678,10 +4678,10 @@ mustache@^4.1.0:
46784678
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64"
46794679
integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
46804680

4681-
nanoid@^3.1.30:
4682-
version "3.1.30"
4683-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
4684-
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
4681+
nanoid@^3.1.32:
4682+
version "3.1.32"
4683+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.32.tgz#8f96069e6239cc0a9ae8c0d3b41a3b4933a88c0a"
4684+
integrity sha512-F8mf7R3iT9bvThBoW4tGXhXFHCctyCiUUPrWF8WaTqa3h96d9QybkSeba43XVOOE3oiLfkVDe4bT8MeGmkrTxw==
46854685

46864686
natural-compare@^1.4.0:
46874687
version "1.4.0"

0 commit comments

Comments
 (0)