diff --git a/package-lock.json b/package-lock.json index 9322065..958e5f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@kevinmarrec/nuxt-pwa": "^0.17.0", - "@nuxtjs/tailwindcss": "^6.7.0", + "@nuxtjs/tailwindcss": "^6.8.0", "@tailwindcss/typography": "^0.5.9", "@vueuse/core": "^10.1.2", "@vueuse/nuxt": "^10.1.2", @@ -602,17 +602,23 @@ } }, "node_modules/@csstools/css-parser-algorithms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.1.1.tgz", - "integrity": "sha512-viRnRh02AgO4mwIQb2xQNJju0i+Fh9roNgmbR5xEuG7J3TGgxjnE95HnBLgsFJOJOksvcfxOUCgODcft6Y07cA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.2.0.tgz", + "integrity": "sha512-9BoQ/jSrPq4vv3b9jjLW+PNNv56KlDH5JMx5yASSNrCtvq70FCNZUjXRvbCeR9hYj9ZyhURtqpU/RFIgg6kiOw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], "engines": { "node": "^14 || ^16 || >=18" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, "peerDependencies": { "@csstools/css-tokenizer": "^2.1.1" } @@ -1578,12 +1584,12 @@ } }, "node_modules/@nuxtjs/tailwindcss": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.7.0.tgz", - "integrity": "sha512-Ixm4hWFKoM2bbtixJZ6/+bm1y/aZPefOkfED5zV4P3X/18HVJQfGD3icTHxDEc9hqRxMV0DVPwpBM13eo1yTlg==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.8.0.tgz", + "integrity": "sha512-jzuvD1nfA2BPnSbHtKK0aiI51ndMa7lNGL1iDEFuEPsltzilZ9ED7zOP6niGTrImg0n5Yt4GEJpixi6yWwp9Hw==", "dev": true, "dependencies": { - "@nuxt/kit": "^3.4.3", + "@nuxt/kit": "^3.5.3", "@nuxt/postcss8": "^1.1.3", "autoprefixer": "^10.4.14", "chokidar": "^3.5.3", @@ -1591,21 +1597,75 @@ "colorette": "^2.0.20", "cookie-es": "^1.0.0", "defu": "^6.1.2", - "destr": "^1.2.2", + "destr": "^2.0.0", "h3": "^1.6.6", "iron-webcrypto": "^0.7.0", "micromatch": "^4.0.5", - "pathe": "^1.1.0", - "postcss": "^8.4.23", - "postcss-custom-properties": "^13.1.5", - "postcss-nesting": "^11.2.2", + "pathe": "^1.1.1", + "postcss": "^8.4.24", + "postcss-custom-properties": "^13.2.0", + "postcss-nesting": "^11.3.0", "radix3": "^1.0.1", "tailwind-config-viewer": "^1.7.2", "tailwindcss": "~3.3.2", "ufo": "^1.1.2", - "uncrypto": "^0.1.2" + "uncrypto": "^0.1.3" + } + }, + "node_modules/@nuxtjs/tailwindcss/node_modules/@nuxt/kit": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.5.3.tgz", + "integrity": "sha512-QzoOGqa1zjKQfg7Y50TrrFAL9DhtIpYYs10gihcM1ISPrn9ROht+VEjqsaMvT+L8JuQbNf8wDYl8qzsdWGU29Q==", + "dev": true, + "dependencies": { + "@nuxt/schema": "3.5.3", + "c12": "^1.4.1", + "consola": "^3.1.0", + "defu": "^6.1.2", + "globby": "^13.1.4", + "hash-sum": "^2.0.0", + "ignore": "^5.2.4", + "jiti": "^1.18.2", + "knitwork": "^1.0.0", + "mlly": "^1.3.0", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "scule": "^1.0.0", + "semver": "^7.5.1", + "unctx": "^2.3.1", + "unimport": "^3.0.7", + "untyped": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/@nuxtjs/tailwindcss/node_modules/@nuxt/schema": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.5.3.tgz", + "integrity": "sha512-Tnon4mYfJZmsCtx4NZ9A+qjwo4DcZ6tERpEhYBY81PX7AiJ+hFPBFR1qR32Tff66/qJjZg5UXj6H9AdzwEYr2w==", + "dev": true, + "dependencies": { + "defu": "^6.1.2", + "hookable": "^5.5.3", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "postcss-import-resolver": "^2.0.0", + "std-env": "^3.3.3", + "ufo": "^1.1.2", + "unimport": "^3.0.7", + "untyped": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" } }, + "node_modules/@nuxtjs/tailwindcss/node_modules/destr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.0.tgz", + "integrity": "sha512-FJ9RDpf3GicEBvzI3jxc2XhHzbqD8p4ANw/1kPsFBfTvP1b7Gn/Lg1vO7R9J4IVgoMbyUmFrFGZafJ1hPZpvlg==", + "dev": true + }, "node_modules/@pinia/nuxt": { "version": "0.4.11", "resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.4.11.tgz", @@ -8438,9 +8498,9 @@ } }, "node_modules/pathe": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz", - "integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.1.tgz", + "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==" }, "node_modules/perfect-debounce": { "version": "0.1.3", @@ -8639,10 +8699,20 @@ } }, "node_modules/postcss-custom-properties": { - "version": "13.1.5", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-13.1.5.tgz", - "integrity": "sha512-98DXk81zTGqMVkGANysMHbGIg3voH383DYo3/+c+Abzay3nao+vM/f4Jgzsakk9S7BDsEw5DiW7sFy5G4W2wLA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-13.2.0.tgz", + "integrity": "sha512-UYiPqbqmVayyv56y0mtGhvUKZClflwE9cTTmPaqEX8fOVjVwsotqKGYtJXSLxrJLwf9tt7ka+Luyh1ZAOhGHWA==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], "dependencies": { "@csstools/cascade-layer-name-parser": "^1.0.2", "@csstools/css-parser-algorithms": "^2.1.1", @@ -8652,10 +8722,6 @@ "engines": { "node": "^14 || ^16 || >=18" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, "peerDependencies": { "postcss": "^8.4" } @@ -9025,10 +9091,20 @@ } }, "node_modules/postcss-nesting": { - "version": "11.2.2", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-11.2.2.tgz", - "integrity": "sha512-aOTiUniAB1bcPE6GGiynWRa6PZFPhOTAm5q3q5cem6QeSijIHHkWr6gs65ukCZMXeak8yXeZVbBJET3VM+HlhA==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-11.3.0.tgz", + "integrity": "sha512-JlS10AQm/RzyrUGgl5irVkAlZYTJ99mNueUl+Qab+TcHhVedLiylWVkKBhRale+rS9yWIJK48JVzQlq3LcSdeA==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], "dependencies": { "@csstools/selector-specificity": "^2.0.0", "postcss-selector-parser": "^6.0.10" @@ -9036,10 +9112,6 @@ "engines": { "node": "^14 || ^16 || >=18" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, "peerDependencies": { "postcss": "^8.4" } @@ -11101,9 +11173,9 @@ } }, "node_modules/uncrypto": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.2.tgz", - "integrity": "sha512-kuZwRKV615lEw/Xx3Iz56FKk3nOeOVGaVmw0eg+x4Mne28lCotNFbBhDW7dEBCBKyKbRQiCadEZeNAFPVC5cgw==", + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", + "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", "dev": true }, "node_modules/unctx": { diff --git a/package.json b/package.json index 9b94862..fb7daf4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@kevinmarrec/nuxt-pwa": "^0.17.0", - "@nuxtjs/tailwindcss": "^6.7.0", + "@nuxtjs/tailwindcss": "^6.8.0", "@tailwindcss/typography": "^0.5.9", "@vueuse/core": "^10.1.2", "@vueuse/nuxt": "^10.1.2",