Skip to content

Commit

Permalink
Merge pull request #1772 from nestjs/renovate/uuid-9.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency uuid to v9.0.1
  • Loading branch information
kamilmysliwiec committed Oct 26, 2023
2 parents 243e6df + c5f2e56 commit 1d02557
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
32 changes: 18 additions & 14 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.5.6",
"@types/node": "18.18.7",
"@types/supertest": "2.0.15",
"@types/uuid": "9.0.3",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
Expand All @@ -50,7 +50,7 @@
"typescript": "5.2.2"
},
"dependencies": {
"uuid": "9.0.0"
"uuid": "9.0.1"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
Expand Down

0 comments on commit 1d02557

Please sign in to comment.