diff --git a/print/package-lock.json b/print/package-lock.json index d455f09874..98e031c28e 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -25,7 +25,7 @@ "@nuxt/eslint-config": "0.2.0", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "8.0.0", - "@nuxtjs/tailwindcss": "6.10.3", + "@nuxtjs/tailwindcss": "6.10.4", "@tailwindcss/typography": "0.5.10", "@vitest/coverage-v8": "1.1.3", "@vue/compiler-dom": "3.4.7", @@ -2552,29 +2552,80 @@ } }, "node_modules/@nuxtjs/tailwindcss": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.10.3.tgz", - "integrity": "sha512-AXkfAW0RLbJfPtdw0QY6+1q+N0e9790zhu6t9DezEvHqfG0ajBSwDTvuu3P48hOcxZpY3PZ+j8N0LDTqCW9X8w==", + "version": "6.10.4", + "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.10.4.tgz", + "integrity": "sha512-MG2HYTOH4iJjdfxpfgQ5dDQD/FV+MzqhKk6pYDKkZnTtb7HiKz7B4Yujnqvj5tSwV+kanbU9n++BFuAOJZop4w==", "dev": true, "dependencies": { - "@nuxt/kit": "^3.8.2", + "@nuxt/kit": "^3.9.1", "autoprefixer": "^10.4.16", "chokidar": "^3.5.3", "clear-module": "^4.1.2", "colorette": "^2.0.20", "consola": "^3.2.3", - "defu": "^6.1.3", - "h3": "^1.9.0", + "defu": "^6.1.4", + "h3": "^1.10.0", "micromatch": "^4.0.5", "pathe": "^1.1.1", - "postcss": "^8.4.31", - "postcss-custom-properties": "^13.3.2", - "postcss-nesting": "^12.0.1", + "postcss": "^8.4.33", + "postcss-custom-properties": "^13.3.4", + "postcss-nesting": "^12.0.2", "tailwind-config-viewer": "^1.7.3", - "tailwindcss": "~3.4.0", + "tailwindcss": "~3.4.1", "ufo": "^1.3.2" } }, + "node_modules/@nuxtjs/tailwindcss/node_modules/@nuxt/kit": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.9.1.tgz", + "integrity": "sha512-QvwZ4QmxmKEnGXXwhLapfogW8enIX30GD7nbmasAkcDIf4GdP2IWUwhd068mrXMbzdZupRLV1J5E74Dr516o5g==", + "dev": true, + "dependencies": { + "@nuxt/schema": "3.9.1", + "c12": "^1.6.1", + "consola": "^3.2.3", + "defu": "^6.1.4", + "globby": "^14.0.0", + "hash-sum": "^2.0.0", + "ignore": "^5.3.0", + "jiti": "^1.21.0", + "knitwork": "^1.0.0", + "mlly": "^1.4.2", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "scule": "^1.1.1", + "semver": "^7.5.4", + "ufo": "^1.3.2", + "unctx": "^2.3.1", + "unimport": "^3.7.1", + "untyped": "^1.4.0" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/@nuxtjs/tailwindcss/node_modules/@nuxt/schema": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.9.1.tgz", + "integrity": "sha512-GmALRLYo2vPMS1lMpUkUrUuEgTMCL1ZWyqA+zPKJ9/Rh2rrQgIvFyClqUl4txQoCZl038njP5cW0nOe2Oe0HKg==", + "dev": true, + "dependencies": { + "@nuxt/ui-templates": "^1.3.1", + "consola": "^3.2.3", + "defu": "^6.1.4", + "hookable": "^5.5.3", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "scule": "^1.1.1", + "std-env": "^3.7.0", + "ufo": "^1.3.2", + "unimport": "^3.7.1", + "untyped": "^1.4.0" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, "node_modules/@one-ini/wasm": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", @@ -13533,9 +13584,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/print/package.json b/print/package.json index cd09acf72f..f5969f0c28 100644 --- a/print/package.json +++ b/print/package.json @@ -34,7 +34,7 @@ "@nuxt/eslint-config": "0.2.0", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "8.0.0", - "@nuxtjs/tailwindcss": "6.10.3", + "@nuxtjs/tailwindcss": "6.10.4", "@tailwindcss/typography": "0.5.10", "@vitest/coverage-v8": "1.1.3", "@vue/compiler-dom": "3.4.7",