Merge pull request #15 from Kizuren/dependabot/npm_and_yarn/multi-244fab8cbc

Bump @nuxtjs/mdc and @nuxt/content
This commit is contained in:
Kizuren 2025-09-26 07:20:07 +02:00 committed by GitHub
commit e3b91cfc59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 143 additions and 168 deletions

309
package-lock.json generated
View file

@ -7,7 +7,7 @@
"name": "nuxt-app", "name": "nuxt-app",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@nuxt/content": "^3.6.3", "@nuxt/content": "^3.7.1",
"@nuxt/eslint": "^1.9.0", "@nuxt/eslint": "^1.9.0",
"@nuxt/fonts": "^0.11.4", "@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^2.0.0", "@nuxt/icon": "^2.0.0",
@ -1707,24 +1707,25 @@
} }
}, },
"node_modules/@nuxt/content": { "node_modules/@nuxt/content": {
"version": "3.6.3", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/@nuxt/content/-/content-3.6.3.tgz", "resolved": "https://registry.npmjs.org/@nuxt/content/-/content-3.7.1.tgz",
"integrity": "sha512-AF9/h5YWLXqQi8m1T40lEQLw7zeV98+LdcHRVrrYsWnFKiScRzJhtn+4uzYqUCKx7KPuXK1GszOvUrY3Ke0Q2w==", "integrity": "sha512-QjUyxvC3IhLca9gZuGGZslL+L2PkxFwiPD/fbXN1X0EuUfbe17H/AMt53ZRezWrxs6MOaLbyWLHzcllcjEB/jQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@nuxt/kit": "^3.17.6", "@nuxt/kit": "^4.1.1",
"@nuxtjs/mdc": "0.17.0", "@nuxtjs/mdc": "^0.17.4",
"@shikijs/langs": "^3.7.0", "@shikijs/langs": "^3.12.2",
"@sqlite.org/sqlite-wasm": "3.50.1-build1", "@sqlite.org/sqlite-wasm": "3.50.4-build1",
"@standard-schema/spec": "^1.0.0",
"@webcontainer/env": "^1.1.1", "@webcontainer/env": "^1.1.1",
"c12": "^3.0.4", "c12": "^3.2.0",
"chokidar": "^4.0.3", "chokidar": "^4.0.3",
"consola": "^3.4.2", "consola": "^3.4.2",
"db0": "^0.3.2", "db0": "^0.3.2",
"defu": "^6.1.4", "defu": "^6.1.4",
"destr": "^2.0.5", "destr": "^2.0.5",
"git-url-parse": "^16.1.0", "git-url-parse": "^16.1.0",
"jiti": "^2.4.2", "jiti": "^2.5.1",
"json-schema-to-typescript": "^15.0.4", "json-schema-to-typescript": "^15.0.4",
"knitwork": "^1.2.0", "knitwork": "^1.2.0",
"listhen": "^1.9.0", "listhen": "^1.9.0",
@ -1738,31 +1739,34 @@
"micromatch": "^4.0.8", "micromatch": "^4.0.8",
"minimark": "^0.2.0", "minimark": "^0.2.0",
"minimatch": "^10.0.3", "minimatch": "^10.0.3",
"nuxt-component-meta": "^0.12.1", "nuxt-component-meta": "^0.14.0",
"nypm": "^0.6.0", "nypm": "^0.6.1",
"ohash": "^2.0.11", "ohash": "^2.0.11",
"pathe": "^2.0.3", "pathe": "^2.0.3",
"pkg-types": "^2.2.0", "pkg-types": "^2.3.0",
"remark-mdc": "^3.6.0", "remark-mdc": "^3.6.0",
"scule": "^1.3.0", "scule": "^1.3.0",
"shiki": "^3.7.0", "shiki": "^3.12.2",
"slugify": "^1.6.6", "slugify": "^1.6.6",
"socket.io-client": "^4.8.1", "socket.io-client": "^4.8.1",
"tar": "^7.4.3", "tar": "^7.4.3",
"tinyglobby": "^0.2.14", "tinyglobby": "^0.2.15",
"ufo": "^1.6.1", "ufo": "^1.6.1",
"unctx": "^2.4.1",
"unified": "^11.0.5", "unified": "^11.0.5",
"unist-util-stringify-position": "^4.0.0", "unist-util-stringify-position": "^4.0.0",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"ws": "^8.18.3", "ws": "^8.18.3",
"zod": "^3.25.72", "zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6" "zod-to-json-schema": "^3.24.6"
}, },
"peerDependencies": { "peerDependencies": {
"@electric-sql/pglite": "*", "@electric-sql/pglite": "*",
"@libsql/client": "*", "@libsql/client": "*",
"better-sqlite3": "^12.0.0", "@valibot/to-json-schema": "^1.0.0",
"sqlite3": "*" "better-sqlite3": "^12.2.0",
"sqlite3": "*",
"valibot": "^1.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@electric-sql/pglite": { "@electric-sql/pglite": {
@ -1771,81 +1775,53 @@
"@libsql/client": { "@libsql/client": {
"optional": true "optional": true
}, },
"@valibot/to-json-schema": {
"optional": true
},
"better-sqlite3": { "better-sqlite3": {
"optional": true "optional": true
}, },
"sqlite3": { "sqlite3": {
"optional": true "optional": true
} },
} "valibot": {
},
"node_modules/@nuxt/content/node_modules/@nuxtjs/mdc": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/mdc/-/mdc-0.17.0.tgz",
"integrity": "sha512-5HFJ2Xatl4oSfEZuYRJhzYhVHNvb31xc9Tu/qfXpRIWeQsQphqjaV3wWB5VStZYEHpTw1i6Hzyz/ojQZVl4qPg==",
"license": "MIT",
"dependencies": {
"@nuxt/kit": "^3.16.2",
"@shikijs/langs": "^3.3.0",
"@shikijs/themes": "^3.3.0",
"@shikijs/transformers": "^3.3.0",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@vue/compiler-core": "^3.5.13",
"consola": "^3.4.2",
"debug": "4.4.0",
"defu": "^6.1.4",
"destr": "^2.0.5",
"detab": "^3.0.2",
"github-slugger": "^2.0.0",
"hast-util-format": "^1.1.0",
"hast-util-to-mdast": "^10.1.2",
"hast-util-to-string": "^3.0.1",
"mdast-util-to-hast": "^13.2.0",
"micromark-util-sanitize-uri": "^2.0.1",
"parse5": "^7.3.0",
"pathe": "^2.0.3",
"property-information": "^7.0.0",
"rehype-external-links": "^3.0.0",
"rehype-minify-whitespace": "^6.0.2",
"rehype-raw": "^7.0.0",
"rehype-remark": "^10.0.1",
"rehype-slug": "^6.0.0",
"rehype-sort-attribute-values": "^5.0.1",
"rehype-sort-attributes": "^5.0.1",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.1",
"remark-mdc": "v3.6.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"scule": "^1.3.0",
"shiki": "^3.3.0",
"ufo": "^1.6.1",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"unwasm": "^0.3.9",
"vfile": "^6.0.3"
}
},
"node_modules/@nuxt/content/node_modules/debug": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true "optional": true
} }
} }
}, },
"node_modules/@nuxt/content/node_modules/@nuxt/kit": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.1.2.tgz",
"integrity": "sha512-P5q41xeEOa6ZQC0PvIP7TSBmOAMxXK4qihDcCbYIJq8RcVsEPbGZVlidmxE6EOw1ucSyodq9nbV31FAKwoL4NQ==",
"license": "MIT",
"dependencies": {
"c12": "^3.2.0",
"consola": "^3.4.2",
"defu": "^6.1.4",
"destr": "^2.0.5",
"errx": "^0.1.0",
"exsolve": "^1.0.7",
"ignore": "^7.0.5",
"jiti": "^2.5.1",
"klona": "^2.0.6",
"mlly": "^1.8.0",
"ohash": "^2.0.11",
"pathe": "^2.0.3",
"pkg-types": "^2.3.0",
"rc9": "^2.1.2",
"scule": "^1.3.0",
"semver": "^7.7.2",
"std-env": "^3.9.0",
"tinyglobby": "^0.2.15",
"ufo": "^1.6.1",
"unctx": "^2.4.1",
"unimport": "^5.2.0",
"untyped": "^2.0.0"
},
"engines": {
"node": ">=18.12.0"
}
},
"node_modules/@nuxt/devalue": { "node_modules/@nuxt/devalue": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz", "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
@ -2775,19 +2751,19 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@nuxtjs/mdc": { "node_modules/@nuxtjs/mdc": {
"version": "0.17.3", "version": "0.17.4",
"resolved": "https://registry.npmjs.org/@nuxtjs/mdc/-/mdc-0.17.3.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/mdc/-/mdc-0.17.4.tgz",
"integrity": "sha512-QAeRNDKQgf565ZhiJseEbDEZr2dY+fbxpJrDWw7kYyTmupTB+YQ++pnZKKew2ZBmRIwPzxPEhGC3JYH0vM4MVA==", "integrity": "sha512-I5ZYUWVlE2xZAkfBG6B0/l2uddDZlr8X2WPVMPYNY4zocobBjMgykj4aqYXHY+N35HRYsa+IpuUCf30bR8xCbA==",
"dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@nuxt/kit": "^4.0.3", "@nuxt/kit": "^4.1.1",
"@shikijs/langs": "^3.12.1", "@shikijs/core": "^3.12.2",
"@shikijs/themes": "^3.12.1", "@shikijs/langs": "^3.12.2",
"@shikijs/transformers": "^3.12.1", "@shikijs/themes": "^3.12.2",
"@shikijs/transformers": "^3.12.2",
"@types/hast": "^3.0.4", "@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4", "@types/mdast": "^4.0.4",
"@vue/compiler-core": "^3.5.20", "@vue/compiler-core": "^3.5.21",
"consola": "^3.4.2", "consola": "^3.4.2",
"debug": "^4.4.1", "debug": "^4.4.1",
"defu": "^6.1.4", "defu": "^6.1.4",
@ -2816,7 +2792,7 @@
"remark-rehype": "^11.1.2", "remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0", "remark-stringify": "^11.0.0",
"scule": "^1.3.0", "scule": "^1.3.0",
"shiki": "^3.12.1", "shiki": "^3.12.2",
"ufo": "^1.6.1", "ufo": "^1.6.1",
"unified": "^11.0.5", "unified": "^11.0.5",
"unist-builder": "^4.0.0", "unist-builder": "^4.0.0",
@ -2826,10 +2802,9 @@
} }
}, },
"node_modules/@nuxtjs/mdc/node_modules/@nuxt/kit": { "node_modules/@nuxtjs/mdc/node_modules/@nuxt/kit": {
"version": "4.0.3", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.0.3.tgz", "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.1.2.tgz",
"integrity": "sha512-9+lwvP4n8KhO91azoebO0o39smESGzEV4HU6nef9HIFyt04YwlVMY37Pk63GgZn0WhWVjyPWcQWs0rUdZUYcPw==", "integrity": "sha512-P5q41xeEOa6ZQC0PvIP7TSBmOAMxXK4qihDcCbYIJq8RcVsEPbGZVlidmxE6EOw1ucSyodq9nbV31FAKwoL4NQ==",
"dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"c12": "^3.2.0", "c12": "^3.2.0",
@ -2841,14 +2816,15 @@
"ignore": "^7.0.5", "ignore": "^7.0.5",
"jiti": "^2.5.1", "jiti": "^2.5.1",
"klona": "^2.0.6", "klona": "^2.0.6",
"mlly": "^1.7.4", "mlly": "^1.8.0",
"ohash": "^2.0.11", "ohash": "^2.0.11",
"pathe": "^2.0.3", "pathe": "^2.0.3",
"pkg-types": "^2.2.0", "pkg-types": "^2.3.0",
"rc9": "^2.1.2",
"scule": "^1.3.0", "scule": "^1.3.0",
"semver": "^7.7.2", "semver": "^7.7.2",
"std-env": "^3.9.0", "std-env": "^3.9.0",
"tinyglobby": "^0.2.14", "tinyglobby": "^0.2.15",
"ufo": "^1.6.1", "ufo": "^1.6.1",
"unctx": "^2.4.1", "unctx": "^2.4.1",
"unimport": "^5.2.0", "unimport": "^5.2.0",
@ -2862,7 +2838,6 @@
"version": "6.0.1", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
"dev": true,
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"engines": { "engines": {
"node": ">=0.12" "node": ">=0.12"
@ -2875,7 +2850,6 @@
"version": "8.0.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz", "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
"integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==", "integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
"dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"entities": "^6.0.0" "entities": "^6.0.0"
@ -4493,70 +4467,70 @@
] ]
}, },
"node_modules/@shikijs/core": { "node_modules/@shikijs/core": {
"version": "3.12.1", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.12.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.13.0.tgz",
"integrity": "sha512-j9+UDQ6M50xvaSR/e9lg212H0Fqxy3lYd39Q6YITYQxfrb5VYNUKPLZp4PN9f+YmRcdpyNAm3obn/tIZ2WkUWg==", "integrity": "sha512-3P8rGsg2Eh2qIHekwuQjzWhKI4jV97PhvYjYUzGqjvJfqdQPz+nMlfWahU24GZAyW1FxFI1sYjyhfh5CoLmIUA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/types": "3.12.1", "@shikijs/types": "3.13.0",
"@shikijs/vscode-textmate": "^10.0.2", "@shikijs/vscode-textmate": "^10.0.2",
"@types/hast": "^3.0.4", "@types/hast": "^3.0.4",
"hast-util-to-html": "^9.0.5" "hast-util-to-html": "^9.0.5"
} }
}, },
"node_modules/@shikijs/engine-javascript": { "node_modules/@shikijs/engine-javascript": {
"version": "3.12.1", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.12.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.13.0.tgz",
"integrity": "sha512-mwif5T3rEBSMn/1m9dNi4WmB4dxH4VfYqreQMLpbFYov8MM3Gus98I549amFMjtEmYDAkTKGP7bmsv1n9t9I+A==", "integrity": "sha512-Ty7xv32XCp8u0eQt8rItpMs6rU9Ki6LJ1dQOW3V/56PKDcpvfHPnYFbsx5FFUP2Yim34m/UkazidamMNVR4vKg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/types": "3.12.1", "@shikijs/types": "3.13.0",
"@shikijs/vscode-textmate": "^10.0.2", "@shikijs/vscode-textmate": "^10.0.2",
"oniguruma-to-es": "^4.3.3" "oniguruma-to-es": "^4.3.3"
} }
}, },
"node_modules/@shikijs/engine-oniguruma": { "node_modules/@shikijs/engine-oniguruma": {
"version": "3.12.1", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.12.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.13.0.tgz",
"integrity": "sha512-hbYq+XOc55CU7Irkhsgwh8WgQbx2W5IVzHV4l+wZ874olMLSNg5o3F73vo9m4SAhimFyqq/86xnx9h+T30HhhQ==", "integrity": "sha512-O42rBGr4UDSlhT2ZFMxqM7QzIU+IcpoTMzb3W7AlziI1ZF7R8eS2M0yt5Ry35nnnTX/LTLXFPUjRFCIW+Operg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/types": "3.12.1", "@shikijs/types": "3.13.0",
"@shikijs/vscode-textmate": "^10.0.2" "@shikijs/vscode-textmate": "^10.0.2"
} }
}, },
"node_modules/@shikijs/langs": { "node_modules/@shikijs/langs": {
"version": "3.12.1", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.12.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.13.0.tgz",
"integrity": "sha512-Y1MbMfVO5baRz7Boo7EoD36TmzfUx/I5n8e+wZumx6SlUA81Zj1ZwNJL871iIuSHrdsheV4AxJtHQ9mlooklmg==", "integrity": "sha512-672c3WAETDYHwrRP0yLy3W1QYB89Hbpj+pO4KhxK6FzIrDI2FoEXNiNCut6BQmEApYLfuYfpgOZaqbY+E9b8wQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/types": "3.12.1" "@shikijs/types": "3.13.0"
} }
}, },
"node_modules/@shikijs/themes": { "node_modules/@shikijs/themes": {
"version": "3.12.1", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.12.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.13.0.tgz",
"integrity": "sha512-9JrAm9cA5hqM/YXymA3oAAZdnCgQf1zyrNDtsnM105nNEoEpux4dyzdoOjc2KawEKj1iUs/WH2ota6Atp7GYkQ==", "integrity": "sha512-Vxw1Nm1/Od8jyA7QuAenaV78BG2nSr3/gCGdBkLpfLscddCkzkL36Q5b67SrLLfvAJTOUzW39x4FHVCFriPVgg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/types": "3.12.1" "@shikijs/types": "3.13.0"
} }
}, },
"node_modules/@shikijs/transformers": { "node_modules/@shikijs/transformers": {
"version": "3.12.1", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-3.12.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-3.13.0.tgz",
"integrity": "sha512-crGh3cSZf6mwg3K2W8i79Ja+q4tVClRHdHLnUGi5arS58+cqdzsbkrEZBDMyevf9ehmjFUWDTEwCMEyp9I3z0g==", "integrity": "sha512-833lcuVzcRiG+fXvgslWsM2f4gHpjEgui1ipIknSizRuTgMkNZupiXE5/TVJ6eSYfhNBFhBZKkReKWO2GgYmqA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/core": "3.12.1", "@shikijs/core": "3.13.0",
"@shikijs/types": "3.12.1" "@shikijs/types": "3.13.0"
} }
}, },
"node_modules/@shikijs/types": { "node_modules/@shikijs/types": {
"version": "3.12.1", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.12.1.tgz", "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.13.0.tgz",
"integrity": "sha512-Is/p+1vTss22LIsGCJTmGrxu7ZC1iBL9doJFYLaZ4aI8d0VDXb7Mn0kBzhkc7pdsRpmUbQLQ5HXwNpa3H6F8og==", "integrity": "sha512-oM9P+NCFri/mmQ8LoFGVfVyemm5Hi27330zuOBp0annwJdKH1kOLndw3zCtAVDehPLg9fKqoEx3Ht/wNZxolfw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/vscode-textmate": "^10.0.2", "@shikijs/vscode-textmate": "^10.0.2",
@ -4606,9 +4580,9 @@
"license": "CC0-1.0" "license": "CC0-1.0"
}, },
"node_modules/@sqlite.org/sqlite-wasm": { "node_modules/@sqlite.org/sqlite-wasm": {
"version": "3.50.1-build1", "version": "3.50.4-build1",
"resolved": "https://registry.npmjs.org/@sqlite.org/sqlite-wasm/-/sqlite-wasm-3.50.1-build1.tgz", "resolved": "https://registry.npmjs.org/@sqlite.org/sqlite-wasm/-/sqlite-wasm-3.50.4-build1.tgz",
"integrity": "sha512-yH4M/SHN98NibniIwTVk6rwTJjy7n39l7zwWY3u+qsfZBGTi4lC1uEl2NDvIlkzsFtfCBvHBJJFJ1iuU3UzzEQ==", "integrity": "sha512-Qig2Wso7gPkU1PtXwFzndh+CTRzrIFxVGqv6eCetjU7YqxlHItj+GvQYwYTppCRgAPawtRN/4AJcEgB9xDHGug==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"sqlite-wasm": "bin/index.js" "sqlite-wasm": "bin/index.js"
@ -6287,9 +6261,9 @@
} }
}, },
"node_modules/@vue/language-core": { "node_modules/@vue/language-core": {
"version": "3.0.6", "version": "3.0.8",
"resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.0.6.tgz", "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-3.0.8.tgz",
"integrity": "sha512-e2RRzYWm+qGm8apUHW1wA5RQxzNhkqbbKdbKhiDUcmMrNAZGyM8aTiL3UrTqkaFI5s7wJRGGrp4u3jgusuBp2A==", "integrity": "sha512-eYs6PF7bxoPYvek9qxceo1BCwFbJZYqJll+WaYC8o8ec60exqj+n+QRGGiJHSeUfYp0hDxARbMdxMq/fbPgU5g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@volar/language-core": "2.4.23", "@volar/language-core": "2.4.23",
@ -12879,29 +12853,29 @@
} }
}, },
"node_modules/nuxt-component-meta": { "node_modules/nuxt-component-meta": {
"version": "0.12.2", "version": "0.14.0",
"resolved": "https://registry.npmjs.org/nuxt-component-meta/-/nuxt-component-meta-0.12.2.tgz", "resolved": "https://registry.npmjs.org/nuxt-component-meta/-/nuxt-component-meta-0.14.0.tgz",
"integrity": "sha512-cosF2jUd47TnN7Y8PsRfzdsVomHpVxVjZZIDgyaPqe+wnl2Ys5LXMUt+K3CpXrJrGRFlDRP6ux47Ukevf9juVQ==", "integrity": "sha512-RaL6bHJujuZmw/G+uNWAHYktf3k4hdlBIy+FqudXji42IefrJKdSMkh5ixyhsfEHWsuTYGKxD2NU3sq990KGrQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@nuxt/kit": "^4.0.1", "@nuxt/kit": "^4.1.1",
"citty": "^0.1.6", "citty": "^0.1.6",
"json-schema-to-zod": "^2.6.1", "json-schema-to-zod": "^2.6.1",
"mlly": "^1.7.4", "mlly": "^1.8.0",
"ohash": "^2.0.11", "ohash": "^2.0.11",
"scule": "^1.3.0", "scule": "^1.3.0",
"typescript": "^5.8.3", "typescript": "^5.9.2",
"ufo": "^1.6.1", "ufo": "^1.6.1",
"vue-component-meta": "^3.0.3" "vue-component-meta": "^3.0.6"
}, },
"bin": { "bin": {
"nuxt-component-meta": "bin/nuxt-component-meta.mjs" "nuxt-component-meta": "bin/nuxt-component-meta.mjs"
} }
}, },
"node_modules/nuxt-component-meta/node_modules/@nuxt/kit": { "node_modules/nuxt-component-meta/node_modules/@nuxt/kit": {
"version": "4.0.3", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.0.3.tgz", "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.1.2.tgz",
"integrity": "sha512-9+lwvP4n8KhO91azoebO0o39smESGzEV4HU6nef9HIFyt04YwlVMY37Pk63GgZn0WhWVjyPWcQWs0rUdZUYcPw==", "integrity": "sha512-P5q41xeEOa6ZQC0PvIP7TSBmOAMxXK4qihDcCbYIJq8RcVsEPbGZVlidmxE6EOw1ucSyodq9nbV31FAKwoL4NQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"c12": "^3.2.0", "c12": "^3.2.0",
@ -12913,14 +12887,15 @@
"ignore": "^7.0.5", "ignore": "^7.0.5",
"jiti": "^2.5.1", "jiti": "^2.5.1",
"klona": "^2.0.6", "klona": "^2.0.6",
"mlly": "^1.7.4", "mlly": "^1.8.0",
"ohash": "^2.0.11", "ohash": "^2.0.11",
"pathe": "^2.0.3", "pathe": "^2.0.3",
"pkg-types": "^2.2.0", "pkg-types": "^2.3.0",
"rc9": "^2.1.2",
"scule": "^1.3.0", "scule": "^1.3.0",
"semver": "^7.7.2", "semver": "^7.7.2",
"std-env": "^3.9.0", "std-env": "^3.9.0",
"tinyglobby": "^0.2.14", "tinyglobby": "^0.2.15",
"ufo": "^1.6.1", "ufo": "^1.6.1",
"unctx": "^2.4.1", "unctx": "^2.4.1",
"unimport": "^5.2.0", "unimport": "^5.2.0",
@ -15211,17 +15186,17 @@
} }
}, },
"node_modules/shiki": { "node_modules/shiki": {
"version": "3.12.1", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-3.12.1.tgz", "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.13.0.tgz",
"integrity": "sha512-eMlxVaXyuNQAQCaMtDKQjKv0eVm+kA6fsZtv9UqKgspP+7lWCVi7SoN+cJq1dawvIDQY7TI3SixamztotM6R6Q==", "integrity": "sha512-aZW4l8Og16CokuCLf8CF8kq+KK2yOygapU5m3+hoGw0Mdosc6fPitjM+ujYarppj5ZIKGyPDPP1vqmQhr+5/0g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shikijs/core": "3.12.1", "@shikijs/core": "3.13.0",
"@shikijs/engine-javascript": "3.12.1", "@shikijs/engine-javascript": "3.13.0",
"@shikijs/engine-oniguruma": "3.12.1", "@shikijs/engine-oniguruma": "3.13.0",
"@shikijs/langs": "3.12.1", "@shikijs/langs": "3.13.0",
"@shikijs/themes": "3.12.1", "@shikijs/themes": "3.13.0",
"@shikijs/types": "3.12.1", "@shikijs/types": "3.13.0",
"@shikijs/vscode-textmate": "^10.0.2", "@shikijs/vscode-textmate": "^10.0.2",
"@types/hast": "^3.0.4" "@types/hast": "^3.0.4"
} }
@ -17392,24 +17367,24 @@
} }
}, },
"node_modules/vue-component-meta": { "node_modules/vue-component-meta": {
"version": "3.0.6", "version": "3.0.8",
"resolved": "https://registry.npmjs.org/vue-component-meta/-/vue-component-meta-3.0.6.tgz", "resolved": "https://registry.npmjs.org/vue-component-meta/-/vue-component-meta-3.0.8.tgz",
"integrity": "sha512-3qC/sCocMBQTnc+xyh4+mKpWGlFbLHcA5m+hONv+BDA56W3ay7QOQeEqlXBjpc8p3uqayI/eGuGDJQQO81sCow==", "integrity": "sha512-DEdPomVB6p/zYT4XUgav+NiA2LtkoDQ7HCY0hQaHc8YvoDwA2q0hHsQdX3uDQuFNcZTiwX+lIUuGU4iaVybDcA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@volar/typescript": "2.4.23", "@volar/typescript": "2.4.23",
"@vue/language-core": "3.0.6", "@vue/language-core": "3.0.8",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"vue-component-type-helpers": "3.0.6" "vue-component-type-helpers": "3.0.8"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "*" "typescript": "*"
} }
}, },
"node_modules/vue-component-type-helpers": { "node_modules/vue-component-type-helpers": {
"version": "3.0.6", "version": "3.0.8",
"resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.0.6.tgz", "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.0.8.tgz",
"integrity": "sha512-6CRM8X7EJqWCJOiKPvSLQG+hJPb/Oy2gyJx3pLjUEhY7PuaCthQu3e0zAGI1lqUBobrrk9IT0K8sG2GsCluxoQ==", "integrity": "sha512-WyR30Eq15Y/+odrUUMax6FmPbZwAp/HnC7qgR1r3lVFAcqwQ4wUoV79Mbh4SxDy3NiqDa+G4TOKD5xXSgBHo5A==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/vue-devtools-stub": { "node_modules/vue-devtools-stub": {

View file

@ -10,7 +10,7 @@
"postinstall": "nuxt prepare" "postinstall": "nuxt prepare"
}, },
"dependencies": { "dependencies": {
"@nuxt/content": "^3.6.3", "@nuxt/content": "^3.7.1",
"@nuxt/eslint": "^1.9.0", "@nuxt/eslint": "^1.9.0",
"@nuxt/fonts": "^0.11.4", "@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^2.0.0", "@nuxt/icon": "^2.0.0",