web: Update Web API Client version (#2429)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
This commit is contained in:
parent
1e1d9f1bdd
commit
ec5e6c14a2
|
@ -16,7 +16,7 @@
|
|||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@formatjs/intl-listformat": "^6.5.2",
|
||||
"@fortawesome/fontawesome-free": "^6.0.0",
|
||||
"@goauthentik/api": "^2022.2.1-1646262806",
|
||||
"@goauthentik/api": "^2022.2.1-1646299239",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
|
||||
"@lingui/cli": "^3.13.2",
|
||||
"@lingui/core": "^3.13.2",
|
||||
|
@ -1766,9 +1766,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2022.2.1-1646262806",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.2.1-1646262806.tgz",
|
||||
"integrity": "sha512-sN4unYD93pZZzAZx56NBzbGHgaKZE18BzmjdUBJh7Oe1RYlJh4qX2rgzDVNma5o4rddlbRwzyHheo6Ncyo8KRg=="
|
||||
"version": "2022.2.1-1646299239",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.2.1-1646299239.tgz",
|
||||
"integrity": "sha512-B5tZQn1OfHPoebO9SsRSbZng2caSUflx0KnWeUv7PAI1tBok2f9zCdzXIN9ULxj4Dd5kQu1NDEZCwZwjKP6q1g=="
|
||||
},
|
||||
"node_modules/@humanwhocodes/config-array": {
|
||||
"version": "0.9.2",
|
||||
|
@ -10094,9 +10094,9 @@
|
|||
"integrity": "sha512-6LB4PYBST1Rx40klypw1SmSDArjFOcfBf2LeX9Zg5EKJT2eXiyiJq+CyBYKeXyK0sXS2FsCJWSPr/luyhuvh0Q=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2022.2.1-1646262806",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.2.1-1646262806.tgz",
|
||||
"integrity": "sha512-sN4unYD93pZZzAZx56NBzbGHgaKZE18BzmjdUBJh7Oe1RYlJh4qX2rgzDVNma5o4rddlbRwzyHheo6Ncyo8KRg=="
|
||||
"version": "2022.2.1-1646299239",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.2.1-1646299239.tgz",
|
||||
"integrity": "sha512-B5tZQn1OfHPoebO9SsRSbZng2caSUflx0KnWeUv7PAI1tBok2f9zCdzXIN9ULxj4Dd5kQu1NDEZCwZwjKP6q1g=="
|
||||
},
|
||||
"@humanwhocodes/config-array": {
|
||||
"version": "0.9.2",
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@formatjs/intl-listformat": "^6.5.2",
|
||||
"@fortawesome/fontawesome-free": "^6.0.0",
|
||||
"@goauthentik/api": "^2022.2.1-1646262806",
|
||||
"@goauthentik/api": "^2022.2.1-1646299239",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
|
||||
"@lingui/cli": "^3.13.2",
|
||||
"@lingui/core": "^3.13.2",
|
||||
|
|
Reference in New Issue