diff --git a/package-lock.json b/package-lock.json index bdb083dae..35ccc5087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nuxtjs/seo": "2.0.3", "@pinia/nuxt": "0.9.0", "lost": "9.0.2", - "nuxt": "3.15.1", + "nuxt": "3.15.2", "nuxt-booster": "3.1.9", "pathe": "2.0.1", "pinia": "2.3.0", @@ -40,14 +40,14 @@ "eslint": "9.18.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-no-secrets": "2.1.1", - "eslint-plugin-prettier": "5.2.1", + "eslint-plugin-prettier": "5.2.2", "eslint-plugin-security": "3.0.1", "eslint-plugin-xss": "0.1.12", "husky": "9.1.7", - "lint-staged": "15.3.0", + "lint-staged": "15.4.1", "postcss-html": "1.8.0", "prettier": "3.4.2", - "stylelint": "16.13.1", + "stylelint": "16.13.2", "stylelint-config-css-modules": "4.4.0", "stylelint-config-lost": "0.0.3", "stylelint-config-recess-order": "5.1.1", @@ -3211,6 +3211,72 @@ "node": ">=18.18.0" } }, + "node_modules/@nuxt/cli": { + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-3.20.0.tgz", + "integrity": "sha512-TmQPjIHXJFPTssPMMFuLF48nr9cm6ctaNwrnhDFl4xLunfLR4rrMJNJAQhepWyukg970ZgokZVbUYMqf6eCnTQ==", + "license": "MIT", + "dependencies": { + "c12": "^2.0.1", + "chokidar": "^4.0.3", + "citty": "^0.1.6", + "clipboardy": "^4.0.0", + "consola": "^3.3.3", + "defu": "^6.1.4", + "fuse.js": "^7.0.0", + "giget": "^1.2.3", + "h3": "^1.13.0", + "httpxy": "^0.1.5", + "jiti": "^2.4.2", + "listhen": "^1.9.0", + "nypm": "^0.4.1", + "ofetch": "^1.4.1", + "ohash": "^1.1.4", + "pathe": "^2.0.1", + "perfect-debounce": "^1.0.0", + "pkg-types": "^1.3.0", + "scule": "^1.3.0", + "semver": "^7.6.3", + "std-env": "^3.8.0", + "tinyexec": "^0.3.2", + "ufo": "^1.5.4" + }, + "bin": { + "nuxi": "bin/nuxi.mjs", + "nuxi-ng": "bin/nuxi.mjs", + "nuxt": "bin/nuxi.mjs", + "nuxt-cli": "bin/nuxi.mjs" + }, + "engines": { + "node": "^16.10.0 || >=18.0.0" + } + }, + "node_modules/@nuxt/cli/node_modules/nypm": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.4.1.tgz", + "integrity": "sha512-1b9mihliBh8UCcKtcGRu//G50iHpjxIQVUqkdhPT/SDVE7KdJKoHXLS0heuYTQCx95dFqiyUbXZB9r8ikn+93g==", + "license": "MIT", + "dependencies": { + "citty": "^0.1.6", + "consola": "^3.2.3", + "pathe": "^1.1.2", + "pkg-types": "^1.2.1", + "tinyexec": "^0.3.1", + "ufo": "^1.5.4" + }, + "bin": { + "nypm": "dist/cli.mjs" + }, + "engines": { + "node": "^14.16.0 || >=16.10.0" + } + }, + "node_modules/@nuxt/cli/node_modules/nypm/node_modules/pathe": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", + "license": "MIT" + }, "node_modules/@nuxt/content": { "version": "2.13.4", "resolved": "https://registry.npmjs.org/@nuxt/content/-/content-2.13.4.tgz", @@ -3518,45 +3584,46 @@ "license": "MIT" }, "node_modules/@nuxt/kit": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.15.1.tgz", - "integrity": "sha512-7cVWjzfz3L6CsZrg6ppDZa7zGrZxCSfZjEQDIvVFn4mFKtJlK9k2izf5EewL6luzWwIQojkZAC3iq/1wtgI0Xw==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.15.2.tgz", + "integrity": "sha512-nxiPJVz2fICcyBKlN5pL1IgZVejyArulREsS5HvAk07hijlYuZ5toRM8soLt51VQNpFd/PedL+Z1AlYu/bQCYQ==", "license": "MIT", "dependencies": { - "@nuxt/schema": "3.15.1", + "@nuxt/schema": "3.15.2", "c12": "^2.0.1", - "consola": "^3.3.3", + "consola": "^3.4.0", "defu": "^6.1.4", "destr": "^2.0.3", "globby": "^14.0.2", - "ignore": "^7.0.0", + "ignore": "^7.0.3", "jiti": "^2.4.2", "klona": "^2.0.6", "knitwork": "^1.2.0", - "mlly": "^1.7.3", + "mlly": "^1.7.4", "ohash": "^1.1.4", - "pathe": "^2.0.0", - "pkg-types": "^1.3.0", + "pathe": "^2.0.1", + "pkg-types": "^1.3.1", "scule": "^1.3.0", "semver": "^7.6.3", + "std-env": "^3.8.0", "ufo": "^1.5.4", "unctx": "^2.4.1", - "unimport": "^3.14.5", + "unimport": "^3.14.6", "untyped": "^1.5.2" }, "engines": { - "node": ">=18.20.5" + "node": ">=18.0.0" } }, "node_modules/@nuxt/schema": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.15.1.tgz", - "integrity": "sha512-n5kOHt8uUyUM9z4Wu/8tIZkBYh3KTCGvyruG6oD9bfeT4OaS21+X3M7XsTXFMe+eYBZA70IFFlWn1JJZIPsKeA==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.15.2.tgz", + "integrity": "sha512-cTHGbLTbrQ83B+7Mh0ggc5MzIp74o8KciA0boCiBJyK5uImH9QQNK6VgfwRWcTD5sj3WNKiIB1luOMom3LHgVw==", "license": "MIT", "dependencies": { - "consola": "^3.3.3", + "consola": "^3.4.0", "defu": "^6.1.4", - "pathe": "^2.0.0", + "pathe": "^2.0.1", "std-env": "^3.8.0" }, "engines": { @@ -3564,23 +3631,22 @@ } }, "node_modules/@nuxt/telemetry": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.2.tgz", - "integrity": "sha512-UReyqp35ZFcsyMuP+DmDj/0W/odANCuObdqYyAIR+/Z/9yDHtBO6Cc/wWbjjhrt41yhhco7/+vILELPHWD+wxg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.4.tgz", + "integrity": "sha512-2Lgdn07Suraly5dSfVQ4ttBQBMtmjvCTGKGUHpc1UyH87HT9xCm3KLFO0UcVQ8+LNYCgoOaK7lq9qDJOfBfZ5A==", "license": "MIT", "dependencies": { - "@nuxt/kit": "^3.14.1592", + "@nuxt/kit": "^3.15.1", "citty": "^0.1.6", - "consola": "^3.3.0", + "consola": "^3.3.1", "destr": "^2.0.3", "dotenv": "^16.4.7", "git-url-parse": "^16.0.0", "is-docker": "^3.0.0", - "jiti": "^2.4.2", "ofetch": "^1.4.1", - "package-manager-detector": "^0.2.7", + "package-manager-detector": "^0.2.8", "parse-git-config": "^3.0.0", - "pathe": "^1.1.2", + "pathe": "^2.0.0", "rc9": "^2.1.2", "std-env": "^3.8.0" }, @@ -3588,43 +3654,37 @@ "nuxt-telemetry": "bin/nuxt-telemetry.mjs" }, "engines": { - "node": "^14.18.0 || >=16.10.0" + "node": ">=18.20.5" } }, - "node_modules/@nuxt/telemetry/node_modules/pathe": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", - "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", - "license": "MIT" - }, "node_modules/@nuxt/vite-builder": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.15.1.tgz", - "integrity": "sha512-b9uvLuRSgZy+pvU0rwHOpYo9XmAPibNGFEn0MeG6rUWVee9didV0Q5voAr+/1kq9bIbf6V0QFh9TE+4pCxZuMQ==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.15.2.tgz", + "integrity": "sha512-YtP6hIOKhqa1JhX0QzuULpA84lseO76bv5OqJzUl7yoaykhOkZjkEk9c20hamtMdoxhVeUAXGZJCsp9Ivjfb3g==", "license": "MIT", "dependencies": { - "@nuxt/kit": "3.15.1", + "@nuxt/kit": "3.15.2", "@rollup/plugin-replace": "^6.0.2", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "autoprefixer": "^10.4.20", - "consola": "^3.3.3", + "consola": "^3.4.0", "cssnano": "^7.0.6", "defu": "^6.1.4", "esbuild": "^0.24.2", "escape-string-regexp": "^5.0.0", "externality": "^1.0.2", "get-port-please": "^3.1.2", - "h3": "^1.13.0", + "h3": "^1.13.1", "jiti": "^2.4.2", "knitwork": "^1.2.0", "magic-string": "^0.30.17", - "mlly": "^1.7.3", + "mlly": "^1.7.4", "ohash": "^1.1.4", - "pathe": "^2.0.0", + "pathe": "^2.0.1", "perfect-debounce": "^1.0.0", - "pkg-types": "^1.3.0", - "postcss": "^8.4.49", + "pkg-types": "^1.3.1", + "postcss": "^8.5.1", "rollup-plugin-visualizer": "^5.13.1", "std-env": "^3.8.0", "ufo": "^1.5.4", @@ -3636,7 +3696,7 @@ "vue-bundle-renderer": "^2.1.1" }, "engines": { - "node": "^18.20.5 || ^20.9.0 || >=22.0.0" + "node": "^18.12.0 || ^20.9.0 || >=22.0.0" }, "peerDependencies": { "vue": "^3.3.4" @@ -5762,32 +5822,6 @@ "url": "https://github.com/sponsors/harlan-zw" } }, - "node_modules/@unhead/addons/node_modules/@unhead/schema": { - "version": "1.11.18", - "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.11.18.tgz", - "integrity": "sha512-a3TA/OJCRdfbFhcA3Hq24k1ZU1o9szicESrw8DZcGyQFacHnh84mVgnyqSkMnwgCmfN4kvjSiTBlLEHS6+wATw==", - "license": "MIT", - "dependencies": { - "hookable": "^5.5.3", - "zhead": "^2.2.4" - }, - "funding": { - "url": "https://github.com/sponsors/harlan-zw" - } - }, - "node_modules/@unhead/addons/node_modules/@unhead/shared": { - "version": "1.11.18", - "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.11.18.tgz", - "integrity": "sha512-OsupRQRxJqqnuKiL1Guqipjbl7MndD5DofvmGa3PFGu2qNPmOmH2mxGFjRBBgq2XxY1KalIHl/2I9HV6gbK8cw==", - "license": "MIT", - "dependencies": { - "@unhead/schema": "1.11.18", - "packrup": "^0.1.2" - }, - "funding": { - "url": "https://github.com/sponsors/harlan-zw" - } - }, "node_modules/@unhead/addons/node_modules/unplugin": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.2.tgz", @@ -5802,21 +5836,23 @@ } }, "node_modules/@unhead/dom": { - "version": "1.11.14", - "resolved": "https://registry.npmjs.org/@unhead/dom/-/dom-1.11.14.tgz", - "integrity": "sha512-FaHCWo9JR4h7PCpSRaXuMC6ifXOuBzlI0PD1MmUcxND2ayDl1d6DauIbN8TUf9TDRxNkrK1Ehb0OCXjC1ZJtrg==", + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/@unhead/dom/-/dom-1.11.18.tgz", + "integrity": "sha512-zQuJUw/et9zYEV0SZWTDX23IgurwMaXycAuxt4L6OgNL0T4TWP3a0J/Vm3Q02hmdNo/cPKeVBrwBdnFUXjGU4w==", + "license": "MIT", "dependencies": { - "@unhead/schema": "1.11.14", - "@unhead/shared": "1.11.14" + "@unhead/schema": "1.11.18", + "@unhead/shared": "1.11.18" }, "funding": { "url": "https://github.com/sponsors/harlan-zw" } }, "node_modules/@unhead/schema": { - "version": "1.11.14", - "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.11.14.tgz", - "integrity": "sha512-V9W9u5tF1/+TiLqxu+Qvh1ShoMDkPEwHoEo4DKdDG6ko7YlbzFfDxV6el9JwCren45U/4Vy/4Xi7j8OH02wsiA==", + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.11.18.tgz", + "integrity": "sha512-a3TA/OJCRdfbFhcA3Hq24k1ZU1o9szicESrw8DZcGyQFacHnh84mVgnyqSkMnwgCmfN4kvjSiTBlLEHS6+wATw==", + "license": "MIT", "dependencies": { "hookable": "^5.5.3", "zhead": "^2.2.4" @@ -5847,38 +5883,41 @@ } }, "node_modules/@unhead/shared": { - "version": "1.11.14", - "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.11.14.tgz", - "integrity": "sha512-41Qt4PJKYVrEGOTXgBJLRYrEu3S7n5stoB4TFC6312CIBVedXqg7voHQurn32LVDjpfJftjLa2ggCjpqdqoRDw==", + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/@unhead/shared/-/shared-1.11.18.tgz", + "integrity": "sha512-OsupRQRxJqqnuKiL1Guqipjbl7MndD5DofvmGa3PFGu2qNPmOmH2mxGFjRBBgq2XxY1KalIHl/2I9HV6gbK8cw==", + "license": "MIT", "dependencies": { - "@unhead/schema": "1.11.14" + "@unhead/schema": "1.11.18", + "packrup": "^0.1.2" }, "funding": { "url": "https://github.com/sponsors/harlan-zw" } }, "node_modules/@unhead/ssr": { - "version": "1.11.14", - "resolved": "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.11.14.tgz", - "integrity": "sha512-JBF2f5PWPtpqBx/dan+4vL/dartSp8Nmd011zkT9qPYmizxO+/fsB1WQalbis1KszkfFatb6c4rO+hm0d6acOA==", + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.11.18.tgz", + "integrity": "sha512-uaHPz0RRAb18yKeCmHyHk5QKWRk/uHpOrqSbhRXTOhbrd3Ur3gGTVaAoyUoRYKGPU5B5/pyHh3TfLw0LkfrH1A==", + "license": "MIT", "dependencies": { - "@unhead/schema": "1.11.14", - "@unhead/shared": "1.11.14" + "@unhead/schema": "1.11.18", + "@unhead/shared": "1.11.18" }, "funding": { "url": "https://github.com/sponsors/harlan-zw" } }, "node_modules/@unhead/vue": { - "version": "1.11.14", - "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-1.11.14.tgz", - "integrity": "sha512-6nfi7FsZ936gscmj+1nUB1pybiFMFbnuEFo7B/OY2klpLWsYDUOVvpsJhbu7C3u7wkTlJXglmAk6jdd8I7WgZA==", + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/@unhead/vue/-/vue-1.11.18.tgz", + "integrity": "sha512-Jfi7t/XNBnlcauP9UTH3VHBcS69G70ikFd2e5zdgULLDRWpOlLs1sSTH1V2juNptc93DOk9RQfC5jLWbLcivFw==", + "license": "MIT", "dependencies": { - "@unhead/schema": "1.11.14", - "@unhead/shared": "1.11.14", - "defu": "^6.1.4", + "@unhead/schema": "1.11.18", + "@unhead/shared": "1.11.18", "hookable": "^5.5.3", - "unhead": "1.11.14" + "unhead": "1.11.18" }, "funding": { "url": "https://github.com/sponsors/harlan-zw" @@ -9200,10 +9239,11 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz", - "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.2.tgz", + "integrity": "sha512-1yI3/hf35wmlq66C8yOyrujQnel+v5l1Vop5Cl2I6ylyNTT1JbuUUnV3/41PzwTzcyDp/oF0jWE3HXvcH5AQOQ==", "dev": true, + "license": "MIT", "dependencies": { "prettier-linter-helpers": "^1.0.0", "synckit": "^0.9.1" @@ -10510,12 +10550,13 @@ } }, "node_modules/h3": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz", - "integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/h3/-/h3-1.13.1.tgz", + "integrity": "sha512-u/z6Z4YY+ANZ05cRRfsFJadTBrNA6e3jxdU+AN5UCbZSZEUwgHiwjvUEe0k1NoQmAvQmETwr+xB5jd7mhCJuIQ==", + "license": "MIT", "dependencies": { "cookie-es": "^1.2.2", - "crossws": ">=0.2.0 <0.4.0", + "crossws": "^0.3.1", "defu": "^6.1.4", "destr": "^2.0.3", "iron-webcrypto": "^1.2.1", @@ -11882,9 +11923,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", - "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz", + "integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==", "dev": true, "license": "MIT", "dependencies": { @@ -13799,43 +13840,29 @@ "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", "integrity": "sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==" }, - "node_modules/nuxi": { - "version": "3.17.2", - "resolved": "https://registry.npmjs.org/nuxi/-/nuxi-3.17.2.tgz", - "integrity": "sha512-JDVtBBwEe9VjVkhxwR/crtGJnyLHzvl2F1pjtglekjTVeiMThfhQHcvsI/u007gBAfPpmaCIdRGnoeTF4VKS8w==", - "license": "MIT", - "bin": { - "nuxi": "bin/nuxi.mjs", - "nuxi-ng": "bin/nuxi.mjs", - "nuxt": "bin/nuxi.mjs", - "nuxt-cli": "bin/nuxi.mjs" - }, - "engines": { - "node": "^16.10.0 || >=18.0.0" - } - }, "node_modules/nuxt": { - "version": "3.15.1", - "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.15.1.tgz", - "integrity": "sha512-8sKgqjhu5JoaVv89TnBW5S0jvsXRrEWGF+CguYUPK+6sRAtNcJAwcWxd4pEmURYQ2D0jjdfgr/VyH0i9CdhkBQ==", + "version": "3.15.2", + "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-3.15.2.tgz", + "integrity": "sha512-1EiQ5wYYVhgkRyaMCyuc4R5lhJtOPJTdOe3LwYNbIol3pmcO1urhNDNKfhiy9zdcA3G14zzN0W/+TqXXidchRw==", "license": "MIT", "dependencies": { + "@nuxt/cli": "^3.20.0", "@nuxt/devalue": "^2.0.2", "@nuxt/devtools": "^1.7.0", - "@nuxt/kit": "3.15.1", - "@nuxt/schema": "3.15.1", - "@nuxt/telemetry": "^2.6.2", - "@nuxt/vite-builder": "3.15.1", - "@unhead/dom": "^1.11.14", - "@unhead/shared": "^1.11.14", - "@unhead/ssr": "^1.11.14", - "@unhead/vue": "^1.11.14", + "@nuxt/kit": "3.15.2", + "@nuxt/schema": "3.15.2", + "@nuxt/telemetry": "^2.6.4", + "@nuxt/vite-builder": "3.15.2", + "@unhead/dom": "^1.11.18", + "@unhead/shared": "^1.11.18", + "@unhead/ssr": "^1.11.18", + "@unhead/vue": "^1.11.18", "@vue/shared": "^3.5.13", "acorn": "8.14.0", "c12": "^2.0.1", "chokidar": "^4.0.3", "compatx": "^0.1.8", - "consola": "^3.3.3", + "consola": "^3.4.0", "cookie-es": "^1.2.2", "defu": "^6.1.4", "destr": "^2.0.3", @@ -13845,37 +13872,36 @@ "escape-string-regexp": "^5.0.0", "estree-walker": "^3.0.3", "globby": "^14.0.2", - "h3": "^1.13.0", + "h3": "^1.13.1", "hookable": "^5.5.3", - "ignore": "^7.0.0", + "ignore": "^7.0.3", "impound": "^0.2.0", "jiti": "^2.4.2", "klona": "^2.0.6", "knitwork": "^1.2.0", "magic-string": "^0.30.17", - "mlly": "^1.7.3", + "mlly": "^1.7.4", "nanotar": "^0.1.1", "nitropack": "^2.10.4", - "nuxi": "^3.17.2", "nypm": "^0.4.1", "ofetch": "^1.4.1", "ohash": "^1.1.4", - "pathe": "^2.0.0", + "pathe": "^2.0.1", "perfect-debounce": "^1.0.0", - "pkg-types": "^1.3.0", + "pkg-types": "^1.3.1", "radix3": "^1.1.2", "scule": "^1.3.0", "semver": "^7.6.3", "std-env": "^3.8.0", - "strip-literal": "^2.1.1", + "strip-literal": "^3.0.0", "tinyglobby": "0.2.10", "ufo": "^1.5.4", "ultrahtml": "^1.5.3", "uncrypto": "^0.1.3", "unctx": "^2.4.1", "unenv": "^1.10.0", - "unhead": "^1.11.14", - "unimport": "^3.14.5", + "unhead": "^1.11.18", + "unimport": "^3.14.6", "unplugin": "^2.1.2", "unplugin-vue-router": "^0.10.9", "unstorage": "^1.14.4", @@ -14281,19 +14307,6 @@ "url": "https://github.com/sponsors/harlan-zw" } }, - "node_modules/nuxt-seo-utils/node_modules/@unhead/schema": { - "version": "1.11.18", - "resolved": "https://registry.npmjs.org/@unhead/schema/-/schema-1.11.18.tgz", - "integrity": "sha512-a3TA/OJCRdfbFhcA3Hq24k1ZU1o9szicESrw8DZcGyQFacHnh84mVgnyqSkMnwgCmfN4kvjSiTBlLEHS6+wATw==", - "license": "MIT", - "dependencies": { - "hookable": "^5.5.3", - "zhead": "^2.2.4" - }, - "funding": { - "url": "https://github.com/sponsors/harlan-zw" - } - }, "node_modules/nuxt-seo-utils/node_modules/escape-string-regexp": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", @@ -14358,6 +14371,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/nuxt/node_modules/js-tokens": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz", + "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==", + "license": "MIT" + }, "node_modules/nuxt/node_modules/nypm": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.4.1.tgz", @@ -14384,6 +14403,18 @@ "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", "license": "MIT" }, + "node_modules/nuxt/node_modules/strip-literal": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.0.0.tgz", + "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==", + "license": "MIT", + "dependencies": { + "js-tokens": "^9.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/nuxt/node_modules/unplugin": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.2.tgz", @@ -15085,22 +15116,16 @@ } }, "node_modules/pkg-types": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.0.tgz", - "integrity": "sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", + "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", "license": "MIT", "dependencies": { "confbox": "^0.1.8", - "mlly": "^1.7.3", - "pathe": "^1.1.2" + "mlly": "^1.7.4", + "pathe": "^2.0.1" } }, - "node_modules/pkg-types/node_modules/pathe": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", - "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", - "license": "MIT" - }, "node_modules/playwright-core": { "version": "1.49.1", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", @@ -19974,9 +19999,9 @@ } }, "node_modules/stylelint": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz", - "integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz", + "integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==", "devOptional": true, "funding": [ { @@ -21026,13 +21051,14 @@ "license": "MIT" }, "node_modules/unhead": { - "version": "1.11.14", - "resolved": "https://registry.npmjs.org/unhead/-/unhead-1.11.14.tgz", - "integrity": "sha512-XmXW0aZyX9kGk9ejCKCSvv/J4T3Rt4hoAe2EofM+nhG+zwZ7AArUMK/0F/fj6FTkfgY0u0/JryE00qUDULgygA==", + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/unhead/-/unhead-1.11.18.tgz", + "integrity": "sha512-TWgGUoZMpYe2yJwY6jZ0/9kpQT18ygr2h5lI6cUXdfD9UzDc0ytM9jGaleSYkj9guJWXkk7izYBnzJvxl8mRvQ==", + "license": "MIT", "dependencies": { - "@unhead/dom": "1.11.14", - "@unhead/schema": "1.11.14", - "@unhead/shared": "1.11.14", + "@unhead/dom": "1.11.18", + "@unhead/schema": "1.11.18", + "@unhead/shared": "1.11.18", "hookable": "^5.5.3" }, "funding": { @@ -21095,24 +21121,25 @@ } }, "node_modules/unimport": { - "version": "3.14.5", - "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.14.5.tgz", - "integrity": "sha512-tn890SwFFZxqaJSKQPPd+yygfKSATbM8BZWW1aCR2TJBTs1SDrmLamBueaFtYsGjHtQaRgqEbQflOjN2iW12gA==", + "version": "3.14.6", + "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.14.6.tgz", + "integrity": "sha512-CYvbDaTT04Rh8bmD8jz3WPmHYZRG/NnvYVzwD6V1YAlvvKROlAeNDUBhkBGzNav2RKaeuXvlWYaa1V4Lfi/O0g==", + "license": "MIT", "dependencies": { - "@rollup/pluginutils": "^5.1.3", + "@rollup/pluginutils": "^5.1.4", "acorn": "^8.14.0", "escape-string-regexp": "^5.0.0", "estree-walker": "^3.0.3", - "fast-glob": "^3.3.2", - "local-pkg": "^0.5.1", - "magic-string": "^0.30.14", - "mlly": "^1.7.3", - "pathe": "^1.1.2", + "fast-glob": "^3.3.3", + "local-pkg": "^1.0.0", + "magic-string": "^0.30.17", + "mlly": "^1.7.4", + "pathe": "^2.0.1", "picomatch": "^4.0.2", - "pkg-types": "^1.2.1", + "pkg-types": "^1.3.0", "scule": "^1.3.0", "strip-literal": "^2.1.1", - "unplugin": "^1.16.0" + "unplugin": "^1.16.1" } }, "node_modules/unimport/node_modules/escape-string-regexp": { @@ -21126,11 +21153,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/unimport/node_modules/pathe": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", - "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", - "license": "MIT" + "node_modules/unimport/node_modules/local-pkg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.0.0.tgz", + "integrity": "sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==", + "license": "MIT", + "dependencies": { + "mlly": "^1.7.3", + "pkg-types": "^1.3.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } }, "node_modules/unist-builder": { "version": "4.0.0", @@ -21216,9 +21253,10 @@ } }, "node_modules/unplugin": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.16.0.tgz", - "integrity": "sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.16.1.tgz", + "integrity": "sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==", + "license": "MIT", "dependencies": { "acorn": "^8.14.0", "webpack-virtual-modules": "^0.6.2" diff --git a/package.json b/package.json index 3fb451571..2ae0a7613 100644 --- a/package.json +++ b/package.json @@ -40,14 +40,14 @@ "eslint": "9.18.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-no-secrets": "2.1.1", - "eslint-plugin-prettier": "5.2.1", + "eslint-plugin-prettier": "5.2.2", "eslint-plugin-security": "3.0.1", "eslint-plugin-xss": "0.1.12", "husky": "9.1.7", - "lint-staged": "15.3.0", + "lint-staged": "15.4.1", "postcss-html": "1.8.0", "prettier": "3.4.2", - "stylelint": "16.13.1", + "stylelint": "16.13.2", "stylelint-config-css-modules": "4.4.0", "stylelint-config-lost": "0.0.3", "stylelint-config-recess-order": "5.1.1", @@ -62,7 +62,7 @@ "@nuxtjs/seo": "2.0.3", "@pinia/nuxt": "0.9.0", "lost": "9.0.2", - "nuxt": "3.15.1", + "nuxt": "3.15.2", "nuxt-booster": "3.1.9", "pathe": "2.0.1", "pinia": "2.3.0",