Skip to content

Commit

Permalink
fix(deps): update npm - all minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 38dbfea commit 6f9c9ed
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 65 deletions.
117 changes: 59 additions & 58 deletions package-lock.json

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

14 changes: 7 additions & 7 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.20",
"version": "3.1.21",
"description": "An OpenAPI Matchmaking API service for SQNC",
"main": "src/index.ts",
"type": "module",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/digicatapult/sqnc-matchmaker-api#readme",
"devDependencies": {
"@digicatapult/sqnc-process-management": "^2.2.146",
"@digicatapult/sqnc-process-management": "^2.2.149",
"@digicatapult/tsimp": "^2.0.12",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
Expand All @@ -51,8 +51,8 @@
"@types/supertest": "^6.0.2",
"@types/swagger-ui-express": "^4.1.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"c8": "^10.1.3",
"chai": "^5.1.2",
"concurrently": "^9.1.0",
Expand All @@ -70,10 +70,10 @@
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"undici": "^7.1.0"
"undici": "^7.1.1"
},
"dependencies": {
"@digicatapult/tsoa-oauth-express": "^0.1.75",
"@digicatapult/tsoa-oauth-express": "^0.1.82",
"@polkadot/api": "^15.0.2",
"@tsoa/runtime": "^6.6.0",
"async-mutex": "^0.5.0",
Expand All @@ -83,7 +83,7 @@
"dotenv": "^16.4.7",
"envalid": "^8.0.0",
"express": "^4.21.2",
"express-prom-bundle": "^7.0.0",
"express-prom-bundle": "^7.0.2",
"knex": "^3.1.0",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
Expand Down

0 comments on commit 6f9c9ed

Please sign in to comment.