Skip to content

Commit

Permalink
fix(deps): update npm - all minor and patch updates (#538)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 32c664f commit d57f4a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/sqnc-matchmaker-api",
"version": "3.1.13",
"version": "3.1.14",
"description": "An OpenAPI Matchmaking API service for SQNC",
"main": "src/index.ts",
"type": "module",
Expand Down Expand Up @@ -51,9 +51,9 @@
"@types/supertest": "^6.0.2",
"@types/swagger-ui-express": "^4.1.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"c8": "^10.1.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"c8": "^10.1.3",
"chai": "^5.1.2",
"concurrently": "^9.1.0",
"depcheck": "^1.4.7",
Expand Down Expand Up @@ -93,6 +93,6 @@
"tsoa": "^6.6.0",
"tsyringe": "^4.8.0",
"uuid": "^11.0.3",
"zod": "^3.23.8"
"zod": "^3.24.0"
}
}

0 comments on commit d57f4a1

Please sign in to comment.