Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 27, 2022
1 parent aeeac7d commit e1633a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -29,7 +29,7 @@
"@types/jest": "29.2.4",
"@types/node": "18.11.18",
"@types/supertest": "2.0.12",
"@types/uuid": "8.3.4",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.0",
Expand All @@ -51,7 +51,7 @@
"typescript": "4.9.4"
},
"dependencies": {
"uuid": "8.3.2"
"uuid": "9.0.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
Expand Down

0 comments on commit e1633a6

Please sign in to comment.