diff --git a/backend/package-lock.json b/backend/package-lock.json index 8d1ae3b5..6b5d23d6 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -37,7 +37,7 @@ "multer": "^1.4.3", "mysql": "^2.16.0", "parse-color": "^1.0.0", - "passport": "^0.4.0", + "passport": "^0.6.0", "passport-custom": "^1.0.5", "passport-oauth2": "^1.6.1", "pkg-up": "^3.1.0", @@ -7097,15 +7097,20 @@ } }, "node_modules/passport": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/passport/-/passport-0.4.1.tgz", - "integrity": "sha512-IxXgZZs8d7uFSt3eqNjM9NQ3g3uQCW5avD8mRNoXV99Yig50vjuaez6dQK2qC0kVWPRTujxY0dWgGfT09adjYg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.6.0.tgz", + "integrity": "sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==", "dependencies": { "passport-strategy": "1.x.x", - "pause": "0.0.1" + "pause": "0.0.1", + "utils-merge": "^1.0.1" }, "engines": { "node": ">= 0.4.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/jaredhanson" } }, "node_modules/passport-custom": { diff --git a/backend/package.json b/backend/package.json index faab7570..273e7e2d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -56,7 +56,7 @@ "multer": "^1.4.3", "mysql": "^2.16.0", "parse-color": "^1.0.0", - "passport": "^0.4.0", + "passport": "^0.6.0", "passport-custom": "^1.0.5", "passport-oauth2": "^1.6.1", "pkg-up": "^3.1.0",