Skip to content

Commit 71a4b7f

Browse files
Update dependency uuid to v12
1 parent f68e3a5 commit 71a4b7f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server-with-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"passport": "^0.7.0",
2929
"passport-jwt": "^4.0.1",
3030
"passport-local": "^1.0.0",
31-
"uuid": "^11.1.0"
31+
"uuid": "^12.0.0"
3232
},
3333
"devDependencies": {
3434
"@stanlemon/eslint-config": "*",

0 commit comments

Comments
 (0)