chore(deps): update all non-major dependencies (#9025)

* chore(deps): update all non-major dependencies

* fix ts issue

* fix fallback

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
This commit is contained in:
renovate[bot] 2022-11-16 01:02:13 +01:00 committed by GitHub
parent 9d81221486
commit 6082135c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 70 additions and 51 deletions

View File

@ -69,7 +69,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semver": "^7.3.8", "semver": "^7.3.8",
"std-env": "^3.3.1", "std-env": "^3.3.1",
"typescript": "^4.8.4", "typescript": "^4.9.3",
"ufo": "^1.0.0", "ufo": "^1.0.0",
"unbuild": "^0.9.4", "unbuild": "^0.9.4",
"vite": "^3.2.4", "vite": "^3.2.4",

View File

@ -45,8 +45,8 @@
"@vue/reactivity": "^3.2.45", "@vue/reactivity": "^3.2.45",
"@vue/shared": "^3.2.45", "@vue/shared": "^3.2.45",
"@vueuse/head": "^1.0.13", "@vueuse/head": "^1.0.13",
"unhead": "^0.6.7", "unhead": "^0.6.9",
"@unhead/ssr": "^0.6.7", "@unhead/ssr": "^0.6.9",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"cookie-es": "^0.5.0", "cookie-es": "^0.5.0",
"defu": "^6.1.1", "defu": "^6.1.1",

View File

@ -17,7 +17,7 @@
"@types/lodash.template": "^4", "@types/lodash.template": "^4",
"@types/semver": "^7", "@types/semver": "^7",
"@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue": "^3.2.0",
"@unhead/schema": "^0.6.7", "@unhead/schema": "^0.6.9",
"nitropack": "^1.0.0-0", "nitropack": "^1.0.0-0",
"unbuild": "latest", "unbuild": "latest",
"vite": "~3.2.4" "vite": "~3.2.4"

View File

@ -28,7 +28,7 @@ export const composableKeysPlugin = createUnplugin((options: ComposableKeysOptio
}, },
transform (code, id) { transform (code, id) {
if (!KEYED_FUNCTIONS_RE.test(code)) { return } if (!KEYED_FUNCTIONS_RE.test(code)) { return }
const { 0: script = code, index: codeIndex = 0 } = code.match(/(?<=<script[^>]*>)[\S\s.]*?(?=<\/script>)/) || [] const { 0: script = code, index: codeIndex = 0 } = code.match(/(?<=<script[^>]*>)[\S\s.]*?(?=<\/script>)/) || { index: 0, 0: code }
const s = new MagicString(code) const s = new MagicString(code)
// https://github.com/unjs/unplugin/issues/90 // https://github.com/unjs/unplugin/issues/90
let count = 0 let count = 0

View File

@ -46,7 +46,7 @@ importers:
rimraf: ^3.0.2 rimraf: ^3.0.2
semver: ^7.3.8 semver: ^7.3.8
std-env: ^3.3.1 std-env: ^3.3.1
typescript: ^4.8.4 typescript: ^4.9.3
ufo: ^1.0.0 ufo: ^1.0.0
unbuild: ^0.9.4 unbuild: ^0.9.4
vite: ^3.2.4 vite: ^3.2.4
@ -59,7 +59,7 @@ importers:
'@nuxt/test-utils': link:packages/test-utils '@nuxt/test-utils': link:packages/test-utils
'@nuxt/vite-builder': link:packages/vite '@nuxt/vite-builder': link:packages/vite
'@nuxt/webpack-builder': link:packages/webpack '@nuxt/webpack-builder': link:packages/webpack
'@nuxtjs/eslint-config-typescript': 11.0.0_rmayb2veg2btbq6mbmnyivgasy '@nuxtjs/eslint-config-typescript': 11.0.0_e3uo4sehh4zr4i6m57mkkxxv7y
'@types/crawler': 1.2.2 '@types/crawler': 1.2.2
'@types/node': 18.11.9 '@types/node': 18.11.9
'@types/rimraf': 3.0.2 '@types/rimraf': 3.0.2
@ -82,12 +82,12 @@ importers:
rimraf: 3.0.2 rimraf: 3.0.2
semver: 7.3.8 semver: 7.3.8
std-env: 3.3.1 std-env: 3.3.1
typescript: 4.8.4 typescript: 4.9.3
ufo: 1.0.0 ufo: 1.0.0
unbuild: 0.9.4 unbuild: 0.9.4
vite: 3.2.4_@types+node@18.11.9 vite: 3.2.4_@types+node@18.11.9
vitest: 0.25.2 vitest: 0.25.2
vue-tsc: 1.0.9_typescript@4.8.4 vue-tsc: 1.0.9_typescript@4.9.3
examples/advanced/config-extends: examples/advanced/config-extends:
specifiers: specifiers:
@ -417,7 +417,7 @@ importers:
'@nuxt/vite-builder': workspace:* '@nuxt/vite-builder': workspace:*
'@types/fs-extra': ^9.0.13 '@types/fs-extra': ^9.0.13
'@types/hash-sum': ^1.0.0 '@types/hash-sum': ^1.0.0
'@unhead/ssr': ^0.6.7 '@unhead/ssr': ^0.6.9
'@vue/reactivity': ^3.2.45 '@vue/reactivity': ^3.2.45
'@vue/shared': ^3.2.45 '@vue/shared': ^3.2.45
'@vueuse/head': ^1.0.13 '@vueuse/head': ^1.0.13
@ -448,7 +448,7 @@ importers:
unbuild: ^0.9.4 unbuild: ^0.9.4
unctx: ^2.1.0 unctx: ^2.1.0
unenv: ^1.0.0 unenv: ^1.0.0
unhead: ^0.6.7 unhead: ^0.6.9
unimport: ^1.0.0 unimport: ^1.0.0
unplugin: ^1.0.0 unplugin: ^1.0.0
untyped: ^1.0.0 untyped: ^1.0.0
@ -464,7 +464,7 @@ importers:
'@nuxt/telemetry': 2.1.6 '@nuxt/telemetry': 2.1.6
'@nuxt/ui-templates': 0.4.0 '@nuxt/ui-templates': 0.4.0
'@nuxt/vite-builder': link:../vite '@nuxt/vite-builder': link:../vite
'@unhead/ssr': 0.6.7 '@unhead/ssr': 0.6.9
'@vue/reactivity': 3.2.45 '@vue/reactivity': 3.2.45
'@vue/shared': 3.2.45 '@vue/shared': 3.2.45
'@vueuse/head': 1.0.13_vue@3.2.45 '@vueuse/head': 1.0.13_vue@3.2.45
@ -494,7 +494,7 @@ importers:
ultrahtml: 1.0.0 ultrahtml: 1.0.0
unctx: 2.1.0 unctx: 2.1.0
unenv: 1.0.0 unenv: 1.0.0
unhead: 0.6.7 unhead: 0.6.9
unimport: 1.0.0 unimport: 1.0.0
unplugin: 1.0.0 unplugin: 1.0.0
untyped: 1.0.0 untyped: 1.0.0
@ -512,7 +512,7 @@ importers:
specifiers: specifiers:
'@types/lodash.template': ^4 '@types/lodash.template': ^4
'@types/semver': ^7 '@types/semver': ^7
'@unhead/schema': ^0.6.7 '@unhead/schema': ^0.6.9
'@vitejs/plugin-vue': ^3.2.0 '@vitejs/plugin-vue': ^3.2.0
c12: ^1.0.1 c12: ^1.0.1
create-require: ^1.1.1 create-require: ^1.1.1
@ -545,7 +545,7 @@ importers:
devDependencies: devDependencies:
'@types/lodash.template': 4.5.1 '@types/lodash.template': 4.5.1
'@types/semver': 7.3.12 '@types/semver': 7.3.12
'@unhead/schema': 0.6.7 '@unhead/schema': 0.6.9
'@vitejs/plugin-vue': 3.2.0_vite@3.2.4 '@vitejs/plugin-vue': 3.2.0_vite@3.2.4
nitropack: 1.0.0-0 nitropack: 1.0.0-0
unbuild: 0.9.4 unbuild: 0.9.4
@ -1376,14 +1376,14 @@ packages:
pathe: 0.3.9 pathe: 0.3.9
dev: true dev: true
/@nuxtjs/eslint-config-typescript/11.0.0_rmayb2veg2btbq6mbmnyivgasy: /@nuxtjs/eslint-config-typescript/11.0.0_e3uo4sehh4zr4i6m57mkkxxv7y:
resolution: {integrity: sha512-hmFjGtXT524ql8eTbK8BaRkamcXB6Z8YOW8nSQhosTP6oBw9WtOFUeWr7holyE278UhOmx+wDFG90BnyM9D+UA==} resolution: {integrity: sha512-hmFjGtXT524ql8eTbK8BaRkamcXB6Z8YOW8nSQhosTP6oBw9WtOFUeWr7holyE278UhOmx+wDFG90BnyM9D+UA==}
peerDependencies: peerDependencies:
eslint: ^8.23.0 eslint: ^8.23.0
dependencies: dependencies:
'@nuxtjs/eslint-config': 11.0.0_o775arwmhklgton5rs7hied464 '@nuxtjs/eslint-config': 11.0.0_o775arwmhklgton5rs7hied464
'@typescript-eslint/eslint-plugin': 5.38.1_cmrt4jzid5z5bxialr5k6iivze '@typescript-eslint/eslint-plugin': 5.38.1_ferwhcgzg3cwswrcda64z7xpfi
'@typescript-eslint/parser': 5.38.1_rmayb2veg2btbq6mbmnyivgasy '@typescript-eslint/parser': 5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y
eslint: 8.27.0 eslint: 8.27.0
eslint-import-resolver-typescript: 3.5.1_dcpv4nbdr5ks2h5677xdltrk6e eslint-import-resolver-typescript: 3.5.1_dcpv4nbdr5ks2h5677xdltrk6e
eslint-plugin-import: 2.26.0_o775arwmhklgton5rs7hied464 eslint-plugin-import: 2.26.0_o775arwmhklgton5rs7hied464
@ -1917,7 +1917,7 @@ packages:
'@types/yargs-parser': 21.0.0 '@types/yargs-parser': 21.0.0
dev: false dev: false
/@typescript-eslint/eslint-plugin/5.38.1_cmrt4jzid5z5bxialr5k6iivze: /@typescript-eslint/eslint-plugin/5.38.1_ferwhcgzg3cwswrcda64z7xpfi:
resolution: {integrity: sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==} resolution: {integrity: sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -1928,22 +1928,22 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.38.1_rmayb2veg2btbq6mbmnyivgasy '@typescript-eslint/parser': 5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y
'@typescript-eslint/scope-manager': 5.38.1 '@typescript-eslint/scope-manager': 5.38.1
'@typescript-eslint/type-utils': 5.38.1_rmayb2veg2btbq6mbmnyivgasy '@typescript-eslint/type-utils': 5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y
'@typescript-eslint/utils': 5.38.1_rmayb2veg2btbq6mbmnyivgasy '@typescript-eslint/utils': 5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y
debug: 4.3.4 debug: 4.3.4
eslint: 8.27.0 eslint: 8.27.0
ignore: 5.2.0 ignore: 5.2.0
regexpp: 3.2.0 regexpp: 3.2.0
semver: 7.3.8 semver: 7.3.8
tsutils: 3.21.0_typescript@4.8.4 tsutils: 3.21.0_typescript@4.9.3
typescript: 4.8.4 typescript: 4.9.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser/5.38.1_rmayb2veg2btbq6mbmnyivgasy: /@typescript-eslint/parser/5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y:
resolution: {integrity: sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==} resolution: {integrity: sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -1955,10 +1955,10 @@ packages:
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.38.1 '@typescript-eslint/scope-manager': 5.38.1
'@typescript-eslint/types': 5.38.1 '@typescript-eslint/types': 5.38.1
'@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.9.3
debug: 4.3.4 debug: 4.3.4
eslint: 8.27.0 eslint: 8.27.0
typescript: 4.8.4 typescript: 4.9.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -1971,7 +1971,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.38.1 '@typescript-eslint/visitor-keys': 5.38.1
dev: true dev: true
/@typescript-eslint/type-utils/5.38.1_rmayb2veg2btbq6mbmnyivgasy: /@typescript-eslint/type-utils/5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y:
resolution: {integrity: sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==} resolution: {integrity: sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -1981,12 +1981,12 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.9.3
'@typescript-eslint/utils': 5.38.1_rmayb2veg2btbq6mbmnyivgasy '@typescript-eslint/utils': 5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y
debug: 4.3.4 debug: 4.3.4
eslint: 8.27.0 eslint: 8.27.0
tsutils: 3.21.0_typescript@4.8.4 tsutils: 3.21.0_typescript@4.9.3
typescript: 4.8.4 typescript: 4.9.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -1996,7 +1996,7 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/@typescript-eslint/typescript-estree/5.38.1_typescript@4.8.4: /@typescript-eslint/typescript-estree/5.38.1_typescript@4.9.3:
resolution: {integrity: sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==} resolution: {integrity: sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2011,13 +2011,13 @@ packages:
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
semver: 7.3.8 semver: 7.3.8
tsutils: 3.21.0_typescript@4.8.4 tsutils: 3.21.0_typescript@4.9.3
typescript: 4.8.4 typescript: 4.9.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils/5.38.1_rmayb2veg2btbq6mbmnyivgasy: /@typescript-eslint/utils/5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y:
resolution: {integrity: sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==} resolution: {integrity: sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2026,7 +2026,7 @@ packages:
'@types/json-schema': 7.0.11 '@types/json-schema': 7.0.11
'@typescript-eslint/scope-manager': 5.38.1 '@typescript-eslint/scope-manager': 5.38.1
'@typescript-eslint/types': 5.38.1 '@typescript-eslint/types': 5.38.1
'@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4 '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.9.3
eslint: 8.27.0 eslint: 8.27.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.27.0 eslint-utils: 3.0.0_eslint@8.27.0
@ -2049,16 +2049,29 @@ packages:
'@unhead/schema': 0.6.7 '@unhead/schema': 0.6.7
dev: false dev: false
/@unhead/dom/0.6.9:
resolution: {integrity: sha512-fC2nQIOiq097bRWaeUcDPRjP3ucK2N01fyp/KTH2ThjE2hSG0rpXKb/GfF+v+xfIr8o5gK//64KwRHPZ5usrPg==}
dependencies:
'@unhead/schema': 0.6.9
dev: false
/@unhead/schema/0.6.7: /@unhead/schema/0.6.7:
resolution: {integrity: sha512-wVf3Zu7deua63J/HYKoUXUkG0wZLPnKws1DNpSJkhNrjbpdzvsfI08lPIkW1ISqddQiLFXOgcnbhYrhcD7ZZYw==} resolution: {integrity: sha512-wVf3Zu7deua63J/HYKoUXUkG0wZLPnKws1DNpSJkhNrjbpdzvsfI08lPIkW1ISqddQiLFXOgcnbhYrhcD7ZZYw==}
dependencies: dependencies:
'@zhead/schema': 1.0.0-beta.13 '@zhead/schema': 1.0.0-beta.13
hookable: 5.4.2 hookable: 5.4.2
dev: false
/@unhead/ssr/0.6.7: /@unhead/schema/0.6.9:
resolution: {integrity: sha512-jvEJER7dMSEtI6u60OrEz4gwhmQDGbo086HXdIYoT7RoaJ/YQa/CUAHRfLTO6F657iYs42VPFM3yRCVUbexZhA==} resolution: {integrity: sha512-MWx+DP6Os6vYaHjt7BZ0lmIEBX8M/P0am/NoE9xIhGDYzQq+GLxTllE6DJB9QXaMIzpJ2G5ePKOPuxCeaI8TRA==}
dependencies: dependencies:
'@unhead/schema': 0.6.7 '@zhead/schema': 1.0.0-beta.13
hookable: 5.4.2
/@unhead/ssr/0.6.9:
resolution: {integrity: sha512-vD4B1omq/eRhBf1qaYkt5n0hWL5XKc3AeaUKVbJxRquNnBXVch128Wc5q+lXzrzDppbTvSYEUVZMpBpOs6BYWw==}
dependencies:
'@unhead/schema': 0.6.9
dev: false dev: false
/@unhead/vue/0.6.7_vue@3.2.45: /@unhead/vue/0.6.7_vue@3.2.45:
@ -2541,7 +2554,7 @@ packages:
dependencies: dependencies:
'@unhead/dom': 0.6.7 '@unhead/dom': 0.6.7
'@unhead/schema': 0.6.7 '@unhead/schema': 0.6.7
'@unhead/ssr': 0.6.7 '@unhead/ssr': 0.6.9
'@unhead/vue': 0.6.7_vue@3.2.45 '@unhead/vue': 0.6.7_vue@3.2.45
vue: 3.2.45 vue: 3.2.45
dev: false dev: false
@ -4668,7 +4681,7 @@ packages:
eslint-import-resolver-webpack: eslint-import-resolver-webpack:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.38.1_rmayb2veg2btbq6mbmnyivgasy '@typescript-eslint/parser': 5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y
debug: 3.2.7 debug: 3.2.7
eslint: 8.27.0 eslint: 8.27.0
eslint-import-resolver-node: 0.3.6 eslint-import-resolver-node: 0.3.6
@ -4709,7 +4722,7 @@ packages:
'@typescript-eslint/parser': '@typescript-eslint/parser':
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.38.1_rmayb2veg2btbq6mbmnyivgasy '@typescript-eslint/parser': 5.38.1_e3uo4sehh4zr4i6m57mkkxxv7y
array-includes: 3.1.5 array-includes: 3.1.5
array.prototype.flat: 1.3.0 array.prototype.flat: 1.3.0
debug: 2.6.9 debug: 2.6.9
@ -8261,14 +8274,14 @@ packages:
/tslib/2.4.0: /tslib/2.4.0:
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
/tsutils/3.21.0_typescript@4.8.4: /tsutils/3.21.0_typescript@4.9.3:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'} engines: {node: '>= 6'}
peerDependencies: peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies: dependencies:
tslib: 1.14.1 tslib: 1.14.1
typescript: 4.8.4 typescript: 4.9.3
dev: true dev: true
/tunnel-agent/0.6.0: /tunnel-agent/0.6.0:
@ -8341,6 +8354,12 @@ packages:
hasBin: true hasBin: true
dev: true dev: true
/typescript/4.9.3:
resolution: {integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true
/uc.micro/1.0.6: /uc.micro/1.0.6:
resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==}
dev: true dev: true
@ -8430,11 +8449,11 @@ packages:
node-fetch-native: 1.0.1 node-fetch-native: 1.0.1
pathe: 1.0.0 pathe: 1.0.0
/unhead/0.6.7: /unhead/0.6.9:
resolution: {integrity: sha512-YIVkGHHCUXbh0xFItqvJi08uk390ondXr+ge9lYwDiGQms8ykSGkDUbpMEXDrC8WnwoGXFkwaEZXRPIWx4ZxfA==} resolution: {integrity: sha512-2QZz1no7sES2f2QIEBDi/6/K8rAq5svOj73zz9Zo0h+mWnlmBjeMAOwdcbffH5tHYGH6BV4bD8KU+8nto2MquQ==}
dependencies: dependencies:
'@unhead/dom': 0.6.7 '@unhead/dom': 0.6.9
'@unhead/schema': 0.6.7 '@unhead/schema': 0.6.9
hookable: 5.4.2 hookable: 5.4.2
dev: false dev: false
@ -8954,7 +8973,7 @@ packages:
he: 1.2.0 he: 1.2.0
dev: true dev: true
/vue-tsc/1.0.9_typescript@4.8.4: /vue-tsc/1.0.9_typescript@4.9.3:
resolution: {integrity: sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==} resolution: {integrity: sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -8962,7 +8981,7 @@ packages:
dependencies: dependencies:
'@volar/vue-language-core': 1.0.9 '@volar/vue-language-core': 1.0.9
'@volar/vue-typescript': 1.0.9 '@volar/vue-typescript': 1.0.9
typescript: 4.8.4 typescript: 4.9.3
dev: true dev: true
/vue/3.2.45: /vue/3.2.45: