Skip to content

Commit

Permalink
Merge pull request #1415 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 Sep 21, 2023
2 parents ad9153e + 2bbfa8c commit e4e8f2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 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 @@ -19,7 +19,7 @@
},
"dependencies": {
"cron": "2.4.3",
"uuid": "9.0.0"
"uuid": "9.0.1"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
Expand All @@ -31,7 +31,7 @@
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"@types/sinon": "10.0.16",
"@types/uuid": "9.0.3",
"@types/uuid": "9.0.4",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
Expand Down

0 comments on commit e4e8f2d

Please sign in to comment.