From 3daa731ed6a8c9c7d933660948468d7daea321bf Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 29 May 2024 11:30:45 +0200 Subject: [PATCH] chore: removed passport from docker package.json file (#7159) If you still need passport/custom auth, you should use the community image https://github.com/Unleash/unleash-docker-community --- docker/package.json | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/docker/package.json b/docker/package.json index ec598165bc..e4e5b0da5b 100644 --- a/docker/package.json +++ b/docker/package.json @@ -12,37 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@exlinc/keycloak-passport": "^1.0.2", - "@passport-next/passport": "^3.1.0", - "@passport-next/passport-google-oauth2": "^1.0.0", - "basic-auth": "^2.0.1", - "passport": "^0.7.0", "unleash-server": "file:../build" }, - "resolutions": { - "async": "^3.2.4", - "db-migrate/rc/minimist": "^1.2.5", - "es5-ext": "0.10.64", - "knex/liftoff/object.map/**/kind-of": "^6.0.3", - "knex/liftoff/findup-sync/micromatc/kind-of": "^6.0.3", - "knex/liftoff/findup-sync/micromatc/nanomatch/kind-of": "^6.0.3", - "knex/liftoff/findup-sync/micromatch/define-property/**/kind-of": "^6.0.3", - "node-forge": "^1.0.0", - "set-value": "^4.0.1", - "ansi-regex": "^5.0.1", - "ssh2": "^1.4.0", - "json-schema": "^0.4.0", - "ip": "^2.0.1", - "minimatch": "^5.0.0", - "path-scurry": "1.10.2", - "semver": "^7.5.3" - }, - "overrides": { - "set-value": "^4.0.1", - "ansi-regex": "^5.0.1", - "ssh2": "^1.4.0", - "json-schema": "^0.4.0", - "semver": "^7.5.3" - }, - "version": "4.12.6" + "version": "5.12.4" }