diff --git a/package-lock.json b/package-lock.json index 8692aeb..c27f0ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@digicatapult/tsoa-oauth-express", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@digicatapult/tsoa-oauth-express", - "version": "0.1.2", + "version": "0.1.3", "license": "Apache-2.0", "dependencies": { "jsonwebtoken": "^9.0.2", @@ -16,7 +16,7 @@ "@types/chai": "^4.3.16", "@types/express": "^4.17.21", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.12", + "@types/node": "^20.12.13", "chai": "^5.1.1", "depcheck": "^1.4.7", "mocha": "^10.4.0", @@ -1114,9 +1114,9 @@ } }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.13.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz", + "integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==", "license": "MIT", "dependencies": { "undici-types": "~5.26.4" diff --git a/package.json b/package.json index 30dd1bb..b88477c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/tsoa-oauth-express", - "version": "0.1.2", + "version": "0.1.3", "description": "Authentication handler for TSOA using OAuth2 JWT tokens", "main": "build/index.js", "type": "commonjs", @@ -30,7 +30,7 @@ "@types/chai": "^4.3.16", "@types/express": "^4.17.21", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.12", + "@types/node": "^20.12.13", "chai": "^5.1.1", "depcheck": "^1.4.7", "mocha": "^10.4.0",