mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-24 14:24:47 +08:00
update deps
This commit is contained in:
parent
ebe04a3dd5
commit
68945ccd0d
@ -23,10 +23,10 @@
|
||||
"@nuxt/devalue": "2.0.0",
|
||||
"@vuelidate/core": "2.0.0-alpha.43",
|
||||
"@vuelidate/validators": "2.0.0-alpha.31",
|
||||
"@vueuse/components": "^9.0.0",
|
||||
"@vueuse/core": "9.0.2",
|
||||
"@vueuse/components": "9.1.0",
|
||||
"@vueuse/core": "9.1.0",
|
||||
"@vueuse/head": "0.7.9",
|
||||
"@vueuse/integrations": "9.0.2",
|
||||
"@vueuse/integrations": "9.1.0",
|
||||
"accept-language-parser": "1.5.0",
|
||||
"axios": "0.27.2",
|
||||
"chartist": "0.11.4",
|
||||
@ -38,21 +38,21 @@
|
||||
"lodash-es": "4.17.21",
|
||||
"nprogress": "0.2.0",
|
||||
"ohmyfetch": "0.4.18",
|
||||
"pinia": "2.0.17",
|
||||
"pinia": "2.0.18",
|
||||
"prism-theme-vars": "0.2.4",
|
||||
"qs": "6.11.0",
|
||||
"swagger-ui-dist": "4.13.0",
|
||||
"swagger-ui-dist": "4.13.2",
|
||||
"universal-cookie": "4.0.4",
|
||||
"vite-ssr": "0.16.0",
|
||||
"vue": "3.2.37",
|
||||
"vue-advanced-cropper": "2.8.3",
|
||||
"vue-i18n": "9.2.0",
|
||||
"vue-i18n": "9.2.2",
|
||||
"vue-router": "4.1.3",
|
||||
"vue3-popper": "1.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "2.1.86",
|
||||
"@intlify/vite-plugin-vue-i18n": "5.0.1",
|
||||
"@iconify/json": "2.1.94",
|
||||
"@intlify/vite-plugin-vue-i18n": "6.0.1",
|
||||
"@types/accept-language-parser": "1.5.3",
|
||||
"@types/chartist": "0.11.1",
|
||||
"@types/debug": "4.1.7",
|
||||
@ -61,7 +61,7 @@
|
||||
"@types/lodash-es": "4.17.6",
|
||||
"@types/markdown-it-link-attributes": "3.0.1",
|
||||
"@types/nprogress": "0.2.0",
|
||||
"@types/prettier": "2.6.4",
|
||||
"@types/prettier": "2.7.0",
|
||||
"@types/qs": "6.9.7",
|
||||
"@types/swagger-ui-dist": "3.30.1",
|
||||
"@vitejs/plugin-vue": "2.3.3",
|
||||
@ -69,7 +69,7 @@
|
||||
"@vue/eslint-config-typescript": "11.0.0",
|
||||
"@vue/server-renderer": "3.2.37",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.21.0",
|
||||
"eslint": "8.22.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-import-resolver-alias": "1.1.2",
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
@ -79,14 +79,14 @@
|
||||
"husky": "8.0.1",
|
||||
"lint-staged": "13.0.3",
|
||||
"node-fetch": "3.2.10",
|
||||
"pnpm": "7.8.0",
|
||||
"pnpm": "7.9.0",
|
||||
"prettier": "2.7.1",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.54.0",
|
||||
"sass": "1.54.4",
|
||||
"typescript": "4.7.4",
|
||||
"unplugin-auto-import": "0.10.3",
|
||||
"unplugin-auto-import": "0.11.1",
|
||||
"unplugin-icons": "0.14.8",
|
||||
"unplugin-vue-components": "0.21.2",
|
||||
"unplugin-vue-components": "0.22.4",
|
||||
"vite": "2.9.14",
|
||||
"vite-plugin-eslint": "1.3.0",
|
||||
"vite-plugin-pages": "0.25.0",
|
||||
|
@ -6,8 +6,8 @@ overrides:
|
||||
|
||||
specifiers:
|
||||
'@headlessui/vue': 1.6.7
|
||||
'@iconify/json': 2.1.86
|
||||
'@intlify/vite-plugin-vue-i18n': 5.0.1
|
||||
'@iconify/json': 2.1.94
|
||||
'@intlify/vite-plugin-vue-i18n': 6.0.1
|
||||
'@nuxt/devalue': 2.0.0
|
||||
'@types/accept-language-parser': 1.5.3
|
||||
'@types/chartist': 0.11.1
|
||||
@ -17,7 +17,7 @@ specifiers:
|
||||
'@types/lodash-es': 4.17.6
|
||||
'@types/markdown-it-link-attributes': 3.0.1
|
||||
'@types/nprogress': 0.2.0
|
||||
'@types/prettier': 2.6.4
|
||||
'@types/prettier': 2.7.0
|
||||
'@types/qs': 6.9.7
|
||||
'@types/swagger-ui-dist': 3.30.1
|
||||
'@vitejs/plugin-vue': 2.3.3
|
||||
@ -26,10 +26,10 @@ specifiers:
|
||||
'@vue/server-renderer': 3.2.37
|
||||
'@vuelidate/core': 2.0.0-alpha.43
|
||||
'@vuelidate/validators': 2.0.0-alpha.31
|
||||
'@vueuse/components': ^9.0.0
|
||||
'@vueuse/core': 9.0.2
|
||||
'@vueuse/components': 9.1.0
|
||||
'@vueuse/core': 9.1.0
|
||||
'@vueuse/head': 0.7.9
|
||||
'@vueuse/integrations': 9.0.2
|
||||
'@vueuse/integrations': 9.1.0
|
||||
accept-language-parser: 1.5.0
|
||||
axios: 0.27.2
|
||||
chartist: 0.11.4
|
||||
@ -37,7 +37,7 @@ specifiers:
|
||||
cross-env: 7.0.3
|
||||
debug: 4.3.4
|
||||
diff-match-patch: 1.0.5
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-import-resolver-alias: 1.1.2
|
||||
eslint-plugin-eslint-comments: 3.2.0
|
||||
@ -52,19 +52,19 @@ specifiers:
|
||||
node-fetch: 3.2.10
|
||||
nprogress: 0.2.0
|
||||
ohmyfetch: 0.4.18
|
||||
pinia: 2.0.17
|
||||
pnpm: 7.8.0
|
||||
pinia: 2.0.18
|
||||
pnpm: 7.9.0
|
||||
prettier: 2.7.1
|
||||
prism-theme-vars: 0.2.4
|
||||
qs: 6.11.0
|
||||
regenerator-runtime: 0.13.9
|
||||
sass: 1.54.0
|
||||
swagger-ui-dist: 4.13.0
|
||||
sass: 1.54.4
|
||||
swagger-ui-dist: 4.13.2
|
||||
typescript: 4.7.4
|
||||
universal-cookie: 4.0.4
|
||||
unplugin-auto-import: 0.10.3
|
||||
unplugin-auto-import: 0.11.1
|
||||
unplugin-icons: 0.14.8
|
||||
unplugin-vue-components: 0.21.2
|
||||
unplugin-vue-components: 0.22.4
|
||||
vite: 2.9.14
|
||||
vite-plugin-eslint: 1.3.0
|
||||
vite-plugin-pages: 0.25.0
|
||||
@ -74,7 +74,7 @@ specifiers:
|
||||
vite-ssr: 0.16.0
|
||||
vue: 3.2.37
|
||||
vue-advanced-cropper: 2.8.3
|
||||
vue-i18n: 9.2.0
|
||||
vue-i18n: 9.2.2
|
||||
vue-router: 4.1.3
|
||||
vue3-popper: 1.5.0
|
||||
|
||||
@ -83,10 +83,10 @@ dependencies:
|
||||
'@nuxt/devalue': 2.0.0
|
||||
'@vuelidate/core': 2.0.0-alpha.43_vue@3.2.37
|
||||
'@vuelidate/validators': 2.0.0-alpha.31_vue@3.2.37
|
||||
'@vueuse/components': 9.0.0_vue@3.2.37
|
||||
'@vueuse/core': 9.0.2_vue@3.2.37
|
||||
'@vueuse/components': 9.1.0_vue@3.2.37
|
||||
'@vueuse/core': 9.1.0_vue@3.2.37
|
||||
'@vueuse/head': 0.7.9_vue@3.2.37
|
||||
'@vueuse/integrations': 9.0.2_uazzj6p5k6n3yf2qshrw6iyibq
|
||||
'@vueuse/integrations': 9.1.0_uazzj6p5k6n3yf2qshrw6iyibq
|
||||
accept-language-parser: 1.5.0
|
||||
axios: 0.27.2_debug@4.3.4
|
||||
chartist: 0.11.4
|
||||
@ -98,21 +98,21 @@ dependencies:
|
||||
lodash-es: 4.17.21
|
||||
nprogress: 0.2.0
|
||||
ohmyfetch: 0.4.18
|
||||
pinia: 2.0.17_j6bzmzd4ujpabbp5objtwxyjp4
|
||||
pinia: 2.0.18_j6bzmzd4ujpabbp5objtwxyjp4
|
||||
prism-theme-vars: 0.2.4
|
||||
qs: 6.11.0
|
||||
swagger-ui-dist: 4.13.0
|
||||
swagger-ui-dist: 4.13.2
|
||||
universal-cookie: 4.0.4
|
||||
vite-ssr: 0.16.0_v4w2h3az6d5vz5wirrpicr75r4
|
||||
vue: 3.2.37
|
||||
vue-advanced-cropper: 2.8.3_vue@3.2.37
|
||||
vue-i18n: 9.2.0_vue@3.2.37
|
||||
vue-i18n: 9.2.2_vue@3.2.37
|
||||
vue-router: 4.1.3_vue@3.2.37
|
||||
vue3-popper: 1.5.0_vue@3.2.37
|
||||
|
||||
devDependencies:
|
||||
'@iconify/json': 2.1.86
|
||||
'@intlify/vite-plugin-vue-i18n': 5.0.1_vite@2.9.14+vue-i18n@9.2.0
|
||||
'@iconify/json': 2.1.94
|
||||
'@intlify/vite-plugin-vue-i18n': 6.0.1_vite@2.9.14+vue-i18n@9.2.2
|
||||
'@types/accept-language-parser': 1.5.3
|
||||
'@types/chartist': 0.11.1
|
||||
'@types/debug': 4.1.7
|
||||
@ -121,33 +121,33 @@ devDependencies:
|
||||
'@types/lodash-es': 4.17.6
|
||||
'@types/markdown-it-link-attributes': 3.0.1
|
||||
'@types/nprogress': 0.2.0
|
||||
'@types/prettier': 2.6.4
|
||||
'@types/prettier': 2.7.0
|
||||
'@types/qs': 6.9.7
|
||||
'@types/swagger-ui-dist': 3.30.1
|
||||
'@vitejs/plugin-vue': 2.3.3_vite@2.9.14+vue@3.2.37
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
'@vue/eslint-config-typescript': 11.0.0_nc7nknup3hbyc67gcp5ycg4lby
|
||||
'@vue/eslint-config-typescript': 11.0.0_4py5zxx5ck6utobkmozwvrmyiy
|
||||
'@vue/server-renderer': 3.2.37_vue@3.2.37
|
||||
cross-env: 7.0.3
|
||||
eslint: 8.21.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.21.0
|
||||
eslint: 8.22.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.22.0
|
||||
eslint-import-resolver-alias: 1.1.2_fkfqfehjtk7sk2efaqbgxsuasa
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.21.0
|
||||
eslint-plugin-import: 2.26.0_eslint@8.21.0
|
||||
eslint-plugin-unicorn: 43.0.2_eslint@8.21.0
|
||||
eslint-plugin-vue: 9.3.0_eslint@8.21.0
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.22.0
|
||||
eslint-plugin-import: 2.26.0_eslint@8.22.0
|
||||
eslint-plugin-unicorn: 43.0.2_eslint@8.22.0
|
||||
eslint-plugin-vue: 9.3.0_eslint@8.22.0
|
||||
husky: 8.0.1
|
||||
lint-staged: 13.0.3
|
||||
node-fetch: 3.2.10
|
||||
pnpm: 7.8.0
|
||||
pnpm: 7.9.0
|
||||
prettier: 2.7.1
|
||||
regenerator-runtime: 0.13.9
|
||||
sass: 1.54.0
|
||||
sass: 1.54.4
|
||||
typescript: 4.7.4
|
||||
unplugin-auto-import: 0.10.3_ukl475yfxnc77zfjgyuoz227e4
|
||||
unplugin-auto-import: 0.11.1_waoqgrpxdon24dkw2gjzh4cd7e
|
||||
unplugin-icons: 0.14.8_ye7sw5nid2es3e4qmkjro6ozy4
|
||||
unplugin-vue-components: 0.21.2_vite@2.9.14+vue@3.2.37
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
unplugin-vue-components: 0.22.4_vite@2.9.14+vue@3.2.37
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
vite-plugin-eslint: 1.3.0_vite@2.9.14
|
||||
vite-plugin-pages: 0.25.0_ye7sw5nid2es3e4qmkjro6ozy4
|
||||
vite-plugin-pwa: 0.12.3_vite@2.9.14
|
||||
@ -1388,8 +1388,8 @@ packages:
|
||||
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
||||
dev: true
|
||||
|
||||
/@iconify/json/2.1.86:
|
||||
resolution: {integrity: sha512-YhyzTKicTNfRYQg0XVyomjKB1mx88zOIy18HjAntJCqRKdp0yjckGXoY2dI1MYi5HGi+2Q81FmQMlC7RqeyXxQ==}
|
||||
/@iconify/json/2.1.94:
|
||||
resolution: {integrity: sha512-/AFIlLMrnuZpWubJgmt1//iEhg6ZnDPMs4J3TvOZLcN2PYQFDnILBe2r8c3wZ3wd/OsDN5LSHJv0l9HJTfpEFw==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.1.0
|
||||
pathe: 0.3.2
|
||||
@ -1412,7 +1412,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@intlify/bundle-utils/3.1.0_vue-i18n@9.2.0:
|
||||
/@intlify/bundle-utils/3.1.0_vue-i18n@9.2.2:
|
||||
resolution: {integrity: sha512-ghlJ0kR2cCQ8D+poKknC0Xx0ncOt3J3os7CcIAqqIWVF7k6AtGoCDnIru+YzlZcvFRNmP9wEZ7jKliojCdAWNg==}
|
||||
engines: {node: '>= 12'}
|
||||
peerDependencies:
|
||||
@ -1428,24 +1428,24 @@ packages:
|
||||
'@intlify/shared': 9.2.0
|
||||
jsonc-eslint-parser: 1.4.1
|
||||
source-map: 0.6.1
|
||||
vue-i18n: 9.2.0_vue@3.2.37
|
||||
vue-i18n: 9.2.2_vue@3.2.37
|
||||
yaml-eslint-parser: 0.3.2
|
||||
dev: true
|
||||
|
||||
/@intlify/core-base/9.2.0:
|
||||
resolution: {integrity: sha512-PkaiY9FAzZHAwPNaS+3csXR6L5k8LFBsSjn63/dy5BqE3pOJd07R4+NYtk8ezxymUemu7p5cS9YX77cmnQO6aQ==}
|
||||
/@intlify/core-base/9.2.2:
|
||||
resolution: {integrity: sha512-JjUpQtNfn+joMbrXvpR4hTF8iJQ2sEFzzK3KIESOx+f+uwIjgw20igOyaIdhfsVVBCds8ZM64MoeNSx+PHQMkA==}
|
||||
engines: {node: '>= 14'}
|
||||
dependencies:
|
||||
'@intlify/devtools-if': 9.2.0
|
||||
'@intlify/message-compiler': 9.2.0
|
||||
'@intlify/shared': 9.2.0
|
||||
'@intlify/vue-devtools': 9.2.0
|
||||
'@intlify/devtools-if': 9.2.2
|
||||
'@intlify/message-compiler': 9.2.2
|
||||
'@intlify/shared': 9.2.2
|
||||
'@intlify/vue-devtools': 9.2.2
|
||||
|
||||
/@intlify/devtools-if/9.2.0:
|
||||
resolution: {integrity: sha512-8yfusyhUaqInnn6Cma+NTTh5+EWyrnAkez36qADetbUnY4tCeGyAy+MmIAGh0uqmJVIeX94vd6L1AaA0p9McGg==}
|
||||
/@intlify/devtools-if/9.2.2:
|
||||
resolution: {integrity: sha512-4ttr/FNO29w+kBbU7HZ/U0Lzuh2cRDhP8UlWOtV9ERcjHzuyXVZmjyleESK6eVP60tGC9QtQW9yZE+JeRhDHkg==}
|
||||
engines: {node: '>= 14'}
|
||||
dependencies:
|
||||
'@intlify/shared': 9.2.0
|
||||
'@intlify/shared': 9.2.2
|
||||
|
||||
/@intlify/message-compiler/9.2.0:
|
||||
resolution: {integrity: sha512-KGwwZsl+Nw2O26ZOKdytncxzKnMZ236KmM70u4GePgbizI+pu8yAh0apKxljSPzEJ7WECKTVc9R+laG12EJQYA==}
|
||||
@ -1453,13 +1453,26 @@ packages:
|
||||
dependencies:
|
||||
'@intlify/shared': 9.2.0
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
/@intlify/message-compiler/9.2.2:
|
||||
resolution: {integrity: sha512-IUrQW7byAKN2fMBe8z6sK6riG1pue95e5jfokn8hA5Q3Bqy4MBJ5lJAofUsawQJYHeoPJ7svMDyBaVJ4d0GTtA==}
|
||||
engines: {node: '>= 14'}
|
||||
dependencies:
|
||||
'@intlify/shared': 9.2.2
|
||||
source-map: 0.6.1
|
||||
|
||||
/@intlify/shared/9.2.0:
|
||||
resolution: {integrity: sha512-71uObL3Sy2ZiBQBMVETbkspE4Plpy87Hvlj6FAUF3xdD+M82tuxe3MVJjaD3ucqhtHmQWBkAWEurVLdPYr8G2g==}
|
||||
engines: {node: '>= 14'}
|
||||
dev: true
|
||||
|
||||
/@intlify/vite-plugin-vue-i18n/5.0.1_vite@2.9.14+vue-i18n@9.2.0:
|
||||
resolution: {integrity: sha512-+LAUdm5PxGtLrUYgD2Wg9SINmLmhZqrcTnzccfqopca5NvaXWOPnQR4cQOkn82qLuyjWdCYC1BoqMHWBWX/MyQ==}
|
||||
/@intlify/shared/9.2.2:
|
||||
resolution: {integrity: sha512-wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q==}
|
||||
engines: {node: '>= 14'}
|
||||
|
||||
/@intlify/vite-plugin-vue-i18n/6.0.1_vite@2.9.14+vue-i18n@9.2.2:
|
||||
resolution: {integrity: sha512-FFVcxVU4bR9vdDLNbltM5mrhndnXMErO01i0RrpdyMegEt3Nu/YLoH0sFdjRun7/RY4vaEnhTnFvVf9uO0dQvg==}
|
||||
engines: {node: '>= 14.6'}
|
||||
peerDependencies:
|
||||
petite-vue-i18n: '*'
|
||||
@ -1473,24 +1486,24 @@ packages:
|
||||
vue-i18n:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@intlify/bundle-utils': 3.1.0_vue-i18n@9.2.0
|
||||
'@intlify/bundle-utils': 3.1.0_vue-i18n@9.2.2
|
||||
'@intlify/shared': 9.2.0
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
source-map: 0.6.1
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vue-i18n: 9.2.0_vue@3.2.37
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
vue-i18n: 9.2.2_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@intlify/vue-devtools/9.2.0:
|
||||
resolution: {integrity: sha512-6P/tE/JdNNVo1z/sr/FnSd90OVlox2XuKMmzHR13nvpHGX7fjRn6pVv47L2jySOYG1cMezmYvJl14TAddKpw5Q==}
|
||||
/@intlify/vue-devtools/9.2.2:
|
||||
resolution: {integrity: sha512-+dUyqyCHWHb/UcvY1MlIpO87munedm3Gn6E9WWYdWrMuYLcoIoOEVDWSS8xSwtlPU+kA+MEQTP6Q1iI/ocusJg==}
|
||||
engines: {node: '>= 14'}
|
||||
dependencies:
|
||||
'@intlify/core-base': 9.2.0
|
||||
'@intlify/shared': 9.2.0
|
||||
'@intlify/core-base': 9.2.2
|
||||
'@intlify/shared': 9.2.2
|
||||
|
||||
/@jridgewell/resolve-uri/3.0.5:
|
||||
resolution: {integrity: sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==}
|
||||
@ -1712,8 +1725,8 @@ packages:
|
||||
resolution: {integrity: sha512-1cYJrqq9GezNFPsWTZpFut/d4CjpZqA0vhqDUPFWYKF1oIyBz5qnoYMzR+0C/T96t3ebLAC1SSnwrVOm5/j74A==}
|
||||
dev: true
|
||||
|
||||
/@types/prettier/2.6.4:
|
||||
resolution: {integrity: sha512-fOwvpvQYStpb/zHMx0Cauwywu9yLDmzWiiQBC7gJyq5tYLUXFZvDG7VK1B7WBxxjBJNKFOZ0zLoOQn8vmATbhw==}
|
||||
/@types/prettier/2.7.0:
|
||||
resolution: {integrity: sha512-RI1L7N4JnW5gQw2spvL7Sllfuf1SaHdrZpCHiBlCXjIlufi1SMNnbu2teze3/QE67Fg2tBlH7W+mi4hVNk4p0A==}
|
||||
dev: true
|
||||
|
||||
/@types/qs/6.9.7:
|
||||
@ -1737,7 +1750,7 @@ packages:
|
||||
/@types/web-bluetooth/0.0.15:
|
||||
resolution: {integrity: sha512-w7hEHXnPMEZ+4nGKl/KDRVpxkwYxYExuHOYXyzIzCDzEZ9ZCGMAewulr9IqJu2LR4N37fcnb1XVeuZ09qgOxhA==}
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.16.0_tzr43hiqoy6met5o36vz7ek764:
|
||||
/@typescript-eslint/eslint-plugin/5.16.0_pgixrbpl7waxbdrwtgkqotfm6e:
|
||||
resolution: {integrity: sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -1748,12 +1761,12 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.16.0_qugx7qdu5zevzvxaiqyxfiwquq
|
||||
'@typescript-eslint/parser': 5.16.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/scope-manager': 5.16.0
|
||||
'@typescript-eslint/type-utils': 5.16.0_qugx7qdu5zevzvxaiqyxfiwquq
|
||||
'@typescript-eslint/utils': 5.16.0_qugx7qdu5zevzvxaiqyxfiwquq
|
||||
'@typescript-eslint/type-utils': 5.16.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/utils': 5.16.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
debug: 4.3.4
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.2.0
|
||||
regexpp: 3.2.0
|
||||
@ -1764,7 +1777,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.16.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
||||
/@typescript-eslint/parser/5.16.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -1778,7 +1791,7 @@ packages:
|
||||
'@typescript-eslint/types': 5.16.0
|
||||
'@typescript-eslint/typescript-estree': 5.16.0_typescript@4.7.4
|
||||
debug: 4.3.4
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
typescript: 4.7.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -1792,7 +1805,7 @@ packages:
|
||||
'@typescript-eslint/visitor-keys': 5.16.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.16.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
||||
/@typescript-eslint/type-utils/5.16.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -1802,9 +1815,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.16.0_qugx7qdu5zevzvxaiqyxfiwquq
|
||||
'@typescript-eslint/utils': 5.16.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
debug: 4.3.4
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
tsutils: 3.21.0_typescript@4.7.4
|
||||
typescript: 4.7.4
|
||||
transitivePeerDependencies:
|
||||
@ -1837,7 +1850,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.16.0_qugx7qdu5zevzvxaiqyxfiwquq:
|
||||
/@typescript-eslint/utils/5.16.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -1847,9 +1860,9 @@ packages:
|
||||
'@typescript-eslint/scope-manager': 5.16.0
|
||||
'@typescript-eslint/types': 5.16.0
|
||||
'@typescript-eslint/typescript-estree': 5.16.0_typescript@4.7.4
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.21.0
|
||||
eslint-utils: 3.0.0_eslint@8.22.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
@ -1870,7 +1883,7 @@ packages:
|
||||
vite: ^2.5.10
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
vue: 3.2.37
|
||||
|
||||
/@vue/compiler-core/3.2.37:
|
||||
@ -1910,7 +1923,7 @@ packages:
|
||||
/@vue/devtools-api/6.2.1:
|
||||
resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==}
|
||||
|
||||
/@vue/eslint-config-typescript/11.0.0_nc7nknup3hbyc67gcp5ycg4lby:
|
||||
/@vue/eslint-config-typescript/11.0.0_4py5zxx5ck6utobkmozwvrmyiy:
|
||||
resolution: {integrity: sha512-txuRzxnQVmtUvvy9UyWUy9sHWXNeRPGmSPqP53hRtaiUeCTAondI9Ho9GQYI/8/eWljYOST7iA4Aa8sANBkWaA==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -1921,12 +1934,12 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.16.0_tzr43hiqoy6met5o36vz7ek764
|
||||
'@typescript-eslint/parser': 5.16.0_qugx7qdu5zevzvxaiqyxfiwquq
|
||||
eslint: 8.21.0
|
||||
eslint-plugin-vue: 9.3.0_eslint@8.21.0
|
||||
'@typescript-eslint/eslint-plugin': 5.16.0_pgixrbpl7waxbdrwtgkqotfm6e
|
||||
'@typescript-eslint/parser': 5.16.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
eslint: 8.22.0
|
||||
eslint-plugin-vue: 9.3.0_eslint@8.22.0
|
||||
typescript: 4.7.4
|
||||
vue-eslint-parser: 9.0.3_eslint@8.21.0
|
||||
vue-eslint-parser: 9.0.3_eslint@8.22.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -1988,35 +2001,23 @@ packages:
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/components/9.0.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-InXmxY31t45LjwleSXzE++ZQIJLgqpnbvc5kcWdtFEsU/XVe7RLZOqfb4Li69BaJIqXWQgX71IAqIyYPSoe8WA==}
|
||||
/@vueuse/components/9.1.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-8LeCIYZSzQBNlgEWwVmxT9Zs4desJO7w/7gFcq9XT5kEzPs8AsUnAfFSK8fasvgpD2Fu0NtzXnaiFYkKZsSFLQ==}
|
||||
dependencies:
|
||||
'@vueuse/core': 9.0.0_vue@3.2.37
|
||||
'@vueuse/shared': 9.0.0_vue@3.2.37
|
||||
'@vueuse/core': 9.1.0_vue@3.2.37
|
||||
'@vueuse/shared': 9.1.0_vue@3.2.37
|
||||
vue-demi: 0.13.5_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/core/9.0.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-hMMc2ajuVknkL7Z39JdP9gFFND2OgnDTSS5mmuinWGAE1Vxy1AwDvTHm3+juyk+GzJjYRAktnBIPy7Fq53iOnw==}
|
||||
/@vueuse/core/9.1.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-BIroqvXEqt826aE9r3K5cox1zobuPuAzdYJ36kouC2TVhlXvFKIILgFVWrpp9HZPwB3aLzasmG3K87q7TSyXZg==}
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.15
|
||||
'@vueuse/metadata': 9.0.0
|
||||
'@vueuse/shared': 9.0.0_vue@3.2.37
|
||||
vue-demi: 0.13.5_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/core/9.0.2_vue@3.2.37:
|
||||
resolution: {integrity: sha512-kOIqaQPSs7OSByWg1ulEKRUJbsq3FmbJiUr0RhEKpt3O1Uhl4DrDj85DUbQBABVYgPvSaY6AE/fP3/FOcRIOoQ==}
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.15
|
||||
'@vueuse/metadata': 9.0.2
|
||||
'@vueuse/shared': 9.0.2_vue@3.2.37
|
||||
'@vueuse/metadata': 9.1.0
|
||||
'@vueuse/shared': 9.1.0_vue@3.2.37
|
||||
vue-demi: 0.13.5_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
@ -2030,8 +2031,8 @@ packages:
|
||||
vue: 3.2.37
|
||||
dev: false
|
||||
|
||||
/@vueuse/integrations/9.0.2_uazzj6p5k6n3yf2qshrw6iyibq:
|
||||
resolution: {integrity: sha512-Z7xwgjSaG7FeBDfFhwXbspLrLKdvjFkI/AfDJ/jz9bez73nkg3Pqnz7jD4rZ6o3lOBJ6cNLizCF5E2qEXtSLJw==}
|
||||
/@vueuse/integrations/9.1.0_uazzj6p5k6n3yf2qshrw6iyibq:
|
||||
resolution: {integrity: sha512-HCVlm/aNllOKLYP4cx/rFFGz4q+QlgkF6N5tS7GRYVk/HGPxKqkUBX865niRfZfo+INvqtgTmpp9o+pYXaZlDg==}
|
||||
peerDependencies:
|
||||
async-validator: '*'
|
||||
axios: '*'
|
||||
@ -2065,8 +2066,8 @@ packages:
|
||||
universal-cookie:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vueuse/core': 9.0.2_vue@3.2.37
|
||||
'@vueuse/shared': 9.0.2_vue@3.2.37
|
||||
'@vueuse/core': 9.1.0_vue@3.2.37
|
||||
'@vueuse/shared': 9.1.0_vue@3.2.37
|
||||
axios: 0.27.2_debug@4.3.4
|
||||
jwt-decode: 3.1.2
|
||||
nprogress: 0.2.0
|
||||
@ -2077,24 +2078,11 @@ packages:
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/metadata/9.0.0:
|
||||
resolution: {integrity: sha512-79YVIsAP1bbWm5GdQuG7jDVF/9uuExzhkO0Sd4/TLuSfzH2uZOrHvGwy+ZNJHjbyRn3uf56rKINWLJdBuTLSqQ==}
|
||||
dev: false
|
||||
/@vueuse/metadata/9.1.0:
|
||||
resolution: {integrity: sha512-8OEhlog1iaAGTD3LICZ8oBGQdYeMwByvXetOtAOZCJOzyCRSwqwdggTsmVZZ1rkgYIEqgUBk942AsAPwM21s6A==}
|
||||
|
||||
/@vueuse/metadata/9.0.2:
|
||||
resolution: {integrity: sha512-TRh+TNUYXiodatSAxd0xZc7sh4RfktVVgNFIN7TCQXKyancbCAcWfHvKfgdlX8LcqSBxKoHVa90n0XdUbboTkw==}
|
||||
|
||||
/@vueuse/shared/9.0.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-WRCyr/wIz5e/2gR/+qFucbCUcGMyJKkQZAzlECl3e71ebQQ9X/w3aBWT9FbnogJX+DNZ/t3Pj+TqPbC7TH1Yog==}
|
||||
dependencies:
|
||||
vue-demi: 0.13.5_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/9.0.2_vue@3.2.37:
|
||||
resolution: {integrity: sha512-KwBDefK2ljLESpt0ffe2w8EGUCb3IaMfTzeytB/uHHjHOGOEIHLHHyn8W2C48uGQEvoe5iwaW4Bfp8cRUM6IFA==}
|
||||
/@vueuse/shared/9.1.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-pB/3njQu4tfJJ78ajELNda0yMG6lKfpToQW7Soe09CprF1k3QuyoNi1tBNvo75wBDJWD+LOnr+c4B5HZ39jY/Q==}
|
||||
dependencies:
|
||||
vue-demi: 0.13.5_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
@ -3017,13 +3005,13 @@ packages:
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
|
||||
/eslint-config-prettier/8.5.0_eslint@8.21.0:
|
||||
/eslint-config-prettier/8.5.0_eslint@8.22.0:
|
||||
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
dependencies:
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
dev: true
|
||||
|
||||
/eslint-import-resolver-alias/1.1.2_fkfqfehjtk7sk2efaqbgxsuasa:
|
||||
@ -3032,7 +3020,7 @@ packages:
|
||||
peerDependencies:
|
||||
eslint-plugin-import: '>=1.4.0'
|
||||
dependencies:
|
||||
eslint-plugin-import: 2.26.0_eslint@8.21.0
|
||||
eslint-plugin-import: 2.26.0_eslint@8.22.0
|
||||
dev: true
|
||||
|
||||
/eslint-import-resolver-node/0.3.6:
|
||||
@ -3069,18 +3057,18 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-eslint-comments/3.2.0_eslint@8.21.0:
|
||||
/eslint-plugin-eslint-comments/3.2.0_eslint@8.22.0:
|
||||
resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
|
||||
engines: {node: '>=6.5.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=4.19.1'
|
||||
dependencies:
|
||||
escape-string-regexp: 1.0.5
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
ignore: 5.2.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import/2.26.0_eslint@8.21.0:
|
||||
/eslint-plugin-import/2.26.0_eslint@8.22.0:
|
||||
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -3094,7 +3082,7 @@ packages:
|
||||
array.prototype.flat: 1.2.5
|
||||
debug: 2.6.9
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-module-utils: 2.7.3_ulu2225r2ychl26a37c6o2rfje
|
||||
has: 1.0.3
|
||||
@ -3110,7 +3098,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-unicorn/43.0.2_eslint@8.21.0:
|
||||
/eslint-plugin-unicorn/43.0.2_eslint@8.22.0:
|
||||
resolution: {integrity: sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==}
|
||||
engines: {node: '>=14.18'}
|
||||
peerDependencies:
|
||||
@ -3119,8 +3107,8 @@ packages:
|
||||
'@babel/helper-validator-identifier': 7.18.6
|
||||
ci-info: 3.3.2
|
||||
clean-regexp: 1.0.0
|
||||
eslint: 8.21.0
|
||||
eslint-utils: 3.0.0_eslint@8.21.0
|
||||
eslint: 8.22.0
|
||||
eslint-utils: 3.0.0_eslint@8.22.0
|
||||
esquery: 1.4.0
|
||||
indent-string: 4.0.0
|
||||
is-builtin-module: 3.1.0
|
||||
@ -3133,19 +3121,19 @@ packages:
|
||||
strip-indent: 3.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue/9.3.0_eslint@8.21.0:
|
||||
/eslint-plugin-vue/9.3.0_eslint@8.22.0:
|
||||
resolution: {integrity: sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.21.0
|
||||
eslint-utils: 3.0.0_eslint@8.21.0
|
||||
eslint: 8.22.0
|
||||
eslint-utils: 3.0.0_eslint@8.22.0
|
||||
natural-compare: 1.4.0
|
||||
nth-check: 2.0.1
|
||||
postcss-selector-parser: 6.0.10
|
||||
semver: 7.3.7
|
||||
vue-eslint-parser: 9.0.3_eslint@8.21.0
|
||||
vue-eslint-parser: 9.0.3_eslint@8.22.0
|
||||
xml-name-validator: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -3174,13 +3162,13 @@ packages:
|
||||
eslint-visitor-keys: 1.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-utils/3.0.0_eslint@8.21.0:
|
||||
/eslint-utils/3.0.0_eslint@8.22.0:
|
||||
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=5'
|
||||
dependencies:
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
dev: true
|
||||
|
||||
@ -3248,8 +3236,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint/8.21.0:
|
||||
resolution: {integrity: sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==}
|
||||
/eslint/8.22.0:
|
||||
resolution: {integrity: sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -3263,7 +3251,7 @@ packages:
|
||||
doctrine: 3.0.0
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 7.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.21.0
|
||||
eslint-utils: 3.0.0_eslint@8.22.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
espree: 9.3.3
|
||||
esquery: 1.4.0
|
||||
@ -4305,11 +4293,13 @@ packages:
|
||||
resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==}
|
||||
dev: true
|
||||
|
||||
/mlly/0.5.5:
|
||||
resolution: {integrity: sha512-2R4JT/SxRDPexomw4rmHYY/gWAGmL9Kkq1OR76Ua6w+P340a1aBDTWzKo2kAlxzrG82OdXs5VB9Lmcmyit0Obg==}
|
||||
/mlly/0.5.12:
|
||||
resolution: {integrity: sha512-8moXGh6Hfy2Nmys3DDEm4CuxDBk5Y7Lk1jQ4JcwW0djO9b+SCKTpw0enIQeZIuEnPljdxHSGmcbXU9hpIIEYeQ==}
|
||||
dependencies:
|
||||
pathe: 0.3.2
|
||||
acorn: 8.8.0
|
||||
pathe: 0.3.4
|
||||
pkg-types: 0.3.3
|
||||
ufo: 0.8.5
|
||||
dev: true
|
||||
|
||||
/ms/2.0.0:
|
||||
@ -4613,6 +4603,10 @@ packages:
|
||||
resolution: {integrity: sha512-qhnmX0TOqlCvdWWTkoM83wh5J8fZ2yhbDEc9MlsnAEtEc+JCwxUKEwmd6pkY9hRe6JR1Uecbc14VcAKX2yFSTA==}
|
||||
dev: true
|
||||
|
||||
/pathe/0.3.4:
|
||||
resolution: {integrity: sha512-YWgqEdxf36R6vcsyj0A+yT/rDRPe0wui4J9gRR7T4whjU5Lx/jZOr75ckEgTNaLVQABAwsrlzHRpIKcCdXAQ5A==}
|
||||
dev: true
|
||||
|
||||
/picocolors/1.0.0:
|
||||
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
|
||||
|
||||
@ -4626,8 +4620,8 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/pinia/2.0.17_j6bzmzd4ujpabbp5objtwxyjp4:
|
||||
resolution: {integrity: sha512-AtwLwEWQgIjofjgeFT+nxbnK5lT2QwQjaHNEDqpsi2AiCwf/NY78uWTeHUyEhiiJy8+sBmw0ujgQMoQbWiZDfA==}
|
||||
/pinia/2.0.18_j6bzmzd4ujpabbp5objtwxyjp4:
|
||||
resolution: {integrity: sha512-I5MW05UVX6a5Djka136oH3VzYFiZUgeOApBwFjMx6pL91eHtGVlE3adjNUKLgtwGnrxiBRuJ8+4R3LKJKwnyZg==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: '>=4.4.4'
|
||||
@ -4641,15 +4635,15 @@ packages:
|
||||
'@vue/devtools-api': 6.2.1
|
||||
typescript: 4.7.4
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.12.4_vue@3.2.37
|
||||
vue-demi: 0.13.5_vue@3.2.37
|
||||
dev: false
|
||||
|
||||
/pkg-types/0.3.3:
|
||||
resolution: {integrity: sha512-6AJcCMnjUQPQv/Wk960w0TOmjhdjbeaQJoSKWRQv9N3rgkessCu6J0Ydsog/nw1MbpnxHuPzYbfOn2KmlZO1FA==}
|
||||
dependencies:
|
||||
jsonc-parser: 3.0.0
|
||||
mlly: 0.5.5
|
||||
pathe: 0.3.2
|
||||
mlly: 0.5.12
|
||||
pathe: 0.3.4
|
||||
dev: true
|
||||
|
||||
/pluralize/8.0.0:
|
||||
@ -4657,8 +4651,8 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/pnpm/7.8.0:
|
||||
resolution: {integrity: sha512-jzb9/gto4nwuVA2itTRk0PJhuaZcA1NBRB298UzXhqKZQMjtHCS+KLzh7RWk5n3g+KnMg5FHr6Mwg1L62dBz1A==}
|
||||
/pnpm/7.9.0:
|
||||
resolution: {integrity: sha512-xkIVw73yJm/h5M4VvFIS5Q+gQCRDrp3r92g58PtcCK86aZCa7EQ6q6ivdfTAz0KsAVgloA6Anub28n6wju5v3w==}
|
||||
engines: {node: '>=14.6'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@ -4953,8 +4947,8 @@ packages:
|
||||
regexp-tree: 0.1.24
|
||||
dev: true
|
||||
|
||||
/sass/1.54.0:
|
||||
resolution: {integrity: sha512-C4zp79GCXZfK0yoHZg+GxF818/aclhp9F48XBu/+bm9vXEVAYov9iU3FBVRMq3Hx3OA4jfKL+p2K9180mEh0xQ==}
|
||||
/sass/1.54.4:
|
||||
resolution: {integrity: sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -5243,8 +5237,8 @@ packages:
|
||||
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
/swagger-ui-dist/4.13.0:
|
||||
resolution: {integrity: sha512-5yqhkUU9uV5oT/MTMBeSgDGI0Vx6eCOU43AszQBs88poI8OB1v+FoXEFHv+NaBbEfTkXCMWlAJrH6iWyDzLETQ==}
|
||||
/swagger-ui-dist/4.13.2:
|
||||
resolution: {integrity: sha512-jHL6UyIYpvEI7NsuWd0R3hJaPQTg6Oo4qSBo+oVfOEkv6rrQm/475RGSMmZgV6ajp+Sgrp9CqrDjQYAgQqiv1A==}
|
||||
dev: false
|
||||
|
||||
/table/6.8.0:
|
||||
@ -5378,7 +5372,6 @@ packages:
|
||||
|
||||
/ufo/0.8.5:
|
||||
resolution: {integrity: sha512-e4+UtA5IRO+ha6hYklwj6r7BjiGMxS0O+UaSg9HbaTefg4kMkzj4tXzEBajRR+wkxf+golgAWKzLbytCUDMJAA==}
|
||||
dev: false
|
||||
|
||||
/unbox-primitive/1.0.1:
|
||||
resolution: {integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==}
|
||||
@ -5417,19 +5410,19 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/unimport/0.6.4_vite@2.9.14:
|
||||
resolution: {integrity: sha512-1cbSeTsC2EwzWeWAyQleajM354y+EYsymxE9p1wDbHKVTEe9XL6+e7vlEv2pj1Zk8YYFf+CBf9QG8My7aDKhag==}
|
||||
/unimport/0.6.7_vite@2.9.14:
|
||||
resolution: {integrity: sha512-EMoVqDjswHkU+nD098QYHXH7Mkw7KwGDQAyeRF2lgairJnuO+wpkhIcmCqrD1OPJmsjkTbJ2tW6Ap8St0PuWZA==}
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
escape-string-regexp: 5.0.0
|
||||
fast-glob: 3.2.11
|
||||
local-pkg: 0.4.2
|
||||
magic-string: 0.26.2
|
||||
mlly: 0.5.5
|
||||
pathe: 0.3.2
|
||||
mlly: 0.5.12
|
||||
pathe: 0.3.4
|
||||
scule: 0.3.2
|
||||
strip-literal: 0.4.0
|
||||
unplugin: 0.8.0_vite@2.9.14
|
||||
unplugin: 0.9.2_vite@2.9.14
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@ -5461,8 +5454,8 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: false
|
||||
|
||||
/unplugin-auto-import/0.10.3_ukl475yfxnc77zfjgyuoz227e4:
|
||||
resolution: {integrity: sha512-tODQr7ZBnsBZ9lKaz2mqszKVi/4ALuLtS4gc1xwpcsBav5TCAl0HFSMuai1qL4AkYEwD2HPqK04LocCyK+D0KQ==}
|
||||
/unplugin-auto-import/0.11.1_waoqgrpxdon24dkw2gjzh4cd7e:
|
||||
resolution: {integrity: sha512-3KMbjc3Sv2h1osgQ16uKmD2XHb8MLK3Lj5Twzo3x2vDexYdNKjVljLZUX+eT5cvh2f1VzJR77dkzDhdEi9+1uw==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@vueuse/core': '*'
|
||||
@ -5472,11 +5465,11 @@ packages:
|
||||
dependencies:
|
||||
'@antfu/utils': 0.5.2
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
'@vueuse/core': 9.0.2_vue@3.2.37
|
||||
'@vueuse/core': 9.1.0_vue@3.2.37
|
||||
local-pkg: 0.4.2
|
||||
magic-string: 0.26.2
|
||||
unimport: 0.6.4_vite@2.9.14
|
||||
unplugin: 0.8.0_vite@2.9.14
|
||||
unimport: 0.6.7_vite@2.9.14
|
||||
unplugin: 0.9.2_vite@2.9.14
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@ -5517,8 +5510,8 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-components/0.21.2_vite@2.9.14+vue@3.2.37:
|
||||
resolution: {integrity: sha512-HBU+EuesDj/HRs7EtYH7gBACljVhqLylltrCLModRmCToIIrrNvMh54aylUt4AD4qiwylgOx4Vgb9sBlrIcRDw==}
|
||||
/unplugin-vue-components/0.22.4_vite@2.9.14+vue@3.2.37:
|
||||
resolution: {integrity: sha512-2rRZcM9OnJGXnYxQNfaceEYuPeVACcWySIjy8WBwIiN3onr980TmA3XE5pRJFt8zoQrUA+c46oyIq96noLqrEQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@babel/parser': ^7.15.8
|
||||
@ -5536,7 +5529,7 @@ packages:
|
||||
magic-string: 0.26.2
|
||||
minimatch: 5.1.0
|
||||
resolve: 1.22.1
|
||||
unplugin: 0.7.2_vite@2.9.14
|
||||
unplugin: 0.9.2_vite@2.9.14
|
||||
vue: 3.2.37
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@ -5546,30 +5539,6 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin/0.7.2_vite@2.9.14:
|
||||
resolution: {integrity: sha512-m7thX4jP8l5sETpLdUASoDOGOcHaOVtgNyrYlToyQUvILUtEzEnngRBrHnAX3IKqooJVmXpoa/CwQ/QqzvGaHQ==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
rollup: ^2.50.0
|
||||
vite: ^2.3.0 || ^3.0.0-0
|
||||
webpack: 4 || 5
|
||||
peerDependenciesMeta:
|
||||
esbuild:
|
||||
optional: true
|
||||
rollup:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.4
|
||||
dev: true
|
||||
|
||||
/unplugin/0.8.0_vite@2.9.14:
|
||||
resolution: {integrity: sha512-OzOkJ9XOPlD1Cph6qy/p4i/KSUbs76GToXjH/STHpfo6D7y+EqpfAL6G6HaoOw5QLkt9+KWwcxYUmPFkDf1upQ==}
|
||||
peerDependencies:
|
||||
@ -5589,7 +5558,31 @@ packages:
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.4
|
||||
dev: true
|
||||
|
||||
/unplugin/0.9.2_vite@2.9.14:
|
||||
resolution: {integrity: sha512-Wo9lx9rA0O3AWhLYYNZ6DgnNhL5t5r7kV/Jg5BXjTQtY+DEWrD8VLFSaOmKN0tgqZCMqZ+XrzgOe/3DzIO4/SA==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
rollup: ^2.50.0
|
||||
vite: ^2.3.0 || ^3.0.0-0
|
||||
webpack: 4 || 5
|
||||
peerDependenciesMeta:
|
||||
esbuild:
|
||||
optional: true
|
||||
rollup:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.4
|
||||
dev: true
|
||||
@ -5633,7 +5626,7 @@ packages:
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
eslint: 7.32.0
|
||||
rollup: 2.71.0
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -5656,7 +5649,7 @@ packages:
|
||||
json5: 2.2.1
|
||||
local-pkg: 0.4.1
|
||||
picocolors: 1.0.0
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
yaml: 2.1.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -5671,7 +5664,7 @@ packages:
|
||||
fast-glob: 3.2.11
|
||||
pretty-bytes: 6.0.0
|
||||
rollup: 2.76.0
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
workbox-build: 6.5.3
|
||||
workbox-window: 6.5.3
|
||||
transitivePeerDependencies:
|
||||
@ -5689,7 +5682,7 @@ packages:
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
vue: 3.2.37
|
||||
vue-router: 4.1.3_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
@ -5704,7 +5697,7 @@ packages:
|
||||
'@windicss/plugin-utils': 1.8.7
|
||||
debug: 4.3.4
|
||||
kolorist: 1.5.1
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
windicss: 3.5.6
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -5752,7 +5745,7 @@ packages:
|
||||
node-fetch: 2.6.7
|
||||
react-router-dom: 6.3.0
|
||||
react-ssr-prepass: 1.5.0
|
||||
vite: 2.9.14_sass@1.54.0
|
||||
vite: 2.9.14_sass@1.54.4
|
||||
vue: 3.2.37
|
||||
vue-router: 4.1.3_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
@ -5761,7 +5754,7 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/vite/2.9.14_sass@1.54.0:
|
||||
/vite/2.9.14_sass@1.54.4:
|
||||
resolution: {integrity: sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
@ -5781,7 +5774,7 @@ packages:
|
||||
postcss: 8.4.14
|
||||
resolve: 1.22.0
|
||||
rollup: 2.71.0
|
||||
sass: 1.54.0
|
||||
sass: 1.54.4
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
@ -5797,21 +5790,6 @@ packages:
|
||||
vue: 3.2.37
|
||||
dev: false
|
||||
|
||||
/vue-demi/0.12.4_vue@3.2.37:
|
||||
resolution: {integrity: sha512-ztPDkFt0TSUdoq1ZI6oD730vgztBkiByhUW7L1cOTebiSBqSYfSQgnhYakYigBkyAybqCTH7h44yZuDJf2xILQ==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.0.0-rc.1
|
||||
vue: ^3.0.0-0 || ^2.6.0
|
||||
peerDependenciesMeta:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
dev: false
|
||||
|
||||
/vue-demi/0.13.5_vue@3.2.37:
|
||||
resolution: {integrity: sha512-tO3K2bML3AwiHmVHeKCq6HLef2st4zBXIV5aEkoJl6HZ+gJWxWv2O8wLH8qrA3SX3lDoTDHNghLX1xZg83MXvw==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5826,14 +5804,14 @@ packages:
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
|
||||
/vue-eslint-parser/9.0.3_eslint@8.21.0:
|
||||
/vue-eslint-parser/9.0.3_eslint@8.22.0:
|
||||
resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
eslint: 8.21.0
|
||||
eslint: 8.22.0
|
||||
eslint-scope: 7.1.1
|
||||
eslint-visitor-keys: 3.3.0
|
||||
espree: 9.3.2
|
||||
@ -5844,15 +5822,15 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vue-i18n/9.2.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-vN8aW8Vn4r4eRhUgTLK1/kCIYMb3LQmuloa1YP4NsehiASCX0XCq50tgUAz1o0eBAZ8YvhdlaVPqlO7O0wCnkQ==}
|
||||
/vue-i18n/9.2.2_vue@3.2.37:
|
||||
resolution: {integrity: sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ==}
|
||||
engines: {node: '>= 14'}
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
dependencies:
|
||||
'@intlify/core-base': 9.2.0
|
||||
'@intlify/shared': 9.2.0
|
||||
'@intlify/vue-devtools': 9.2.0
|
||||
'@intlify/core-base': 9.2.2
|
||||
'@intlify/shared': 9.2.2
|
||||
'@intlify/vue-devtools': 9.2.2
|
||||
'@vue/devtools-api': 6.2.1
|
||||
vue: 3.2.37
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
"@types/compression": "1.7.2",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/http-proxy": "1.17.9",
|
||||
"@types/node": "18.6.3",
|
||||
"@types/node": "18.7.6",
|
||||
"http-proxy": "1.18.1",
|
||||
"typescript": "4.7.4"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ specifiers:
|
||||
'@types/compression': 1.7.2
|
||||
'@types/express': 4.17.13
|
||||
'@types/http-proxy': 1.17.9
|
||||
'@types/node': 18.6.3
|
||||
'@types/node': 18.7.6
|
||||
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.13
|
||||
'@types/http-proxy': 1.17.9
|
||||
'@types/node': 18.6.3
|
||||
'@types/node': 18.7.6
|
||||
http-proxy: 1.18.1
|
||||
typescript: 4.7.4
|
||||
|
||||
@ -30,7 +30,7 @@ packages:
|
||||
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
|
||||
dependencies:
|
||||
'@types/connect': 3.4.35
|
||||
'@types/node': 18.6.3
|
||||
'@types/node': 18.7.6
|
||||
|
||||
/@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.6.3
|
||||
'@types/node': 18.7.6
|
||||
|
||||
/@types/express-serve-static-core/4.17.28:
|
||||
resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==}
|
||||
dependencies:
|
||||
'@types/node': 18.6.3
|
||||
'@types/node': 18.7.6
|
||||
'@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.6.3
|
||||
'@types/node': 18.7.6
|
||||
|
||||
/@types/mime/1.3.2:
|
||||
resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}
|
||||
|
||||
/@types/node/18.6.3:
|
||||
resolution: {integrity: sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==}
|
||||
/@types/node/18.7.6:
|
||||
resolution: {integrity: sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A==}
|
||||
|
||||
/@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.6.3
|
||||
'@types/node': 18.7.6
|
||||
|
||||
/accepts/1.3.8:
|
||||
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
|
||||
|
Loading…
Reference in New Issue
Block a user