diff --git a/package-lock.json b/package-lock.json index f0afe44..bc719b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5392,9 +5392,9 @@ } }, "node_modules/fast-jwt": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/fast-jwt/-/fast-jwt-2.2.3.tgz", - "integrity": "sha512-ziANDWUZpgUyE+A8YAkauVnGa/XXJGEXC1H3qXAYnT8v4Et3EsC8Zuvw8ljiqDgRearw9Wy+Q/Miw5x1XmPJTA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-jwt/-/fast-jwt-3.1.1.tgz", + "integrity": "sha512-c6gqmiMU9kUIMs0XcsnnpBMA4A+zi/XULA47r6hYoLR7s1teJ+LwviwZdttCeTZ+F5ZuHlRigNe98C4qN6h4pw==", "dependencies": { "asn1.js": "^5.4.1", "ecdsa-sig-formatter": "^1.0.11", @@ -13645,7 +13645,7 @@ "license": "Apache-2.0", "dependencies": { "@sinclair/typebox": "^0.29.4", - "fast-jwt": "^2.2.1", + "fast-jwt": "^3.1.1", "node-cache": "^5.1.2" }, "devDependencies": { diff --git a/packages/jwt/package.json b/packages/jwt/package.json index 623c032..5b67e02 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -41,7 +41,7 @@ "homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme", "dependencies": { "@sinclair/typebox": "^0.29.4", - "fast-jwt": "^2.2.1", + "fast-jwt": "^3.1.1", "node-cache": "^5.1.2" }, "devDependencies": {