Skip to content

Commit

Permalink
fix(deps): update npm - all minor and patch updates (#563)
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 Jan 15, 2025
1 parent f400675 commit fcdd1c6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
49 changes: 25 additions & 24 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": "4.0.3",
"version": "4.0.4",
"description": "An OpenAPI Matchmaking API service for SQNC",
"main": "src/index.ts",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@digicatapult/sqnc-process-management": "^2.2.155",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@swc-node/register": "^1.10.9",
"@swc/cli": "^0.6.0",
"@types/chai": "^5.0.1",
Expand All @@ -59,7 +59,7 @@
"chai": "^5.1.2",
"concurrently": "^9.1.2",
"depcheck": "^1.4.7",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.14.0",
Expand All @@ -72,7 +72,7 @@
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"undici": "^7.2.0"
"undici": "^7.2.1"
},
"dependencies": {
"@digicatapult/tsoa-oauth-express": "^0.1.86",
Expand All @@ -95,7 +95,7 @@
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.6.0",
"tsyringe": "^4.8.0",
"uuid": "^11.0.4",
"uuid": "^11.0.5",
"zod": "^3.24.1"
}
}

0 comments on commit fcdd1c6

Please sign in to comment.