diff --git a/package-lock.json b/package-lock.json index 745b976..1586448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@digicatapult/tsoa-oauth-express", - "version": "0.1.24", + "version": "0.1.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@digicatapult/tsoa-oauth-express", - "version": "0.1.24", + "version": "0.1.25", "license": "Apache-2.0", "dependencies": { "jsonwebtoken": "^9.0.2", @@ -19,7 +19,7 @@ "@types/node": "^20.14.11", "chai": "^5.1.1", "depcheck": "^1.4.7", - "mocha": "^10.6.0", + "mocha": "^10.7.0", "mock-jwks": "^3.2.2", "prettier": "^3.3.3", "prettier-plugin-organize-imports": "^4.0.0", @@ -3252,9 +3252,9 @@ } }, "node_modules/mocha": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz", - "integrity": "sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", + "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6bd02a7..9c3c603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/tsoa-oauth-express", - "version": "0.1.24", + "version": "0.1.25", "description": "Authentication handler for TSOA using OAuth2 JWT tokens", "main": "build/index.js", "type": "commonjs", @@ -33,7 +33,7 @@ "@types/node": "^20.14.11", "chai": "^5.1.1", "depcheck": "^1.4.7", - "mocha": "^10.6.0", + "mocha": "^10.7.0", "mock-jwks": "^3.2.2", "prettier": "^3.3.3", "prettier-plugin-organize-imports": "^4.0.0",