web: bump API Client version (#4003)

This commit is contained in:
github-actions[bot] 2022-11-14 14:30:38 +01:00 committed by GitHub
parent ffe6f65af5
commit 40844c975f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -21,7 +21,7 @@
"@codemirror/legacy-modes": "^6.2.0",
"@formatjs/intl-listformat": "^7.1.3",
"@fortawesome/fontawesome-free": "^6.2.0",
"@goauthentik/api": "^2022.10.1-1667989514",
"@goauthentik/api": "^2022.10.1-1668432272",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.15.0",
"@lingui/core": "^3.15.0",
@ -1956,9 +1956,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2022.10.1-1667989514",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.10.1-1667989514.tgz",
"integrity": "sha512-Cyrebv9Ecp/T52EKnwqoBk3TQAlJvfPNQJOWplgQgfQ/50yEhVxlIrhrETOCnSlWksMEr9cNIGp4AvY3MK2geQ=="
"version": "2022.10.1-1668432272",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.10.1-1668432272.tgz",
"integrity": "sha512-cU37+LMs9CkhtuKUbdC6WtCqvt1iPfCXiHgesBtu3W2zItrB9w91GXd5xTiemwnjiY8jIK5AVU7mWHP8QrusLA=="
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.6",
@ -11665,9 +11665,9 @@
"integrity": "sha512-CNR7qRIfCwWHNN7FnKUniva94edPdyQzil/zCwk3v6k4R6rR2Fr8i4s3PM7n/lyfPA6Zfko9z5WDzFxG9SW1uQ=="
},
"@goauthentik/api": {
"version": "2022.10.1-1667989514",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.10.1-1667989514.tgz",
"integrity": "sha512-Cyrebv9Ecp/T52EKnwqoBk3TQAlJvfPNQJOWplgQgfQ/50yEhVxlIrhrETOCnSlWksMEr9cNIGp4AvY3MK2geQ=="
"version": "2022.10.1-1668432272",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.10.1-1668432272.tgz",
"integrity": "sha512-cU37+LMs9CkhtuKUbdC6WtCqvt1iPfCXiHgesBtu3W2zItrB9w91GXd5xTiemwnjiY8jIK5AVU7mWHP8QrusLA=="
},
"@humanwhocodes/config-array": {
"version": "0.11.6",

View File

@ -64,7 +64,7 @@
"@codemirror/legacy-modes": "^6.2.0",
"@formatjs/intl-listformat": "^7.1.3",
"@fortawesome/fontawesome-free": "^6.2.0",
"@goauthentik/api": "^2022.10.1-1667989514",
"@goauthentik/api": "^2022.10.1-1668432272",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.15.0",
"@lingui/core": "^3.15.0",