diff --git a/package-lock.json b/package-lock.json index a64f51e..ed1812d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,8 @@ "nuxt": "^3.15.4", "nuxt-svgo": "^4.0.14", "tailwindcss": "^4.0.1", - "vue": "latest", - "vue-router": "latest" + "vue": "*", + "vue-router": "*" }, "devDependencies": { "@antfu/eslint-config": "^4.1.1", @@ -1466,13 +1466,13 @@ "license": "MIT" }, "node_modules/@intlify/core": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@intlify/core/-/core-10.0.6.tgz", - "integrity": "sha512-C325rIyg5+wM6FUPbTMTaDPQ3Yu9lwC9JRIaWZKVy+My3kXi0j0u76ifQ351CjqFoJDg7GLR/UpUPQlF25qhKQ==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@intlify/core/-/core-10.0.8.tgz", + "integrity": "sha512-2BbgN0aeuYHOHe7kVlTr2XxyrnLQZ/4/Y0Pw8luU67723+AqVYqxB7ZG1FzLCVNwAmzdVZMjKzFpgOzdUSdBfw==", "license": "MIT", "dependencies": { - "@intlify/core-base": "10.0.6", - "@intlify/shared": "10.0.6" + "@intlify/core-base": "10.0.8", + "@intlify/shared": "10.0.8" }, "engines": { "node": ">= 16" @@ -1497,6 +1497,50 @@ "url": "https://github.com/sponsors/kazupon" } }, + "node_modules/@intlify/core/node_modules/@intlify/core-base": { + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.8.tgz", + "integrity": "sha512-FoHslNWSoHjdUBLy35bpm9PV/0LVI/DSv9L6Km6J2ad8r/mm0VaGg06C40FqlE8u2ADcGUM60lyoU7Myo4WNZQ==", + "license": "MIT", + "dependencies": { + "@intlify/message-compiler": "10.0.8", + "@intlify/shared": "10.0.8" + }, + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/kazupon" + } + }, + "node_modules/@intlify/core/node_modules/@intlify/message-compiler": { + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.8.tgz", + "integrity": "sha512-DV+sYXIkHVd5yVb2mL7br/NEUwzUoLBsMkV3H0InefWgmYa34NLZUvMCGi5oWX+Hqr2Y2qUxnVrnOWF4aBlgWg==", + "license": "MIT", + "dependencies": { + "@intlify/shared": "10.0.8", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/kazupon" + } + }, + "node_modules/@intlify/core/node_modules/@intlify/shared": { + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.8.tgz", + "integrity": "sha512-BcmHpb5bQyeVNrptC3UhzpBZB/YHHDoEREOUERrmF2BRxsyOEuRrq+Z96C/D4+2KJb8kuHiouzAei7BXlG0YYw==", + "license": "MIT", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/kazupon" + } + }, "node_modules/@intlify/h3": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/@intlify/h3/-/h3-0.6.1.tgz",