Skip to content

Commit

Permalink
fix(deps): update npm - all minor and patch updates (#535)
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 12, 2024
1 parent 1183d9c commit 32c664f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 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.12",
"version": "3.1.13",
"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.137",
"@digicatapult/sqnc-process-management": "^2.2.142",
"@digicatapult/tsimp": "^2.0.12",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
Expand All @@ -65,7 +65,7 @@
"mocha": "^11.0.1",
"nodemon": "^3.1.7",
"pino-colada": "^2.2.2",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"sinon": "^19.0.2",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
Expand All @@ -75,22 +75,22 @@
"dependencies": {
"@digicatapult/tsoa-oauth-express": "^0.1.75",
"@polkadot/api": "^15.0.1",
"@tsoa/runtime": "^6.5.1",
"@tsoa/runtime": "^6.6.0",
"async-mutex": "^0.5.0",
"base-x": "^5.0.0",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"envalid": "^8.0.0",
"express": "^4.21.1",
"express": "^4.21.2",
"knex": "^3.1.0",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"pg": "^8.13.1",
"pino": "^9.5.0",
"reflect-metadata": "^0.2.2",
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.5.1",
"tsoa": "^6.6.0",
"tsyringe": "^4.8.0",
"uuid": "^11.0.3",
"zod": "^3.23.8"
Expand Down

0 comments on commit 32c664f

Please sign in to comment.