web: Update Web API Client version (#1287)

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-23 22:06:25 +02:00 committed by GitHub
parent 0a63441935
commit 37927c9361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

17
web/package-lock.json generated
View File

@ -15,7 +15,7 @@
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@goauthentik/api": "^2021.8.1-rc1-1629727096",
"@goauthentik/api": "^2021.8.1-rc1-1629746519",
"@lingui/cli": "^3.10.2",
"@lingui/core": "^3.10.4",
"@lingui/macro": "^3.10.2",
@ -62,8 +62,7 @@
"typescript": "^4.3.5",
"webcomponent-qr-code": "^1.0.5",
"yaml": "^1.10.2"
},
"devDependencies": {}
}
},
"node_modules/@apitools/openapi-parser": {
"version": "0.0.7",
@ -1690,9 +1689,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2021.8.1-rc1-1629727096",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.8.1-rc1-1629727096.tgz",
"integrity": "sha512-8yFR5YarKP1nubnPiKEREO5reo11RXySUEW86D/LW15opgqXOgbGIxsSF05tBW6FUAa5t27UqljPFCWF/D/uBA=="
"version": "2021.8.1-rc1-1629746519",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.8.1-rc1-1629746519.tgz",
"integrity": "sha512-xHf3GX7YPC+KxtQo7vEL8oZQYPUp5QLxxRiOmG/znZnkxFfXMf8a9UUQ511eJg4tJJDwlUQ5FWzVNTkUflZuPg=="
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.5.0",
@ -9567,9 +9566,9 @@
"integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg=="
},
"@goauthentik/api": {
"version": "2021.8.1-rc1-1629727096",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.8.1-rc1-1629727096.tgz",
"integrity": "sha512-8yFR5YarKP1nubnPiKEREO5reo11RXySUEW86D/LW15opgqXOgbGIxsSF05tBW6FUAa5t27UqljPFCWF/D/uBA=="
"version": "2021.8.1-rc1-1629746519",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.8.1-rc1-1629746519.tgz",
"integrity": "sha512-xHf3GX7YPC+KxtQo7vEL8oZQYPUp5QLxxRiOmG/znZnkxFfXMf8a9UUQ511eJg4tJJDwlUQ5FWzVNTkUflZuPg=="
},
"@humanwhocodes/config-array": {
"version": "0.5.0",

View File

@ -46,7 +46,7 @@
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@goauthentik/api": "^2021.8.1-rc1-1629727096",
"@goauthentik/api": "^2021.8.1-rc1-1629746519",
"@lingui/cli": "^3.10.2",
"@lingui/core": "^3.10.4",
"@lingui/macro": "^3.10.2",