From 8a96e1fe372ffaa25bad9a1bf8cdd017ed322274 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 17 Jan 2024 03:18:21 +0800 Subject: [PATCH] build: update deps to latest --- docs/package.json | 4 +- plugins/plugin-blog-data/package.json | 2 +- plugins/plugin-content-update/package.json | 2 +- plugins/plugin-copy-code/package.json | 2 +- plugins/plugin-iconify/package.json | 2 +- plugins/plugin-netlify-functions/package.json | 4 +- plugins/plugin-notes-data/package.json | 2 +- plugins/plugin-page-collection/package.json | 2 +- plugins/plugin-shikiji/package.json | 6 +- pnpm-lock.yaml | 382 ++++++++++-------- theme/package.json | 4 +- 11 files changed, 238 insertions(+), 174 deletions(-) diff --git a/docs/package.json b/docs/package.json index e0a53520..547aa135 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,8 +16,8 @@ "@vuepress/utils": "2.0.0-rc.0", "anywhere": "^1.6.0", "sass": "^1.69.7", - "sass-loader": "^13.3.3", - "vue": "^3.4.10", + "sass-loader": "^14.0.0", + "vue": "^3.4.14", "vuepress-theme-plume": "workspace:*" } } diff --git a/plugins/plugin-blog-data/package.json b/plugins/plugin-blog-data/package.json index 07ed565b..d82bc81b 100644 --- a/plugins/plugin-blog-data/package.json +++ b/plugins/plugin-blog-data/package.json @@ -42,7 +42,7 @@ "@vuepress/utils": "2.0.0-rc.0", "chokidar": "^3.5.3", "create-filter": "^1.0.1", - "vue": "^3.4.10" + "vue": "^3.4.14" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 9e94a73e..dde27a6d 100644 --- a/plugins/plugin-content-update/package.json +++ b/plugins/plugin-content-update/package.json @@ -39,7 +39,7 @@ "@vuepress/client": "2.0.0-rc.0", "@vuepress/core": "2.0.0-rc.0", "@vuepress/utils": "2.0.0-rc.0", - "vue": "^3.4.10", + "vue": "^3.4.14", "vue-router": "4.2.5" }, "publishConfig": { diff --git a/plugins/plugin-copy-code/package.json b/plugins/plugin-copy-code/package.json index a8eb2977..73dd5e3c 100644 --- a/plugins/plugin-copy-code/package.json +++ b/plugins/plugin-copy-code/package.json @@ -41,7 +41,7 @@ "@vuepress/core": "2.0.0-rc.0", "@vuepress/shared": "2.0.0-rc.0", "@vuepress/utils": "2.0.0-rc.0", - "vue": "^3.4.10" + "vue": "^3.4.14" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-iconify/package.json b/plugins/plugin-iconify/package.json index da489fb4..5f3ae0d2 100644 --- a/plugins/plugin-iconify/package.json +++ b/plugins/plugin-iconify/package.json @@ -41,7 +41,7 @@ "@vuepress/core": "2.0.0-rc.0", "@vuepress/shared": "2.0.0-rc.0", "@vuepress/utils": "2.0.0-rc.0", - "vue": "^3.4.10" + "vue": "^3.4.14" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-netlify-functions/package.json b/plugins/plugin-netlify-functions/package.json index 0666775a..3b1bf26e 100644 --- a/plugins/plugin-netlify-functions/package.json +++ b/plugins/plugin-netlify-functions/package.json @@ -51,11 +51,11 @@ "dotenv": "^16.3.1", "esbuild": "^0.19.11", "execa": "^8.0.1", - "netlify-cli": "^17.13.1", + "netlify-cli": "^17.14.0", "portfinder": "^1.0.32" }, "devDependencies": { - "@types/node": "^20.11.0" + "@types/node": "^20.11.4" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-notes-data/package.json b/plugins/plugin-notes-data/package.json index 93ed1957..f25ac85a 100644 --- a/plugins/plugin-notes-data/package.json +++ b/plugins/plugin-notes-data/package.json @@ -43,7 +43,7 @@ "@vuepress/utils": "2.0.0-rc.0", "chokidar": "^3.5.3", "create-filter": "^1.0.1", - "vue": "^3.4.10" + "vue": "^3.4.14" }, "publishConfig": { "access": "public" diff --git a/plugins/plugin-page-collection/package.json b/plugins/plugin-page-collection/package.json index 1acc8a06..26cb2ae3 100644 --- a/plugins/plugin-page-collection/package.json +++ b/plugins/plugin-page-collection/package.json @@ -37,7 +37,7 @@ "@vuepress/shared": "2.0.0-rc.0", "@vuepress/utils": "2.0.0-rc.0", "leancloud-storage": "^4.15.2", - "vue": "^3.4.10", + "vue": "^3.4.14", "vue-router": "4.2.5", "vuepress-plugin-netlify-functions": "workspace:*" }, diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json index 2089561c..b292052d 100644 --- a/plugins/plugin-shikiji/package.json +++ b/plugins/plugin-shikiji/package.json @@ -36,9 +36,9 @@ "@vuepress/utils": "2.0.0-rc.0", "nanoid": "^5.0.4", "picocolors": "^1.0.0", - "shikiji": "^0.9.18", - "shikiji-transformers": "^0.9.18", - "shikiji-twoslash": "^0.9.18" + "shikiji": "^0.9.19", + "shikiji-transformers": "^0.9.19", + "shikiji-twoslash": "^0.9.19" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf44ee52..36f22864 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,11 +101,11 @@ importers: specifier: ^1.69.7 version: 1.69.7 sass-loader: - specifier: ^13.3.3 - version: 13.3.3(sass@1.69.7)(webpack@5.89.0) + specifier: ^14.0.0 + version: 14.0.0(sass@1.69.7)(webpack@5.89.0) vue: - specifier: ^3.4.10 - version: 3.4.10(typescript@5.3.3) + specifier: ^3.4.14 + version: 3.4.14(typescript@5.3.3) vuepress-theme-plume: specifier: workspace:* version: link:../theme @@ -164,8 +164,8 @@ importers: specifier: ^1.0.1 version: 1.0.1 vue: - specifier: ^3.4.10 - version: 3.4.10(typescript@5.3.3) + specifier: ^3.4.14 + version: 3.4.14(typescript@5.3.3) plugins/plugin-caniuse: dependencies: @@ -198,11 +198,11 @@ importers: specifier: 2.0.0-rc.0 version: 2.0.0-rc.0 vue: - specifier: ^3.4.10 - version: 3.4.10(typescript@5.3.3) + specifier: ^3.4.14 + version: 3.4.14(typescript@5.3.3) vue-router: specifier: 4.2.5 - version: 4.2.5(vue@3.4.10) + version: 4.2.5(vue@3.4.14) plugins/plugin-copy-code: dependencies: @@ -222,14 +222,14 @@ importers: specifier: 2.0.0-rc.0 version: 2.0.0-rc.0 vue: - specifier: ^3.4.10 - version: 3.4.10(typescript@5.3.3) + specifier: ^3.4.14 + version: 3.4.14(typescript@5.3.3) plugins/plugin-iconify: dependencies: '@iconify/vue': specifier: ^4.1.1 - version: 4.1.1(vue@3.4.10) + version: 4.1.1(vue@3.4.14) '@vuepress/client': specifier: 2.0.0-rc.0 version: 2.0.0-rc.0(typescript@5.3.3) @@ -243,8 +243,8 @@ importers: specifier: 2.0.0-rc.0 version: 2.0.0-rc.0 vue: - specifier: ^3.4.10 - version: 3.4.10(typescript@5.3.3) + specifier: ^3.4.14 + version: 3.4.14(typescript@5.3.3) plugins/plugin-netlify-functions: dependencies: @@ -282,15 +282,15 @@ importers: specifier: ^8.0.1 version: 8.0.1 netlify-cli: - specifier: ^17.13.1 - version: 17.13.1(@types/node@20.11.0) + specifier: ^17.14.0 + version: 17.14.0(@types/node@20.11.4) portfinder: specifier: ^1.0.32 version: 1.0.32 devDependencies: '@types/node': - specifier: ^20.11.0 - version: 20.11.0 + specifier: ^20.11.4 + version: 20.11.4 plugins/plugin-notes-data: dependencies: @@ -316,8 +316,8 @@ importers: specifier: ^1.0.1 version: 1.0.1 vue: - specifier: ^3.4.10 - version: 3.4.10(typescript@5.3.3) + specifier: ^3.4.14 + version: 3.4.14(typescript@5.3.3) plugins/plugin-page-collection: dependencies: @@ -340,11 +340,11 @@ importers: specifier: ^4.15.2 version: 4.15.2 vue: - specifier: ^3.4.10 - version: 3.4.10(typescript@5.3.3) + specifier: ^3.4.14 + version: 3.4.14(typescript@5.3.3) vue-router: specifier: 4.2.5 - version: 4.2.5(vue@3.4.10) + version: 4.2.5(vue@3.4.14) vuepress-plugin-netlify-functions: specifier: workspace:* version: link:../plugin-netlify-functions @@ -364,14 +364,14 @@ importers: specifier: ^1.0.0 version: 1.0.0 shikiji: - specifier: ^0.9.18 - version: 0.9.18 + specifier: ^0.9.19 + version: 0.9.19 shikiji-transformers: - specifier: ^0.9.18 - version: 0.9.18 + specifier: ^0.9.19 + version: 0.9.19 shikiji-twoslash: - specifier: ^0.9.18 - version: 0.9.18(typescript@5.3.3) + specifier: ^0.9.19 + version: 0.9.19(typescript@5.3.3) theme: dependencies: @@ -451,8 +451,8 @@ importers: specifier: 2.0.0-rc.0 version: 2.0.0-rc.0 '@vueuse/core': - specifier: ^10.7.1 - version: 10.7.1(vue@3.4.10) + specifier: ^10.7.2 + version: 10.7.2(vue@3.4.14) date-fns: specifier: ^3.2.0 version: 3.2.0 @@ -466,11 +466,11 @@ importers: specifier: ^5.0.4 version: 5.0.4 vue: - specifier: ^3.4.10 - version: 3.4.10(typescript@5.3.3) + specifier: ^3.4.14 + version: 3.4.14(typescript@5.3.3) vue-router: specifier: 4.2.5 - version: 4.2.5(vue@3.4.10) + version: 4.2.5(vue@3.4.14) vuepress-plugin-comment2: specifier: 2.0.0-rc.10 version: 2.0.0-rc.10(typescript@5.3.3) @@ -1933,13 +1933,13 @@ packages: resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} dev: false - /@iconify/vue@4.1.1(vue@3.4.10): + /@iconify/vue@4.1.1(vue@3.4.14): resolution: {integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg==} peerDependencies: vue: '>=3' dependencies: '@iconify/types': 2.0.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) dev: false /@import-maps/resolve@1.0.1: @@ -1967,7 +1967,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.11.0 + '@types/node': 20.11.4 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: false @@ -2467,8 +2467,8 @@ packages: resolution: {integrity: sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw==} dev: false - /@netlify/blobs@6.3.1: - resolution: {integrity: sha512-JjLz3WW7Wp6NVwQtDxPpWio4L3u9pnnDXnQ7Q16zgAFE9IA1rSjZVSsyOQrtkiBQIxaJ1Zr5eky8vrXJ5mdRWg==} + /@netlify/blobs@6.4.1: + resolution: {integrity: sha512-2n65VaF8llxBl8cfOFVgXff4soZbEXSXekuux0airJ2RFSufqP4rloIWl0mvs75JQ0xLsFAoLLgPMcRNuECQqw==} engines: {node: ^14.16.0 || >=16.0.0} dev: false @@ -2488,8 +2488,8 @@ packages: yargs: 17.7.2 dev: false - /@netlify/build@29.31.5(@types/node@20.11.0): - resolution: {integrity: sha512-NycFWMdCjCd0mPvWLpJucWzEedrxQSzeeMftA7lP00j3lGVRxqy+5WGfMGjEhAq6GNHTBoYUKTxdEeFJv3wesA==} + /@netlify/build@29.32.0(@types/node@20.11.4): + resolution: {integrity: sha512-J0Zx2MCrtFqN9Nmp1uE4exB/5Fqlf/5YuSgaRu6GsjLINzEbhCKVv2ZksMbbMxc0c/cuemcmK9IomFT3GWIeTA==} engines: {node: ^14.16.0 || >=16.0.0} hasBin: true peerDependencies: @@ -2499,7 +2499,7 @@ packages: optional: true dependencies: '@bugsnag/js': 7.20.2 - '@netlify/blobs': 6.3.1 + '@netlify/blobs': 6.4.1 '@netlify/cache-utils': 5.1.5 '@netlify/config': 20.10.1 '@netlify/edge-bundler': 10.1.3(supports-color@9.2.2) @@ -2552,7 +2552,7 @@ packages: strip-ansi: 7.1.0 supports-color: 9.2.2 terminal-link: 3.0.0 - ts-node: 10.9.2(@types/node@20.11.0)(typescript@5.3.3) + ts-node: 10.9.2(@types/node@20.11.4)(typescript@5.3.3) typescript: 5.3.3 uuid: 9.0.0 yargs: 17.7.2 @@ -3632,26 +3632,26 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/bonjour@3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/connect-history-api-fallback@1.3.5: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.33 - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/cookiejar@2.1.2: @@ -3685,7 +3685,7 @@ packages: /@types/express-serve-static-core@4.17.33: resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 dev: false @@ -3703,7 +3703,7 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.1 - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/hash-sum@1.0.2: @@ -3721,7 +3721,7 @@ packages: /@types/http-proxy@1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/istanbul-lib-coverage@2.0.4: @@ -3746,7 +3746,7 @@ packages: /@types/jsonfile@6.1.1: resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/katex@0.16.7: @@ -3809,8 +3809,8 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node@20.11.0: - resolution: {integrity: sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==} + /@types/node@20.11.4: + resolution: {integrity: sha512-6I0fMH8Aoy2lOejL3s4LhyIYX34DPwY8bl5xlNjBvUEk8OHrcuzsFt+Ied4LvJihbtXPM+8zUqdydfIti86v9g==} dependencies: undici-types: 5.26.5 @@ -3841,7 +3841,7 @@ packages: /@types/sax@1.2.4: resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/semver@7.5.0: @@ -3858,13 +3858,13 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.0 - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/sockjs@0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/superagent@4.1.15: @@ -3872,7 +3872,7 @@ packages: deprecated: '[WARNING] Use 4.1.14 instead of 4.1.15, reason: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/58445' dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/trusted-types@2.0.2: @@ -3893,13 +3893,13 @@ packages: /@types/ws@7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/ws@8.5.5: resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false /@types/yargs-parser@21.0.0: @@ -3916,7 +3916,7 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 dev: false optional: true @@ -4154,7 +4154,7 @@ packages: - supports-color dev: false - /@vitejs/plugin-vue@4.5.0(vite@5.0.11)(vue@3.4.10): + /@vitejs/plugin-vue@4.5.0(vite@5.0.11)(vue@3.4.14): resolution: {integrity: sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -4162,7 +4162,7 @@ packages: vue: ^3.2.25 dependencies: vite: 5.0.11(@types/node@20.9.1)(sass@1.69.7) - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) dev: false /@vue/compiler-core@3.4.10: @@ -4174,12 +4174,29 @@ packages: estree-walker: 2.0.2 source-map-js: 1.0.2 + /@vue/compiler-core@3.4.14: + resolution: {integrity: sha512-ro4Zzl/MPdWs7XwxT7omHRxAjMbDFRZEEjD+2m3NBf8YzAe3HuoSEZosXQo+m1GQ1G3LQ1LdmNh1RKTYe+ssEg==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/shared': 3.4.14 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.0.2 + dev: false + /@vue/compiler-dom@3.4.10: resolution: {integrity: sha512-QAALBJksIFpXGYuo74rtMgnwpVZDvd3kYbUa4gYX9s/5QiqEvZSgbKtOdUGydXcxKPt3ifC+0/bhPVHXN2694A==} dependencies: '@vue/compiler-core': 3.4.10 '@vue/shared': 3.4.10 + /@vue/compiler-dom@3.4.14: + resolution: {integrity: sha512-nOZTY+veWNa0DKAceNWxorAbWm0INHdQq7cejFaWM1WYnoNSJbSEKYtE7Ir6lR/+mo9fttZpPVI9ZFGJ1juUEQ==} + dependencies: + '@vue/compiler-core': 3.4.14 + '@vue/shared': 3.4.14 + dev: false + /@vue/compiler-sfc@3.4.10: resolution: {integrity: sha512-sTOssaQySgrMjrhZxmAqdp6n+E51VteIVIDaOR537H2P63DyzMmig21U0XXFxiXmMIfrK91lAInnc+bIAYemGw==} dependencies: @@ -4193,45 +4210,66 @@ packages: postcss: 8.4.33 source-map-js: 1.0.2 + /@vue/compiler-sfc@3.4.14: + resolution: {integrity: sha512-1vHc9Kv1jV+YBZC/RJxQJ9JCxildTI+qrhtDh6tPkR1O8S+olBUekimY0km0ZNn8nG1wjtFAe9XHij+YLR8cRQ==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/compiler-core': 3.4.14 + '@vue/compiler-dom': 3.4.14 + '@vue/compiler-ssr': 3.4.14 + '@vue/shared': 3.4.14 + estree-walker: 2.0.2 + magic-string: 0.30.5 + postcss: 8.4.33 + source-map-js: 1.0.2 + dev: false + /@vue/compiler-ssr@3.4.10: resolution: {integrity: sha512-Y90TL1abretWbUiK5rv+9smS1thCHE5sSuhZgiLh6cxgZ2Pcy3BEvDd3reID0iwNcTdMbTeE6NI3Aq4Mux6hqQ==} dependencies: '@vue/compiler-dom': 3.4.10 '@vue/shared': 3.4.10 + /@vue/compiler-ssr@3.4.14: + resolution: {integrity: sha512-bXT6+oAGlFjTYVOTtFJ4l4Jab1wjsC0cfSfOe2B4Z0N2vD2zOBSQ9w694RsCfhjk+bC2DY5Gubb1rHZVii107Q==} + dependencies: + '@vue/compiler-dom': 3.4.14 + '@vue/shared': 3.4.14 + dev: false + /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} dev: false - /@vue/reactivity@3.4.10: - resolution: {integrity: sha512-SmGGpo37LzPcAFTopHNIJRNVOQfma9YgyPkAzx9/TJ01lbCCYigS28hEcY1hjiJ1PRK8iVX62Ov5yzmUgYH/pQ==} + /@vue/reactivity@3.4.14: + resolution: {integrity: sha512-xRYwze5Q4tK7tT2J4uy4XLhK/AIXdU5EBUu9PLnIHcOKXO0uyXpNNMzlQKuq7B+zwtq6K2wuUL39pHA6ZQzObw==} dependencies: - '@vue/shared': 3.4.10 + '@vue/shared': 3.4.14 dev: false - /@vue/runtime-core@3.4.10: - resolution: {integrity: sha512-Ri2Cz9sFr66AEUewGUK8IXhIUAhshTHVUGuJR8pqMbtjIds+zPa8QPO5UZImGMQ8HTY7eEpKwztCct9V3+Iqug==} + /@vue/runtime-core@3.4.14: + resolution: {integrity: sha512-qu+NMkfujCoZL6cfqK5NOfxgXJROSlP2ZPs4CTcVR+mLrwl4TtycF5Tgo0QupkdBL+2kigc6EsJlTcuuZC1NaQ==} dependencies: - '@vue/reactivity': 3.4.10 - '@vue/shared': 3.4.10 + '@vue/reactivity': 3.4.14 + '@vue/shared': 3.4.14 dev: false - /@vue/runtime-dom@3.4.10: - resolution: {integrity: sha512-ROsdi5M2niRDmjXJNZ8KKiGwXyG1FO8l9n6sCN0kaJEHbjWkuigu96YAI3fK/AWUZPSXXEcMEBVPC6rL3mmUuA==} + /@vue/runtime-dom@3.4.14: + resolution: {integrity: sha512-B85XmcR4E7XsirEHVqhmy4HPbRT9WLFWV9Uhie3OapV9m1MEN9+Er6hmUIE6d8/l2sUygpK9RstFM2bmHEUigA==} dependencies: - '@vue/runtime-core': 3.4.10 - '@vue/shared': 3.4.10 + '@vue/runtime-core': 3.4.14 + '@vue/shared': 3.4.14 csstype: 3.1.3 dev: false - /@vue/server-renderer@3.4.10(vue@3.4.10): - resolution: {integrity: sha512-WpCBAhesLq44JKWfdFqb+Bi4ACUW0d8x1z90GnE0spccsAlEDMXV5nm+pwXLyW0OdP2iPrO/n/QMJh4B1v9Ciw==} + /@vue/server-renderer@3.4.14(vue@3.4.14): + resolution: {integrity: sha512-pwSKXQfYdJBTpvWHGEYI+akDE18TXAiLcGn+Q/2Fj8wQSHWztoo7PSvfMNqu6NDhp309QXXbPFEGCU5p85HqkA==} peerDependencies: - vue: 3.4.10 + vue: 3.4.14 dependencies: - '@vue/compiler-ssr': 3.4.10 - '@vue/shared': 3.4.10 - vue: 3.4.10(typescript@5.3.3) + '@vue/compiler-ssr': 3.4.14 + '@vue/shared': 3.4.14 + vue: 3.4.14(typescript@5.3.3) dev: false /@vue/shared@3.3.13: @@ -4241,10 +4279,14 @@ packages: /@vue/shared@3.4.10: resolution: {integrity: sha512-C0mIVhwW1xQLMFyqMJxnhq6fWyE02lCgcE+TDdtGpg6B3H6kh/0YcqS54qYc76UJNlWegf3VgsLqgk6D9hBmzQ==} + /@vue/shared@3.4.14: + resolution: {integrity: sha512-nmi3BtLpvqXAWoRZ6HQ+pFJOHBU4UnH3vD3opgmwXac7vhaHKA9nj1VeGjMggdB9eLtW83eHyPCmOU1qzdsC7Q==} + dev: false + /@vuepress/bundler-vite@2.0.0-rc.0(@types/node@20.9.1)(sass@1.69.7)(typescript@5.3.3): resolution: {integrity: sha512-rX8S8IYpqqlJfNPstS/joorpxXx/4WuE7+gDM31i2HUrxOKGZVzq8ZsRRRU2UdoTwHZSd3LpUS4sMtxE5xLK1A==} dependencies: - '@vitejs/plugin-vue': 4.5.0(vite@5.0.11)(vue@3.4.10) + '@vitejs/plugin-vue': 4.5.0(vite@5.0.11)(vue@3.4.14) '@vuepress/client': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/core': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/shared': 2.0.0-rc.0 @@ -4255,8 +4297,8 @@ packages: postcss-load-config: 4.0.1(postcss@8.4.31) rollup: 4.4.1 vite: 5.0.11(@types/node@20.9.1)(sass@1.69.7) - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) transitivePeerDependencies: - '@types/node' - '@vue/composition-api' @@ -4292,9 +4334,9 @@ packages: postcss-csso: 6.0.1(postcss@8.4.31) postcss-loader: 7.3.3(postcss@8.4.31)(webpack@5.89.0) style-loader: 3.3.3(webpack@5.89.0) - vue: 3.4.10(typescript@5.3.3) - vue-loader: 17.3.1(@vue/compiler-sfc@3.4.10)(vue@3.4.10)(webpack@5.89.0) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-loader: 17.3.1(@vue/compiler-sfc@3.4.10)(vue@3.4.14)(webpack@5.89.0) + vue-router: 4.2.5(vue@3.4.14) webpack: 5.89.0 webpack-chain: 6.5.1 webpack-dev-server: 4.15.1(webpack@5.89.0) @@ -4335,9 +4377,9 @@ packages: dependencies: '@vue/devtools-api': 6.5.1 '@vuepress/shared': 2.0.0-rc.0 - '@vueuse/core': 10.7.1(vue@3.4.10) - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + '@vueuse/core': 10.7.1(vue@3.4.14) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) transitivePeerDependencies: - '@vue/composition-api' - typescript @@ -4350,7 +4392,7 @@ packages: '@vuepress/markdown': 2.0.0-rc.0(patch_hash=zvwmijlesxcdy3i4trojywcm7y) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4388,8 +4430,8 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/utils': 2.0.0-rc.0 ts-debounce: 4.0.0 - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4422,10 +4464,10 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.1(vue@3.4.10) + '@vueuse/core': 10.7.2(vue@3.4.14) ts-debounce: 4.0.0 - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -4445,7 +4487,7 @@ packages: '@vuepress/markdown': 2.0.0-rc.0(patch_hash=zvwmijlesxcdy3i4trojywcm7y) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4471,7 +4513,7 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/utils': 2.0.0-rc.0 medium-zoom: 1.1.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4484,8 +4526,8 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/core': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/utils': 2.0.0-rc.0 - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4512,8 +4554,8 @@ packages: '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 chokidar: 3.5.3 - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4528,7 +4570,7 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4541,8 +4583,8 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/core': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/utils': 2.0.0-rc.0 - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4574,13 +4616,25 @@ packages: - supports-color dev: false - /@vueuse/core@10.7.1(vue@3.4.10): + /@vueuse/core@10.7.1(vue@3.4.14): resolution: {integrity: sha512-74mWHlaesJSWGp1ihg76vAnfVq9NTv1YT0SYhAQ6zwFNdBkkP+CKKJmVOEHcdSnLXCXYiL5e7MaewblfiYLP7g==} dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.7.1 - '@vueuse/shared': 10.7.1(vue@3.4.10) - vue-demi: 0.14.6(vue@3.4.10) + '@vueuse/shared': 10.7.1(vue@3.4.14) + vue-demi: 0.14.6(vue@3.4.14) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + + /@vueuse/core@10.7.2(vue@3.4.14): + resolution: {integrity: sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==} + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 10.7.2 + '@vueuse/shared': 10.7.2(vue@3.4.14) + vue-demi: 0.14.6(vue@3.4.14) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4590,10 +4644,23 @@ packages: resolution: {integrity: sha512-jX8MbX5UX067DYVsbtrmKn6eG6KMcXxLRLlurGkZku5ZYT3vxgBjui2zajvUZ18QLIjrgBkFRsu7CqTAg18QFw==} dev: false - /@vueuse/shared@10.7.1(vue@3.4.10): + /@vueuse/metadata@10.7.2: + resolution: {integrity: sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==} + dev: false + + /@vueuse/shared@10.7.1(vue@3.4.14): resolution: {integrity: sha512-v0jbRR31LSgRY/C5i5X279A/WQjD6/JsMzGa+eqt658oJ75IvQXAeONmwvEMrvJQKnRElq/frzBR7fhmWY5uLw==} dependencies: - vue-demi: 0.14.6(vue@3.4.10) + vue-demi: 0.14.6(vue@3.4.14) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + + /@vueuse/shared@10.7.2(vue@3.4.14): + resolution: {integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==} + dependencies: + vue-demi: 0.14.6(vue@3.4.14) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -9808,7 +9875,7 @@ packages: engines: {node: '>= 10'} dev: false - /ipx@2.0.1(@netlify/blobs@6.3.1): + /ipx@2.0.1(@netlify/blobs@6.4.1): resolution: {integrity: sha512-+EyZiVNosYr3hu3F5+5GripTBLjKmSPTvcy3YdT4zxlhqHQJ2gUopLGxpfv9Wd11YgeiPh53ysbtG+ZNIOVF4A==} hasBin: true dependencies: @@ -9826,7 +9893,7 @@ packages: sharp: 0.32.6 svgo: 3.0.3 ufo: 1.3.1 - unstorage: 1.10.1(@netlify/blobs@6.3.1) + unstorage: 1.10.1(@netlify/blobs@6.4.1) xss: 1.0.14 transitivePeerDependencies: - '@azure/app-configuration' @@ -10222,7 +10289,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.11.0 + '@types/node': 20.11.4 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -11475,16 +11542,16 @@ packages: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} dev: false - /netlify-cli@17.13.1(@types/node@20.11.0): - resolution: {integrity: sha512-Ql+KQ/ag7fSwu7oj9oQpD7Lso2s3TplytOjXcZkLi2YIXJ11cGXv/WOmq2ZXyMp10J0gPg4iBTYKWsVjAzKISA==} + /netlify-cli@17.14.0(@types/node@20.11.4): + resolution: {integrity: sha512-XnsJa27+tDSdUm/CbCgMZa6uYl0VwnQR2FuTOuQlJwChuVYesIO+cx4adRH66Z06qOkWZ8UV1mxPiXWsB6TrjQ==} engines: {node: '>=18.14.0'} hasBin: true requiresBuild: true dependencies: '@bugsnag/js': 7.20.2 '@fastify/static': 6.10.2 - '@netlify/blobs': 6.3.1 - '@netlify/build': 29.31.5(@types/node@20.11.0) + '@netlify/blobs': 6.4.1 + '@netlify/build': 29.32.0(@types/node@20.11.4) '@netlify/build-info': 7.11.4 '@netlify/config': 20.10.1 '@netlify/edge-bundler': 11.0.0 @@ -11539,7 +11606,7 @@ packages: https-proxy-agent: 5.0.1(supports-color@9.2.2) inquirer: 6.5.2 inquirer-autocomplete-prompt: 1.4.0(inquirer@6.5.2) - ipx: 2.0.1(@netlify/blobs@6.3.1) + ipx: 2.0.1(@netlify/blobs@6.4.1) is-docker: 3.0.0 is-stream: 3.0.0 is-wsl: 2.2.0 @@ -13382,18 +13449,15 @@ packages: /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader@13.3.3(sass@1.69.7)(webpack@5.89.0): - resolution: {integrity: sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==} - engines: {node: '>= 14.15.0'} + /sass-loader@14.0.0(sass@1.69.7)(webpack@5.89.0): + resolution: {integrity: sha512-oceP9wWbep/yRJ2+sMbCzk0UsXsDzdNis+N8nu9i5GwPXjy6v3DNB6TqfJLSpPO9k4+B8x8p/CEgjA9ZLkoLug==} + engines: {node: '>= 18.12.0'} peerDependencies: - fibers: '>= 3.1.0' node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 sass: ^1.3.0 sass-embedded: '*' webpack: ^5.0.0 peerDependenciesMeta: - fibers: - optional: true node-sass: optional: true sass: @@ -13611,30 +13675,30 @@ packages: /shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - /shikiji-core@0.9.18: - resolution: {integrity: sha512-PKTXptbrp/WEDjNHV8OFG9KkfhmR0pSd161kzlDDlgQ0HXAnqJYNDSjqsy1CYZMx5bSvLMy42yJj9oFTqmkNTQ==} + /shikiji-core@0.9.19: + resolution: {integrity: sha512-AFJu/vcNT21t0e6YrfadZ+9q86gvPum6iywRyt1OtIPjPFe25RQnYJyxHQPMLKCCWA992TPxmEmbNcOZCAJclw==} dev: false - /shikiji-transformers@0.9.18: - resolution: {integrity: sha512-lvKVfgx1ETDqUNxqiUn+whlnjQiunsAg76DOpzjjxkHE/bLcwa+jrghcMxQhui86SLR1tzCdM4Imh+RxW0LI2Q==} + /shikiji-transformers@0.9.19: + resolution: {integrity: sha512-lGLI7Z8frQrIBbhZ74/eiJtxMoCQRbpaHEB+gcfvdIy+ZFaAtXncJGnc52932/UET+Y4GyKtwwC/vjWUCp+c/Q==} dependencies: - shikiji: 0.9.18 + shikiji: 0.9.19 dev: false - /shikiji-twoslash@0.9.18(typescript@5.3.3): - resolution: {integrity: sha512-+Np6QAdV244p6CVofefszrRWdcmbUNvTXaGV4V+wjKRyfp8jVTUtxjuVjtG7e3vyA8Nu989K99CCjhcTQOuEaw==} + /shikiji-twoslash@0.9.19(typescript@5.3.3): + resolution: {integrity: sha512-wwF5GWEZuIFWjGioqPygcnnQmEduK5bdV9L2AzjmEVJD7Xt1Zg/K8bN7StxPBR/1xmbJ9RnHYeFvqCxySpXEsw==} dependencies: '@typescript/twoslash': 3.2.4(typescript@5.3.3) - shikiji-core: 0.9.18 + shikiji-core: 0.9.19 transitivePeerDependencies: - supports-color - typescript dev: false - /shikiji@0.9.18: - resolution: {integrity: sha512-/tFMIdV7UQklzN13VjF0/XFzmii6C606Jc878hNezvB8ZR8FG8FW9j0I4J9EJre0owlnPntgLVPpHqy27Gs+DQ==} + /shikiji@0.9.19: + resolution: {integrity: sha512-Kw2NHWktdcdypCj1GkKpXH4o6Vxz8B8TykPlPuLHOGSV8VkhoCLcFOH4k19K4LXAQYRQmxg+0X/eM+m2sLhAkg==} dependencies: - shikiji-core: 0.9.18 + shikiji-core: 0.9.19 dev: false /side-channel@1.0.4: @@ -14755,7 +14819,7 @@ packages: resolution: {integrity: sha512-+1iDGY6NmOGidq7i7xZGA4cm8DAa6fqdYcvO5Z6yBevH++Bdo9Qt/mN0TzHUgcCcKv1gmh9+W5dHqz8pMWbCbg==} dev: false - /ts-node@10.9.2(@types/node@20.11.0)(typescript@5.3.3): + /ts-node@10.9.2(@types/node@20.11.4)(typescript@5.3.3): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -14774,7 +14838,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 20.11.0 + '@types/node': 20.11.4 acorn: 8.11.3 acorn-walk: 8.2.0 arg: 4.1.3 @@ -15019,7 +15083,7 @@ packages: isobject: 3.0.1 dev: false - /unstorage@1.10.1(@netlify/blobs@6.3.1): + /unstorage@1.10.1(@netlify/blobs@6.4.1): resolution: {integrity: sha512-rWQvLRfZNBpF+x8D3/gda5nUCQL2PgXy2jNG4U7/Rc9BGEv9+CAJd0YyGCROUBKs9v49Hg8huw3aih5Bf5TAVw==} peerDependencies: '@azure/app-configuration': ^1.4.1 @@ -15060,7 +15124,7 @@ packages: idb-keyval: optional: true dependencies: - '@netlify/blobs': 6.3.1 + '@netlify/blobs': 6.4.1 anymatch: 3.1.3 chokidar: 3.5.3 destr: 2.0.2 @@ -15246,7 +15310,7 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vue-demi@0.14.6(vue@3.4.10): + /vue-demi@0.14.6(vue@3.4.14): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} hasBin: true @@ -15258,7 +15322,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) dev: false /vue-eslint-parser@9.3.2(eslint@8.56.0): @@ -15279,7 +15343,7 @@ packages: - supports-color dev: true - /vue-loader@17.3.1(@vue/compiler-sfc@3.4.10)(vue@3.4.10)(webpack@5.89.0): + /vue-loader@17.3.1(@vue/compiler-sfc@3.4.10)(vue@3.4.14)(webpack@5.89.0): resolution: {integrity: sha512-nmVu7KU8geOyzsStyyaxID/uBGDMS8BkPXb6Lu2SNkMawriIbb+hYrNtgftHMKxOSkjjjTF5OSSwPo3KP59egg==} peerDependencies: '@vue/compiler-sfc': '*' @@ -15294,33 +15358,33 @@ packages: '@vue/compiler-sfc': 3.4.10 chalk: 4.1.2 hash-sum: 2.0.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) watchpack: 2.4.0 webpack: 5.89.0 dev: false - /vue-router@4.2.5(vue@3.4.10): + /vue-router@4.2.5(vue@3.4.14): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) dev: false - /vue@3.4.10(typescript@5.3.3): - resolution: {integrity: sha512-c+O8qGqdWPF9joTCzMGeDDedViooh6c8RY3+eW5+6GCAIY8YjChmU06LsUu0PnMZbIk1oKUoJTqKzmghYtFypw==} + /vue@3.4.14(typescript@5.3.3): + resolution: {integrity: sha512-Rop5Al/ZcBbBz+KjPZaZDgHDX0kUP4duEzDbm+1o91uxYUNmJrZSBuegsNIJvUGy+epLevNRNhLjm08VKTgGyw==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.10 - '@vue/compiler-sfc': 3.4.10 - '@vue/runtime-dom': 3.4.10 - '@vue/server-renderer': 3.4.10(vue@3.4.10) - '@vue/shared': 3.4.10 + '@vue/compiler-dom': 3.4.14 + '@vue/compiler-sfc': 3.4.14 + '@vue/runtime-dom': 3.4.14 + '@vue/server-renderer': 3.4.14(vue@3.4.14) + '@vue/shared': 3.4.14 typescript: 5.3.3 dev: false @@ -15355,8 +15419,8 @@ packages: '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 giscus: 1.4.0 - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) vuepress-plugin-sass-palette: 2.0.0-rc.10(typescript@5.3.3) vuepress-shared: 2.0.0-rc.10(typescript@5.3.3) transitivePeerDependencies: @@ -15447,12 +15511,12 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.1(vue@3.4.10) + '@vueuse/core': 10.7.2(vue@3.4.14) balloon-css: 1.2.0 js-yaml: 4.1.0 katex: 0.16.9 - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) vuepress-plugin-sass-palette: 2.0.0-rc.10(typescript@5.3.3) vuepress-shared: 2.0.0-rc.10(typescript@5.3.3) transitivePeerDependencies: @@ -15478,7 +15542,7 @@ packages: optional: true dependencies: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.3) - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.14(typescript@5.3.3) vuepress-shared: 2.0.0-rc.10(typescript@5.3.3) transitivePeerDependencies: - '@vue/composition-api' @@ -15582,7 +15646,7 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.3) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.1(vue@3.4.10) + '@vueuse/core': 10.7.2(vue@3.4.14) cheerio: 1.0.0-rc.12 dayjs: 1.11.10 execa: 8.0.1 @@ -15590,8 +15654,8 @@ packages: gray-matter: 4.0.3 semver: 7.5.4 striptags: 3.2.0 - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vue: 3.4.14(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.14) transitivePeerDependencies: - '@vue/composition-api' - supports-color diff --git a/theme/package.json b/theme/package.json index 2e466682..bde5acf6 100644 --- a/theme/package.json +++ b/theme/package.json @@ -77,12 +77,12 @@ "@vuepress/plugin-toc": "2.0.0-rc.0", "@vuepress/shared": "2.0.0-rc.0", "@vuepress/utils": "2.0.0-rc.0", - "@vueuse/core": "^10.7.1", + "@vueuse/core": "^10.7.2", "date-fns": "^3.2.0", "katex": "^0.16.9", "lodash.merge": "^4.6.2", "nanoid": "^5.0.4", - "vue": "^3.4.10", + "vue": "^3.4.14", "vue-router": "4.2.5", "vuepress-plugin-comment2": "2.0.0-rc.10", "vuepress-plugin-md-enhance": "2.0.0-rc.10",