fix: update jsonpath-plus depenency

This commit is contained in:
Rainer Killinger
2024-10-18 14:49:15 +02:00
parent e6c17c860b
commit 496b50d892
4 changed files with 65 additions and 8 deletions

View File

@@ -97,7 +97,7 @@
"form-data": "4.0.0",
"geojson": "0.5.0",
"ionic-appauth": "0.9.0",
"jsonpath-plus": "6.0.1",
"jsonpath-plus": "10.0.6",
"maplibre-gl": "4.0.2",
"material-symbols": "0.17.1",
"moment": "2.30.1",

View File

@@ -81,7 +81,6 @@ export class AuthHelperService {
user[key as keyof SCUserConfiguration] = JSONPath({
path: this.userConfigurationMap[key as keyof SCUserConfiguration] as string,
json: userInfo,
preventEval: true,
})[0];
}
if (user.givenName && user.givenName.length > 0 && user.familyName && user.familyName.length > 0) {