Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v9 (#323)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovatebot <renovatebot@stryker-mutator.io>
  • Loading branch information
renovate[bot] and Renovatebot authored May 14, 2023
1 parent e455bc6 commit 70fb97a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
43 changes: 29 additions & 14 deletions packages/website-backend/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 packages/website-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"request-promise-native": "1.0.9",
"sha512": "0.0.1",
"ts-httpexceptions": "^4.0.0",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/body-parser": "1.19.2",
Expand All @@ -58,7 +58,7 @@
"@types/request": "2.48.8",
"@types/request-promise-native": "1.0.18",
"@types/supertest": "2.0.12",
"@types/uuid": "^8.3.4",
"@types/uuid": "^9.0.0",
"mutation-testing-report-schema": "2.0.1",
"nodemon": "^2.0.16"
},
Expand Down

0 comments on commit 70fb97a

Please sign in to comment.