mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
update deps
This commit is contained in:
parent
7f5ec0913a
commit
b87e703a95
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.7.3</version>
|
||||
<version>2.7.4</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
||||
"@nuxt/devalue": "2.0.0",
|
||||
"@vuelidate/core": "2.0.0-alpha.44",
|
||||
"@vuelidate/validators": "2.0.0-alpha.31",
|
||||
"@vueuse/components": "9.2.0",
|
||||
"@vueuse/core": "9.2.0",
|
||||
"@vueuse/components": "9.3.0",
|
||||
"@vueuse/core": "9.3.0",
|
||||
"@vueuse/head": "0.7.12",
|
||||
"@vueuse/integrations": "9.2.0",
|
||||
"@vueuse/integrations": "9.3.0",
|
||||
"accept-language-parser": "1.5.0",
|
||||
"axios": "0.27.2",
|
||||
"chartist": "0.11.4",
|
||||
@ -41,7 +41,7 @@
|
||||
"pinia": "2.0.22",
|
||||
"prism-theme-vars": "0.2.4",
|
||||
"qs": "6.11.0",
|
||||
"swagger-ui-dist": "4.14.0",
|
||||
"swagger-ui-dist": "4.14.1",
|
||||
"universal-cookie": "4.0.4",
|
||||
"vite-ssr": "0.16.0",
|
||||
"vue": "3.2.39",
|
||||
@ -51,7 +51,7 @@
|
||||
"vue3-popper": "1.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "2.1.109",
|
||||
"@iconify/json": "2.1.113",
|
||||
"@intlify/vite-plugin-vue-i18n": "6.0.1",
|
||||
"@types/accept-language-parser": "1.5.3",
|
||||
"@types/chartist": "0.11.1",
|
||||
@ -61,15 +61,15 @@
|
||||
"@types/lodash-es": "4.17.6",
|
||||
"@types/markdown-it-link-attributes": "3.0.1",
|
||||
"@types/nprogress": "0.2.0",
|
||||
"@types/prettier": "2.7.0",
|
||||
"@types/prettier": "2.7.1",
|
||||
"@types/qs": "6.9.7",
|
||||
"@types/swagger-ui-dist": "3.30.1",
|
||||
"@vitejs/plugin-vue": "2.3.4",
|
||||
"@vue/compiler-sfc": "3.2.39",
|
||||
"@vue/eslint-config-typescript": "11.0.1",
|
||||
"@vue/eslint-config-typescript": "11.0.2",
|
||||
"@vue/server-renderer": "3.2.39",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.23.1",
|
||||
"eslint": "8.24.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-import-resolver-alias": "1.1.2",
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
@ -79,10 +79,10 @@
|
||||
"husky": "8.0.1",
|
||||
"lint-staged": "13.0.3",
|
||||
"node-fetch": "3.2.10",
|
||||
"pnpm": "7.12.0",
|
||||
"pnpm": "7.12.2",
|
||||
"prettier": "2.7.1",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.54.9",
|
||||
"sass": "1.55.0",
|
||||
"typescript": "4.8.3",
|
||||
"unplugin-auto-import": "0.11.2",
|
||||
"unplugin-icons": "0.14.10",
|
||||
@ -90,7 +90,7 @@
|
||||
"vite": "2.9.14",
|
||||
"vite-plugin-eslint": "1.3.0",
|
||||
"vite-plugin-pages": "0.26.0",
|
||||
"vite-plugin-pwa": "0.12.8",
|
||||
"vite-plugin-pwa": "0.13.1",
|
||||
"vite-plugin-vue-layouts": "0.7.0",
|
||||
"vite-plugin-windicss": "1.8.8"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@
|
||||
"@types/compression": "1.7.2",
|
||||
"@types/express": "4.17.14",
|
||||
"@types/http-proxy": "1.17.9",
|
||||
"@types/node": "18.7.18",
|
||||
"@types/node": "18.7.21",
|
||||
"http-proxy": "1.18.1",
|
||||
"typescript": "4.8.3"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ specifiers:
|
||||
'@types/compression': 1.7.2
|
||||
'@types/express': 4.17.14
|
||||
'@types/http-proxy': 1.17.9
|
||||
'@types/node': 18.7.18
|
||||
'@types/node': 18.7.21
|
||||
compression: 1.7.4
|
||||
express: 4.18.1
|
||||
http-proxy: 1.18.1
|
||||
@ -20,7 +20,7 @@ devDependencies:
|
||||
'@types/compression': 1.7.2
|
||||
'@types/express': 4.17.14
|
||||
'@types/http-proxy': 1.17.9
|
||||
'@types/node': 18.7.18
|
||||
'@types/node': 18.7.21
|
||||
http-proxy: 1.18.1
|
||||
typescript: 4.8.3
|
||||
|
||||
@ -30,7 +30,7 @@ packages:
|
||||
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
|
||||
dependencies:
|
||||
'@types/connect': 3.4.35
|
||||
'@types/node': 18.7.18
|
||||
'@types/node': 18.7.21
|
||||
|
||||
/@types/compression/1.7.2:
|
||||
resolution: {integrity: sha512-lwEL4M/uAGWngWFLSG87ZDr2kLrbuR8p7X+QZB1OQlT+qkHsCPDVFnHPyXf4Vyl4yDDorNY+mAhosxkCvppatg==}
|
||||
@ -41,12 +41,12 @@ packages:
|
||||
/@types/connect/3.4.35:
|
||||
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
|
||||
dependencies:
|
||||
'@types/node': 18.7.18
|
||||
'@types/node': 18.7.21
|
||||
|
||||
/@types/express-serve-static-core/4.17.28:
|
||||
resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==}
|
||||
dependencies:
|
||||
'@types/node': 18.7.18
|
||||
'@types/node': 18.7.21
|
||||
'@types/qs': 6.9.7
|
||||
'@types/range-parser': 1.2.4
|
||||
|
||||
@ -61,13 +61,13 @@ packages:
|
||||
/@types/http-proxy/1.17.9:
|
||||
resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==}
|
||||
dependencies:
|
||||
'@types/node': 18.7.18
|
||||
'@types/node': 18.7.21
|
||||
|
||||
/@types/mime/1.3.2:
|
||||
resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}
|
||||
|
||||
/@types/node/18.7.18:
|
||||
resolution: {integrity: sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==}
|
||||
/@types/node/18.7.21:
|
||||
resolution: {integrity: sha512-rLFzK5bhM0YPyCoTC8bolBjMk7bwnZ8qeZUBslBfjZQou2ssJdWslx9CZ8DGM+Dx7QXQiiTVZ/6QO6kwtHkZCA==}
|
||||
|
||||
/@types/qs/6.9.7:
|
||||
resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
|
||||
@ -79,7 +79,7 @@ packages:
|
||||
resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==}
|
||||
dependencies:
|
||||
'@types/mime': 1.3.2
|
||||
'@types/node': 18.7.18
|
||||
'@types/node': 18.7.21
|
||||
|
||||
/accepts/1.3.8:
|
||||
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
|
||||
|
@ -89,10 +89,14 @@ class Auth {
|
||||
}
|
||||
this.refreshPromise = null;
|
||||
} catch (e) {
|
||||
const { trace, ...err } = (e as AxiosError).response?.data as { trace: any };
|
||||
authLog("Refresh failed", err);
|
||||
resolve(false);
|
||||
this.refreshPromise = null;
|
||||
if ((e as AxiosError).response?.data) {
|
||||
const { trace, ...err } = (e as AxiosError).response?.data as { trace: any };
|
||||
authLog("Refresh failed", err);
|
||||
} else {
|
||||
authLog("Refresh failed");
|
||||
}
|
||||
resolve(false);
|
||||
}
|
||||
});
|
||||
return this.refreshPromise;
|
||||
|
Loading…
Reference in New Issue
Block a user