Skip to content

Commit c555a9a

Browse files
Update dependency uuid to v13 (#344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2916f24 commit c555a9a

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.11",
3+
"version": "0.4.12",
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": "^12.0.0"
31+
"uuid": "^13.0.0"
3232
},
3333
"devDependencies": {
3434
"@stanlemon/eslint-config": "*",

0 commit comments

Comments
 (0)