From ef8a8a9f84b901da8bc5291560c85e3b748f8680 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:36:29 +0000 Subject: [PATCH] Update npm - all minor and patch updates --- package-lock.json | 43 ++++++++++++++++++++++++------------------- package.json | 10 +++++----- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0df80ad..8b4b2ec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,28 +1,28 @@ { "name": "veritable-ui", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "veritable-ui", - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "dependencies": { "@kitajs/html": "^4.1.0", "@kitajs/ts-html-plugin": "^4.0.1", - "@tsoa/runtime": "^6.2.0", + "@tsoa/runtime": "^6.2.1", "@types/compression": "^1.7.5", "body-parser": "^1.20.2", "compression": "^1.7.4", "cors": "^2.8.5", "envalid": "^8.0.0", "express": "^4.19.2", - "htmx.org": "^1.9.11", + "htmx.org": "^1.9.12", "pino": "^9.0.0", "pino-http": "^9.0.0", "swagger-ui-express": "^5.0.0", - "tsoa": "^6.2.0", + "tsoa": "^6.2.1", "tsyringe": "^4.8.0" }, "devDependencies": { @@ -32,7 +32,7 @@ "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@types/sinon": "^17.0.3", "@types/swagger-ui-express": "^4.1.6", "chai": "^5.1.0", @@ -926,10 +926,11 @@ "dev": true }, "node_modules/@tsoa/cli": { - "version": "6.2.0", - "license": "MIT", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@tsoa/cli/-/cli-6.2.1.tgz", + "integrity": "sha512-SS28cvL2uurau2PZbBO8Ks6O9LF497iMlnUfMr7hffbgxh81SftfG+qvddeniNw0ttSB593Mljvv+fPabEbrfQ==", "dependencies": { - "@tsoa/runtime": "^6.2.0", + "@tsoa/runtime": "^6.2.1", "@types/multer": "^1.4.11", "fs-extra": "^11.2.0", "glob": "^10.3.10", @@ -1054,8 +1055,9 @@ } }, "node_modules/@tsoa/runtime": { - "version": "6.2.0", - "license": "MIT", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@tsoa/runtime/-/runtime-6.2.1.tgz", + "integrity": "sha512-YOA7ha6W6GQsSr3Pvb5omb5AwizvQd7GUu54Oi2TjNWYOzfczBROZonReMfKBiNULiZBDmEc5r1Hs+Kbbfjgyw==", "dependencies": { "@hapi/boom": "^10.0.1", "@hapi/hapi": "^21.3.3", @@ -1213,8 +1215,9 @@ } }, "node_modules/@types/node": { - "version": "20.12.7", - "license": "MIT", + "version": "20.12.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.10.tgz", + "integrity": "sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==", "dependencies": { "undici-types": "~5.26.4" } @@ -2563,8 +2566,9 @@ } }, "node_modules/htmx.org": { - "version": "1.9.11", - "license": "0BSD" + "version": "1.9.12", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.12.tgz", + "integrity": "sha512-VZAohXyF7xPGS52IM8d1T1283y+X4D+Owf3qY1NZ9RuBypyu9l8cGsxUMAG5fEAb/DhT7rDoJ9Hpu5/HxFD3cw==" }, "node_modules/http-errors": { "version": "2.0.0", @@ -4508,11 +4512,12 @@ "license": "0BSD" }, "node_modules/tsoa": { - "version": "6.2.0", - "license": "MIT", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tsoa/-/tsoa-6.2.1.tgz", + "integrity": "sha512-cK+Wmw99IdkVMuNPl8OM+SufIxvS1b5XY9mwjLrTJ4ytwiUkF1AOKvF6pX5k/xDnHXFLCrfHzbgaogj0JJO9EA==", "dependencies": { - "@tsoa/cli": "^6.2.0", - "@tsoa/runtime": "^6.2.0" + "@tsoa/cli": "^6.2.1", + "@tsoa/runtime": "^6.2.1" }, "bin": { "tsoa": "dist/cli.js" diff --git a/package.json b/package.json index 96ad7e48..43ac9d87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "veritable-ui", - "version": "0.1.1", + "version": "0.1.2", "description": "UI for Veritable", "main": "src/index.ts", "type": "commonjs", @@ -25,18 +25,18 @@ "dependencies": { "@kitajs/html": "^4.1.0", "@kitajs/ts-html-plugin": "^4.0.1", - "@tsoa/runtime": "^6.2.0", + "@tsoa/runtime": "^6.2.1", "@types/compression": "^1.7.5", "body-parser": "^1.20.2", "compression": "^1.7.4", "cors": "^2.8.5", "envalid": "^8.0.0", "express": "^4.19.2", - "htmx.org": "^1.9.11", + "htmx.org": "^1.9.12", "pino": "^9.0.0", "pino-http": "^9.0.0", "swagger-ui-express": "^5.0.0", - "tsoa": "^6.2.0", + "tsoa": "^6.2.1", "tsyringe": "^4.8.0" }, "devDependencies": { @@ -46,7 +46,7 @@ "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@types/sinon": "^17.0.3", "@types/swagger-ui-express": "^4.1.6", "chai": "^5.1.0",