diff --git a/Functions/firebase/package-lock.json b/Functions/firebase/package-lock.json index 538917b..8a4cbde 100644 --- a/Functions/firebase/package-lock.json +++ b/Functions/firebase/package-lock.json @@ -11,7 +11,7 @@ "firebase-functions": "^7.0.5", "jsonwebtoken": "^9.0.2", "jwk-to-pem": "^2.0.6", - "plaid": "^41.3.0" + "plaid": "^41.4.0" }, "devDependencies": { "eslint": "^10.0.0" @@ -2855,9 +2855,9 @@ "license": "MIT" }, "node_modules/plaid": { - "version": "41.3.0", - "resolved": "https://registry.npmjs.org/plaid/-/plaid-41.3.0.tgz", - "integrity": "sha512-P5r7YdvXYv+prYtj+s7ODPftg8rIYHPmA7NFn2a7K3B0QL8GouhbNPfa6BHU2pYBr3cKVZDVJRm4fTv+KgUUxg==", + "version": "41.4.0", + "resolved": "https://registry.npmjs.org/plaid/-/plaid-41.4.0.tgz", + "integrity": "sha512-Ku5W9Ufsa2+TS0/kY8jS6RFPtBUbTq1xNyod89qQt/Jy2L9q9CYAnNL0WlUGa+Y5HEGP990BxCUUS2lGMRxY3g==", "license": "MIT", "dependencies": { "axios": "^1.7.4" diff --git a/Functions/firebase/package.json b/Functions/firebase/package.json index 622dc46..ff10564 100644 --- a/Functions/firebase/package.json +++ b/Functions/firebase/package.json @@ -16,7 +16,7 @@ "dependencies": { "firebase-admin": "^13.6.1", "firebase-functions": "^7.0.5", - "plaid": "^41.3.0", + "plaid": "^41.4.0", "cors": "^2.8.6", "jsonwebtoken": "^9.0.2", "jwk-to-pem": "^2.0.6"