diff --git a/backend/package-lock.json b/backend/package-lock.json index 20519b7..5e14fc5 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -30,7 +30,7 @@ "natural": "^8.1.0", "node-cache": "^5.1.2", "node-cron": "^3.0.2", - "passport": "^0.6.0", + "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", "pg": "^8.11.5", @@ -6587,9 +6587,9 @@ } }, "node_modules/passport": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/passport/-/passport-0.6.0.tgz", - "integrity": "sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.7.0.tgz", + "integrity": "sha512-cPLl+qZpSc+ireUvt+IzqbED1cHHkDoVYMo30jbJIdOOjQ1MQYZBPiNvmi8UM6lJuOpTPXJGZQk0DtC4y61MYQ==", "license": "MIT", "dependencies": { "passport-strategy": "1.x.x", diff --git a/backend/package.json b/backend/package.json index 7e453d4..11a3268 100644 --- a/backend/package.json +++ b/backend/package.json @@ -41,7 +41,7 @@ "natural": "^8.1.0", "node-cache": "^5.1.2", "node-cron": "^3.0.2", - "passport": "^0.6.0", + "passport": "^0.7.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", "pg": "^8.11.5",