web: bump API Client version (#3753)
This commit is contained in:
parent
3ecc715e91
commit
0c1d34263f
|
@ -21,7 +21,7 @@
|
||||||
"@codemirror/legacy-modes": "^6.1.0",
|
"@codemirror/legacy-modes": "^6.1.0",
|
||||||
"@formatjs/intl-listformat": "^7.1.2",
|
"@formatjs/intl-listformat": "^7.1.2",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||||
"@goauthentik/api": "^2022.9.0-1664575649",
|
"@goauthentik/api": "^2022.9.0-1665393071",
|
||||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||||
"@lingui/cli": "^3.14.0",
|
"@lingui/cli": "^3.14.0",
|
||||||
"@lingui/core": "^3.14.0",
|
"@lingui/core": "^3.14.0",
|
||||||
|
@ -1941,9 +1941,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@goauthentik/api": {
|
"node_modules/@goauthentik/api": {
|
||||||
"version": "2022.9.0-1664575649",
|
"version": "2022.9.0-1665393071",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.9.0-1664575649.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.9.0-1665393071.tgz",
|
||||||
"integrity": "sha512-KkG2gltEOCkAr2BiWPXEnm3pFaxIA/FYwLNfsg6G4BtQSWtQzRH95garAcUWf9LOMJDhVSXWF0n9D7qktR4sNA=="
|
"integrity": "sha512-VlVqMBL6c2lN4dpVabVvuRBGJtiDaNquPJBjRMjGaXqOdxFbLsZz1+7Nhz1t/6TPh8VGyX6gHSUcWGIrL4j1bw=="
|
||||||
},
|
},
|
||||||
"node_modules/@humanwhocodes/config-array": {
|
"node_modules/@humanwhocodes/config-array": {
|
||||||
"version": "0.10.5",
|
"version": "0.10.5",
|
||||||
|
@ -11362,9 +11362,9 @@
|
||||||
"integrity": "sha512-CNR7qRIfCwWHNN7FnKUniva94edPdyQzil/zCwk3v6k4R6rR2Fr8i4s3PM7n/lyfPA6Zfko9z5WDzFxG9SW1uQ=="
|
"integrity": "sha512-CNR7qRIfCwWHNN7FnKUniva94edPdyQzil/zCwk3v6k4R6rR2Fr8i4s3PM7n/lyfPA6Zfko9z5WDzFxG9SW1uQ=="
|
||||||
},
|
},
|
||||||
"@goauthentik/api": {
|
"@goauthentik/api": {
|
||||||
"version": "2022.9.0-1664575649",
|
"version": "2022.9.0-1665393071",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.9.0-1664575649.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.9.0-1665393071.tgz",
|
||||||
"integrity": "sha512-KkG2gltEOCkAr2BiWPXEnm3pFaxIA/FYwLNfsg6G4BtQSWtQzRH95garAcUWf9LOMJDhVSXWF0n9D7qktR4sNA=="
|
"integrity": "sha512-VlVqMBL6c2lN4dpVabVvuRBGJtiDaNquPJBjRMjGaXqOdxFbLsZz1+7Nhz1t/6TPh8VGyX6gHSUcWGIrL4j1bw=="
|
||||||
},
|
},
|
||||||
"@humanwhocodes/config-array": {
|
"@humanwhocodes/config-array": {
|
||||||
"version": "0.10.5",
|
"version": "0.10.5",
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
"@codemirror/legacy-modes": "^6.1.0",
|
"@codemirror/legacy-modes": "^6.1.0",
|
||||||
"@formatjs/intl-listformat": "^7.1.2",
|
"@formatjs/intl-listformat": "^7.1.2",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||||
"@goauthentik/api": "^2022.9.0-1664575649",
|
"@goauthentik/api": "^2022.9.0-1665393071",
|
||||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||||
"@lingui/cli": "^3.14.0",
|
"@lingui/cli": "^3.14.0",
|
||||||
"@lingui/core": "^3.14.0",
|
"@lingui/core": "^3.14.0",
|
||||||
|
|
Reference in New Issue