From 2f61c282c169a57bde64f5257828583ef1cc31cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:24:21 +0000 Subject: [PATCH] chore(deps): update dependency @nuxtjs/tailwindcss to v6.12.2 --- print/package-lock.json | 73 +++++++++++++++++++++-------------------- print/package.json | 2 +- 2 files changed, 38 insertions(+), 37 deletions(-) diff --git a/print/package-lock.json b/print/package-lock.json index eba8418c83..47ee2fa352 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -24,7 +24,7 @@ "@nuxt/eslint-config": "0.5.7", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "8.5.4", - "@nuxtjs/tailwindcss": "6.12.1", + "@nuxtjs/tailwindcss": "6.12.2", "@tailwindcss/typography": "0.5.14", "@typescript-eslint/eslint-plugin": "7.18.0", "@vitest/coverage-v8": "1.6.0", @@ -2493,23 +2493,24 @@ } }, "node_modules/@nuxtjs/tailwindcss": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.12.1.tgz", - "integrity": "sha512-UKmaPRVpxlFqLorhL6neEba2tySlsj6w6yDb7jzS6A0AAjyBQ6k3BQqWO+AaTy2iQLX7eR+1yj3/w43HzY8RtA==", + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.12.2.tgz", + "integrity": "sha512-qPJiFH67CkTj/2kBGBzqXihOD1rQXMsbVS4vdQvfBxOBLPfGhU1yw7AATdhPl2BBjO2krjJLuZj39t7dnDYOwg==", "dev": true, "license": "MIT", "dependencies": { - "@nuxt/kit": "^3.12.3", - "autoprefixer": "^10.4.19", + "@nuxt/kit": "^3.13.2", + "autoprefixer": "^10.4.20", "consola": "^3.2.3", "defu": "^6.1.4", - "h3": "^1.12.0", + "h3": "^1.13.0", + "klona": "^2.0.6", "pathe": "^1.1.2", - "postcss": "^8.4.38", - "postcss-nesting": "^12.1.5", + "postcss": "^8.4.47", + "postcss-nesting": "^13.0.0", "tailwind-config-viewer": "^2.0.4", - "tailwindcss": "~3.4.4", - "ufo": "^1.5.3", + "tailwindcss": "~3.4.13", + "ufo": "^1.5.4", "unctx": "^2.3.1" } }, @@ -9294,22 +9295,22 @@ } }, "node_modules/h3": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/h3/-/h3-1.12.0.tgz", - "integrity": "sha512-Zi/CcNeWBXDrFNlV0hUBJQR9F7a96RjMeAZweW/ZWkR9fuXrMcvKnSA63f/zZ9l0GgQOZDVHGvXivNN9PWOwhA==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz", + "integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==", "dev": true, "license": "MIT", "dependencies": { - "cookie-es": "^1.1.0", - "crossws": "^0.2.4", + "cookie-es": "^1.2.2", + "crossws": ">=0.2.0 <0.4.0", "defu": "^6.1.4", "destr": "^2.0.3", - "iron-webcrypto": "^1.1.1", - "ohash": "^1.1.3", + "iron-webcrypto": "^1.2.1", + "ohash": "^1.1.4", "radix3": "^1.1.2", - "ufo": "^1.5.3", + "ufo": "^1.5.4", "uncrypto": "^0.1.3", - "unenv": "^1.9.0" + "unenv": "^1.10.0" } }, "node_modules/hal-json-normalizer": { @@ -13278,9 +13279,9 @@ } }, "node_modules/postcss-nesting": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.5.tgz", - "integrity": "sha512-N1NgI1PDCiAGWPTYrwqm8wpjv0bgDmkYHH72pNsqTCv9CObxjxftdYu6AKtGN+pnJa7FQjMm3v4sp8QJbFsYdQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.0.tgz", + "integrity": "sha512-TCGQOizyqvEkdeTPM+t6NYwJ3EJszYE/8t8ILxw/YoeUvz2rz7aM8XTAmBWh9/DJjfaaabL88fWrsVHSPF2zgA==", "dev": true, "funding": [ { @@ -13294,21 +13295,21 @@ ], "license": "MIT-0", "dependencies": { - "@csstools/selector-resolve-nested": "^1.1.0", - "@csstools/selector-specificity": "^3.1.1", + "@csstools/selector-resolve-nested": "^2.0.0", + "@csstools/selector-specificity": "^4.0.0", "postcss-selector-parser": "^6.1.0" }, "engines": { - "node": "^14 || ^16 || >=18" + "node": ">=18" }, "peerDependencies": { "postcss": "^8.4" } }, "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-1.1.0.tgz", - "integrity": "sha512-uWvSaeRcHyeNenKg8tp17EVDRkpflmdyvbE0DHo6D/GdBb6PDnCYYU6gRpXhtICMGMcahQmj2zGxwFM/WC8hCg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-2.0.0.tgz", + "integrity": "sha512-oklSrRvOxNeeOW1yARd4WNCs/D09cQjunGZUgSq6vM8GpzFswN+8rBZyJA29YFZhOTQ6GFzxgLDNtVbt9wPZMA==", "dev": true, "funding": [ { @@ -13322,16 +13323,16 @@ ], "license": "MIT-0", "engines": { - "node": "^14 || ^16 || >=18" + "node": ">=18" }, "peerDependencies": { - "postcss-selector-parser": "^6.0.13" + "postcss-selector-parser": "^6.1.0" } }, "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz", - "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz", + "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==", "dev": true, "funding": [ { @@ -13345,10 +13346,10 @@ ], "license": "MIT-0", "engines": { - "node": "^14 || ^16 || >=18" + "node": ">=18" }, "peerDependencies": { - "postcss-selector-parser": "^6.0.13" + "postcss-selector-parser": "^6.1.0" } }, "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { diff --git a/print/package.json b/print/package.json index a5f6228b0a..74091164b8 100644 --- a/print/package.json +++ b/print/package.json @@ -33,7 +33,7 @@ "@nuxt/eslint-config": "0.5.7", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "8.5.4", - "@nuxtjs/tailwindcss": "6.12.1", + "@nuxtjs/tailwindcss": "6.12.2", "@tailwindcss/typography": "0.5.14", "@typescript-eslint/eslint-plugin": "7.18.0", "@vitest/coverage-v8": "1.6.0",