From aab12322f6dcb4f29efef46b8969e3f3609ded56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:40:27 +0000 Subject: [PATCH] Update npm - all minor and patch updates --- package-lock.json | 37 ++++++++++++++++++++----------------- package.json | 8 ++++---- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c829558..4cf6df3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "veritable-ui", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "veritable-ui", - "version": "0.4.0", + "version": "0.4.1", "license": "Apache-2.0", "dependencies": { - "@digicatapult/tsoa-oauth-express": "^0.1.5", + "@digicatapult/tsoa-oauth-express": "^0.1.7", "@kitajs/html": "^4.1.0", "@kitajs/ts-html-plugin": "^4.0.1", - "@tsoa/runtime": "^6.2.1", + "@tsoa/runtime": "^6.3.0", "@types/compression": "^1.7.5", "argon2": "^0.40.3", "body-parser": "^1.20.2", @@ -28,7 +28,7 @@ "pino": "^9.1.0", "pino-http": "^10.1.0", "swagger-ui-express": "^5.0.1", - "tsoa": "^6.2.1", + "tsoa": "^6.3.0", "tsyringe": "^4.8.0", "zod": "^3.23.8" }, @@ -961,11 +961,12 @@ "dev": true }, "node_modules/@tsoa/cli": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@tsoa/cli/-/cli-6.2.1.tgz", - "integrity": "sha512-SS28cvL2uurau2PZbBO8Ks6O9LF497iMlnUfMr7hffbgxh81SftfG+qvddeniNw0ttSB593Mljvv+fPabEbrfQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@tsoa/cli/-/cli-6.3.0.tgz", + "integrity": "sha512-ZWd8Z571HKi1bCfHq3NokxemfC/8mG4hQbjGHC0V2zcrHNYhuNvbksOEG7ypoESrviv6eg5kN9rzlFjcMQIKHA==", + "license": "MIT", "dependencies": { - "@tsoa/runtime": "^6.2.1", + "@tsoa/runtime": "^6.3.0", "@types/multer": "^1.4.11", "fs-extra": "^11.2.0", "glob": "^10.3.10", @@ -1090,9 +1091,10 @@ } }, "node_modules/@tsoa/runtime": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@tsoa/runtime/-/runtime-6.2.1.tgz", - "integrity": "sha512-YOA7ha6W6GQsSr3Pvb5omb5AwizvQd7GUu54Oi2TjNWYOzfczBROZonReMfKBiNULiZBDmEc5r1Hs+Kbbfjgyw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@tsoa/runtime/-/runtime-6.3.0.tgz", + "integrity": "sha512-9z/0ePKpSoYpUq1IJvihk4FcgpAkyMTEEl9oFLiL9p5SE86ndsGJdH3kt/IyqtD3wajPSykMRHlAidrGUyLuNQ==", + "license": "MIT", "dependencies": { "@hapi/boom": "^10.0.1", "@hapi/hapi": "^21.3.3", @@ -5432,12 +5434,13 @@ "license": "0BSD" }, "node_modules/tsoa": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/tsoa/-/tsoa-6.2.1.tgz", - "integrity": "sha512-cK+Wmw99IdkVMuNPl8OM+SufIxvS1b5XY9mwjLrTJ4ytwiUkF1AOKvF6pX5k/xDnHXFLCrfHzbgaogj0JJO9EA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/tsoa/-/tsoa-6.3.0.tgz", + "integrity": "sha512-epdhDbx3dPdwt2IfLpXZNs2XFOkDDwadm2DRSEFpnpTK/hZvmPKILJDm2eGVyoQO9B2CCLZHb2Cfsv0hZpEGyg==", + "license": "MIT", "dependencies": { - "@tsoa/cli": "^6.2.1", - "@tsoa/runtime": "^6.2.1" + "@tsoa/cli": "^6.3.0", + "@tsoa/runtime": "^6.3.0" }, "bin": { "tsoa": "dist/cli.js" diff --git a/package.json b/package.json index 1b484690..1851f9fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "veritable-ui", - "version": "0.4.0", + "version": "0.4.1", "description": "UI for Veritable", "main": "src/index.ts", "type": "module", @@ -29,10 +29,10 @@ "xss-scan": "xss-scan" }, "dependencies": { - "@digicatapult/tsoa-oauth-express": "^0.1.5", + "@digicatapult/tsoa-oauth-express": "^0.1.7", "@kitajs/html": "^4.1.0", "@kitajs/ts-html-plugin": "^4.0.1", - "@tsoa/runtime": "^6.2.1", + "@tsoa/runtime": "^6.3.0", "@types/compression": "^1.7.5", "argon2": "^0.40.3", "body-parser": "^1.20.2", @@ -48,7 +48,7 @@ "pino": "^9.1.0", "pino-http": "^10.1.0", "swagger-ui-express": "^5.0.1", - "tsoa": "^6.2.1", + "tsoa": "^6.3.0", "tsyringe": "^4.8.0", "zod": "^3.23.8" },