diff --git a/package.json b/package.json index 10d9ce44..6646f765 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "prettier-plugin-svelte": "^2.5.1", "svelte": "^3.44.3", "svelte-preprocess": "^4.10.1", - "tailwindcss": "^3.0.7", + "tailwindcss": "^3.0.11", "tslib": "^2.3.1", "typescript": "^4.5.4" }, diff --git a/yarn.lock b/yarn.lock index 94754255..45c56d46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3544,6 +3544,13 @@ postcss-js@^3.0.3: camelcase-css "^2.0.1" postcss "^8.1.6" +postcss-js@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.0.tgz#31db79889531b80dc7bc9b0ad283e418dce0ac00" + integrity sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ== + dependencies: + camelcase-css "^2.0.1" + postcss-load-config@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.0.tgz" @@ -4434,10 +4441,10 @@ tailwindcss@^2.1.2: resolve "^1.20.0" tmp "^0.2.1" -tailwindcss@^3.0.7: - version "3.0.7" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.7.tgz#15936881f042a7eb8d6f2b6a454bac9f51181bbd" - integrity sha512-rZdKNHtC64jcQncLoWOuCzj4lQDTAgLtgK3WmQS88tTdpHh9OwLqULTQxI3tw9AMJsqSpCKlmcjW/8CSnni6zQ== +tailwindcss@^3.0.11: + version "3.0.11" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.11.tgz#c4e96cada1f693cba66269eef80c74d22331c767" + integrity sha512-JyMsQ2kPqpOvG8ow535XpauXj3wz3nQqcy2tVlXj4FQ0eNlsdzvlAqpRA3q5rPLboWirNG6r2DqKczwjW2uc8Q== dependencies: arg "^5.0.1" chalk "^4.1.2" @@ -4452,14 +4459,13 @@ tailwindcss@^3.0.7: is-glob "^4.0.3" normalize-path "^3.0.0" object-hash "^2.2.0" - postcss-js "^3.0.3" + postcss-js "^4.0.0" postcss-load-config "^3.1.0" postcss-nested "5.0.6" postcss-selector-parser "^6.0.7" postcss-value-parser "^4.2.0" quick-lru "^5.1.1" resolve "^1.20.0" - tmp "^0.2.1" text-table@^0.2.0: version "0.2.0"