From d57f4a180f8a814563480361cfae20f8eef50502 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:14:19 +0000 Subject: [PATCH] fix(deps): update npm - all minor and patch updates (#538) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f01eef4..050f1dd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@digicatapult/sqnc-matchmaker-api", - "version": "3.1.13", + "version": "3.1.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@digicatapult/sqnc-matchmaker-api", - "version": "3.1.13", + "version": "3.1.14", "license": "Apache-2.0", "dependencies": { "@digicatapult/tsoa-oauth-express": "^0.1.75", @@ -29,7 +29,7 @@ "tsoa": "^6.6.0", "tsyringe": "^4.8.0", "uuid": "^11.0.3", - "zod": "^3.23.8" + "zod": "^3.24.0" }, "devDependencies": { "@digicatapult/sqnc-process-management": "^2.2.142", @@ -45,9 +45,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", diff --git a/package.json b/package.json index 23cc2a75..32bbddd7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -93,6 +93,6 @@ "tsoa": "^6.6.0", "tsyringe": "^4.8.0", "uuid": "^11.0.3", - "zod": "^3.23.8" + "zod": "^3.24.0" } }