mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
fix(deps): update frontend non-major dependencies (#1006)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9fbc5bd02f
commit
3bc9df8afe
@ -19,7 +19,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/vue": "1.7.3",
|
||||
"@headlessui/vue": "1.7.4",
|
||||
"@nuxt/devalue": "2.0.0",
|
||||
"@vuelidate/core": "2.0.0",
|
||||
"@vuelidate/validators": "2.0.0",
|
||||
@ -37,7 +37,7 @@
|
||||
"jwt-decode": "3.1.2",
|
||||
"lodash-es": "4.17.21",
|
||||
"nprogress": "0.2.0",
|
||||
"ohmyfetch": "0.4.20",
|
||||
"ohmyfetch": "0.4.21",
|
||||
"pinia": "2.0.23",
|
||||
"prism-theme-vars": "0.2.4",
|
||||
"qs": "6.11.0",
|
||||
@ -51,7 +51,7 @@
|
||||
"vue3-popper": "1.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "2.1.131",
|
||||
"@iconify/json": "2.1.133",
|
||||
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
||||
"@types/accept-language-parser": "1.5.3",
|
||||
"@types/chartist": "0.11.1",
|
||||
@ -79,13 +79,13 @@
|
||||
"husky": "8.0.1",
|
||||
"lint-staged": "13.0.3",
|
||||
"node-fetch": "3.2.10",
|
||||
"pnpm": "7.14.1",
|
||||
"pnpm": "7.14.2",
|
||||
"prettier": "2.7.1",
|
||||
"regenerator-runtime": "0.13.10",
|
||||
"sass": "1.55.0",
|
||||
"sass": "1.56.0",
|
||||
"typescript": "4.8.4",
|
||||
"unplugin-auto-import": "0.11.4",
|
||||
"unplugin-icons": "0.14.12",
|
||||
"unplugin-icons": "0.14.13",
|
||||
"unplugin-vue-components": "0.22.9",
|
||||
"vite": "2.9.15",
|
||||
"vite-plugin-eslint": "1.8.1",
|
||||
|
@ -5,8 +5,8 @@ overrides:
|
||||
ejs@<3.1.7: '>=3.1.7'
|
||||
|
||||
specifiers:
|
||||
'@headlessui/vue': 1.7.3
|
||||
'@iconify/json': 2.1.131
|
||||
'@headlessui/vue': 1.7.4
|
||||
'@iconify/json': 2.1.133
|
||||
'@intlify/vite-plugin-vue-i18n': 6.0.3
|
||||
'@nuxt/devalue': 2.0.0
|
||||
'@types/accept-language-parser': 1.5.3
|
||||
@ -51,19 +51,19 @@ specifiers:
|
||||
lodash-es: 4.17.21
|
||||
node-fetch: 3.2.10
|
||||
nprogress: 0.2.0
|
||||
ohmyfetch: 0.4.20
|
||||
ohmyfetch: 0.4.21
|
||||
pinia: 2.0.23
|
||||
pnpm: 7.14.1
|
||||
pnpm: 7.14.2
|
||||
prettier: 2.7.1
|
||||
prism-theme-vars: 0.2.4
|
||||
qs: 6.11.0
|
||||
regenerator-runtime: 0.13.10
|
||||
sass: 1.55.0
|
||||
sass: 1.56.0
|
||||
swagger-ui-dist: 4.15.2
|
||||
typescript: 4.8.4
|
||||
universal-cookie: 4.0.4
|
||||
unplugin-auto-import: 0.11.4
|
||||
unplugin-icons: 0.14.12
|
||||
unplugin-icons: 0.14.13
|
||||
unplugin-vue-components: 0.22.9
|
||||
vite: 2.9.15
|
||||
vite-plugin-eslint: 1.8.1
|
||||
@ -79,7 +79,7 @@ specifiers:
|
||||
vue3-popper: 1.5.0
|
||||
|
||||
dependencies:
|
||||
'@headlessui/vue': 1.7.3_vue@3.2.41
|
||||
'@headlessui/vue': 1.7.4_vue@3.2.41
|
||||
'@nuxt/devalue': 2.0.0
|
||||
'@vuelidate/core': 2.0.0_vue@3.2.41
|
||||
'@vuelidate/validators': 2.0.0_vue@3.2.41
|
||||
@ -97,7 +97,7 @@ dependencies:
|
||||
jwt-decode: 3.1.2
|
||||
lodash-es: 4.17.21
|
||||
nprogress: 0.2.0
|
||||
ohmyfetch: 0.4.20
|
||||
ohmyfetch: 0.4.21
|
||||
pinia: 2.0.23_l7r24p6nevbtlimqmqcwa3ouhu
|
||||
prism-theme-vars: 0.2.4
|
||||
qs: 6.11.0
|
||||
@ -111,7 +111,7 @@ dependencies:
|
||||
vue3-popper: 1.5.0_vue@3.2.41
|
||||
|
||||
devDependencies:
|
||||
'@iconify/json': 2.1.131
|
||||
'@iconify/json': 2.1.133
|
||||
'@intlify/vite-plugin-vue-i18n': 6.0.3_vite@2.9.15+vue-i18n@9.2.2
|
||||
'@types/accept-language-parser': 1.5.3
|
||||
'@types/chartist': 0.11.1
|
||||
@ -139,15 +139,15 @@ devDependencies:
|
||||
husky: 8.0.1
|
||||
lint-staged: 13.0.3
|
||||
node-fetch: 3.2.10
|
||||
pnpm: 7.14.1
|
||||
pnpm: 7.14.2
|
||||
prettier: 2.7.1
|
||||
regenerator-runtime: 0.13.10
|
||||
sass: 1.55.0
|
||||
sass: 1.56.0
|
||||
typescript: 4.8.4
|
||||
unplugin-auto-import: 0.11.4_@vueuse+core@9.4.0
|
||||
unplugin-icons: 0.14.12_@vue+compiler-sfc@3.2.41
|
||||
unplugin-icons: 0.14.13_@vue+compiler-sfc@3.2.41
|
||||
unplugin-vue-components: 0.22.9_vue@3.2.41
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
vite-plugin-eslint: 1.8.1_eslint@8.26.0+vite@2.9.15
|
||||
vite-plugin-pages: 0.27.1_jl4phidgwj3s5o3fkeym5u36qm
|
||||
vite-plugin-pwa: 0.12.8_vite@2.9.15
|
||||
@ -179,6 +179,10 @@ packages:
|
||||
resolution: {integrity: sha512-VauUKmo22NYo3y6fIjGjVU7LJyhaedYL9kyabdvIIIl7P+qbNPbQiaLwwk4UOU4McFfA2eg+aIWpEYhkHzsE9Q==}
|
||||
dev: true
|
||||
|
||||
/@antfu/utils/0.6.2:
|
||||
resolution: {integrity: sha512-Qdwda+qE1KOKXuM8Gnn09zIJSA293J5putdHBx4J9sdbHzqp5QY4OmH77KgwJoi0PuY+kbddkVVdkSoZ9ruiug==}
|
||||
dev: true
|
||||
|
||||
/@apideck/better-ajv-errors/0.3.6_ajv@8.11.0:
|
||||
resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==}
|
||||
engines: {node: '>=10'}
|
||||
@ -1343,8 +1347,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@headlessui/vue/1.7.3_vue@3.2.41:
|
||||
resolution: {integrity: sha512-Is4iakKts9u9E0+jEZNzoJpBjwq2SamwEIoEl2RlyYSu6Zco536GsPXaQEfg/o7Eyc1GUUlcL+dJd4Rt7qyf7A==}
|
||||
/@headlessui/vue/1.7.4_vue@3.2.41:
|
||||
resolution: {integrity: sha512-QHRlKCK/zRpjSjhth7c2CZvx5eMDFflXauqRdRJgp1CwScx6PwCpWiwDsjQcYM4z8Yik2ZvyX8W4PFT2Wsqqyw==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
@ -1372,11 +1376,11 @@ packages:
|
||||
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
||||
dev: true
|
||||
|
||||
/@iconify/json/2.1.131:
|
||||
resolution: {integrity: sha512-VUQLJ2IHEcB0Is9K/grtLEC0OuLV3Fj0h3t04fKMN9hXwJkn2SKounQr44w7LzcBlu2RRYA7/npGlovtWV0iXQ==}
|
||||
/@iconify/json/2.1.133:
|
||||
resolution: {integrity: sha512-m/BRPD74mGJNrQXByCK40VymdGocBko3SmPCIp3IV2mRY9EWa3tmCnn+HpqsMg0IZJAWMi9dQfI8bIShs+ZSrg==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
pathe: 0.3.4
|
||||
pathe: 0.3.9
|
||||
dev: true
|
||||
|
||||
/@iconify/types/2.0.0:
|
||||
@ -1476,7 +1480,7 @@ packages:
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.12
|
||||
source-map: 0.6.1
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
vue-i18n: 9.2.2_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -1921,7 +1925,7 @@ packages:
|
||||
vite: ^2.5.10
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
vue: 3.2.41
|
||||
|
||||
/@vue/compiler-core/3.2.41:
|
||||
@ -2747,8 +2751,8 @@ packages:
|
||||
engines: {node: '>=0.4.0'}
|
||||
dev: false
|
||||
|
||||
/destr/1.1.1:
|
||||
resolution: {integrity: sha512-QqkneF8LrYmwATMdnuD2MLI3GHQIcBnG6qFC2q9bSH430VTCDAVjcspPmUaKhPGtAtPAftIUFqY1obQYQuwmbg==}
|
||||
/destr/1.2.0:
|
||||
resolution: {integrity: sha512-JG+cG4ZPB1L27sl2C2URg8MIOmIUtTbE5wEx02BpmrTCqg/hXxFKXsYsnODl5PdpqNRaS1KQGUQ56V8jk8XpYQ==}
|
||||
dev: false
|
||||
|
||||
/diff-match-patch/1.0.5:
|
||||
@ -4435,10 +4439,10 @@ packages:
|
||||
es-abstract: 1.19.1
|
||||
dev: true
|
||||
|
||||
/ohmyfetch/0.4.20:
|
||||
resolution: {integrity: sha512-+c3/l+X91owrT1reTos1R13rb2j8NGZpKi0bRWwrnxIHlr1FZ8NzghIsNBKpUvk9nsnFoNK4phw+nTnXrcALzA==}
|
||||
/ohmyfetch/0.4.21:
|
||||
resolution: {integrity: sha512-VG7f/JRvqvBOYvL0tHyEIEG7XHWm7OqIfAs6/HqwWwDfjiJ1g0huIpe5sFEmyb+7hpFa1EGNH2aERWR72tlClw==}
|
||||
dependencies:
|
||||
destr: 1.1.1
|
||||
destr: 1.2.0
|
||||
node-fetch-native: 0.1.8
|
||||
ufo: 0.8.6
|
||||
undici: 5.12.0
|
||||
@ -4602,10 +4606,6 @@ packages:
|
||||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/pathe/0.3.4:
|
||||
resolution: {integrity: sha512-YWgqEdxf36R6vcsyj0A+yT/rDRPe0wui4J9gRR7T4whjU5Lx/jZOr75ckEgTNaLVQABAwsrlzHRpIKcCdXAQ5A==}
|
||||
dev: true
|
||||
|
||||
/pathe/0.3.9:
|
||||
resolution: {integrity: sha512-6Y6s0vT112P3jD8dGfuS6r+lpa0qqNrLyHPOwvXMnyNTQaYiwgau2DP3aNDsR13xqtGj7rrPo+jFUATpU6/s+g==}
|
||||
dev: true
|
||||
@ -4654,8 +4654,8 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/pnpm/7.14.1:
|
||||
resolution: {integrity: sha512-jxnp3SGzTZcSITKfaTfRrkOJYSeHwlU/rF+K9ofaIeHUYF3zR3Qcy5vl8mm07ECMfWhNjOy2phs2o3Zb41pHAg==}
|
||||
/pnpm/7.14.2:
|
||||
resolution: {integrity: sha512-NSxrIaRW07jFQQ1fPFFOA8eMfuogsMeygOKd3zaFgyJBdo1oh61jl2JjWc+w0XNzWIMG7/v9HK7nP8RTL5NO3g==}
|
||||
engines: {node: '>=14.6'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@ -4928,8 +4928,8 @@ packages:
|
||||
regexp-tree: 0.1.24
|
||||
dev: true
|
||||
|
||||
/sass/1.55.0:
|
||||
resolution: {integrity: sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==}
|
||||
/sass/1.56.0:
|
||||
resolution: {integrity: sha512-WFJ9XrpkcnqZcYuLRJh5qiV6ibQOR4AezleeEjTjMsCocYW59dEG19U3fwTTXxzi2Ed3yjPBp727hbbj53pHFw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -5430,8 +5430,8 @@ packages:
|
||||
- rollup
|
||||
dev: true
|
||||
|
||||
/unplugin-icons/0.14.12_@vue+compiler-sfc@3.2.41:
|
||||
resolution: {integrity: sha512-FdkjDnUnc8/75OT8Ywwm8iDyG6kO8w1uHfFbnO2Jh7JhpE0odKhCqaAOmEE/UlvYDYSm5D4X1DKdWMwpAxj07Q==}
|
||||
/unplugin-icons/0.14.13_@vue+compiler-sfc@3.2.41:
|
||||
resolution: {integrity: sha512-ZZCw9qZg/zNJeHWicaFYMfsfzMAXOHHnZt5tRxslhPE++/THvg5xGu5AsIRmMCtyNBCpC1Ly1MTb8CZmlqaQTA==}
|
||||
peerDependencies:
|
||||
'@svgr/core': '>=5.5.0'
|
||||
'@vue/compiler-sfc': ^3.0.2
|
||||
@ -5448,13 +5448,13 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@antfu/install-pkg': 0.1.1
|
||||
'@antfu/utils': 0.5.2
|
||||
'@antfu/utils': 0.6.2
|
||||
'@iconify/utils': 2.0.1
|
||||
'@vue/compiler-sfc': 3.2.41
|
||||
debug: 4.3.4
|
||||
kolorist: 1.6.0
|
||||
local-pkg: 0.4.2
|
||||
unplugin: 0.9.6
|
||||
unplugin: 0.10.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -5494,15 +5494,6 @@ packages:
|
||||
webpack-virtual-modules: 0.4.5
|
||||
dev: true
|
||||
|
||||
/unplugin/0.9.6:
|
||||
resolution: {integrity: sha512-YYLtfoNiie/lxswy1GOsKXgnLJTE27la/PeCGznSItk+8METYZErO+zzV9KQ/hXhPwzIJsfJ4s0m1Rl7ZCWZ4Q==}
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.5
|
||||
dev: true
|
||||
|
||||
/upath/1.2.0:
|
||||
resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==}
|
||||
engines: {node: '>=4'}
|
||||
@ -5551,7 +5542,7 @@ packages:
|
||||
'@types/eslint': 8.4.9
|
||||
eslint: 8.26.0
|
||||
rollup: 2.79.1
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pages/0.27.1_jl4phidgwj3s5o3fkeym5u36qm:
|
||||
@ -5572,7 +5563,7 @@ packages:
|
||||
json5: 2.2.1
|
||||
local-pkg: 0.4.2
|
||||
picocolors: 1.0.0
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
yaml: 2.1.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -5587,7 +5578,7 @@ packages:
|
||||
fast-glob: 3.2.12
|
||||
pretty-bytes: 6.0.0
|
||||
rollup: 2.79.1
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
workbox-build: 6.5.4
|
||||
workbox-window: 6.5.4
|
||||
transitivePeerDependencies:
|
||||
@ -5605,7 +5596,7 @@ packages:
|
||||
'@vue/compiler-sfc': 3.2.41
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
vue: 3.2.41
|
||||
vue-router: 4.1.6_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
@ -5620,7 +5611,7 @@ packages:
|
||||
'@windicss/plugin-utils': 1.8.8
|
||||
debug: 4.3.4
|
||||
kolorist: 1.5.1
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
windicss: 3.5.6
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -5668,7 +5659,7 @@ packages:
|
||||
node-fetch: 2.6.7
|
||||
react-router-dom: 6.3.0
|
||||
react-ssr-prepass: 1.5.0
|
||||
vite: 2.9.15_sass@1.55.0
|
||||
vite: 2.9.15_sass@1.56.0
|
||||
vue: 3.2.41
|
||||
vue-router: 4.1.6_vue@3.2.41
|
||||
transitivePeerDependencies:
|
||||
@ -5677,7 +5668,7 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/vite/2.9.15_sass@1.55.0:
|
||||
/vite/2.9.15_sass@1.56.0:
|
||||
resolution: {integrity: sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
@ -5697,7 +5688,7 @@ packages:
|
||||
postcss: 8.4.14
|
||||
resolve: 1.22.1
|
||||
rollup: 2.71.0
|
||||
sass: 1.55.0
|
||||
sass: 1.56.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
"@types/compression": "1.7.2",
|
||||
"@types/express": "4.17.14",
|
||||
"@types/http-proxy": "1.17.9",
|
||||
"@types/node": "18.11.8",
|
||||
"@types/node": "18.11.9",
|
||||
"http-proxy": "1.18.1",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ specifiers:
|
||||
'@types/compression': 1.7.2
|
||||
'@types/express': 4.17.14
|
||||
'@types/http-proxy': 1.17.9
|
||||
'@types/node': 18.11.8
|
||||
'@types/node': 18.11.9
|
||||
compression: 1.7.4
|
||||
express: 4.18.2
|
||||
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.11.8
|
||||
'@types/node': 18.11.9
|
||||
http-proxy: 1.18.1
|
||||
typescript: 4.8.4
|
||||
|
||||
@ -30,7 +30,7 @@ packages:
|
||||
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
|
||||
dependencies:
|
||||
'@types/connect': 3.4.35
|
||||
'@types/node': 18.11.8
|
||||
'@types/node': 18.11.9
|
||||
|
||||
/@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.11.8
|
||||
'@types/node': 18.11.9
|
||||
|
||||
/@types/express-serve-static-core/4.17.28:
|
||||
resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.8
|
||||
'@types/node': 18.11.9
|
||||
'@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.11.8
|
||||
'@types/node': 18.11.9
|
||||
|
||||
/@types/mime/1.3.2:
|
||||
resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}
|
||||
|
||||
/@types/node/18.11.8:
|
||||
resolution: {integrity: sha512-uGwPWlE0Hj972KkHtCDVwZ8O39GmyjfMane1Z3GUBGGnkZ2USDq7SxLpVIiIHpweY9DS0QTDH0Nw7RNBsAAZ5A==}
|
||||
/@types/node/18.11.9:
|
||||
resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==}
|
||||
|
||||
/@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.11.8
|
||||
'@types/node': 18.11.9
|
||||
|
||||
/accepts/1.3.8:
|
||||
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
|
||||
|
Loading…
Reference in New Issue
Block a user