From 32e6fb195be002c9e799c1476d80a5211641d1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 13:19:55 +0000 Subject: [PATCH] Bump tailwindcss from 3.0.22 to 3.0.23 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.22 to 3.0.23. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.22...v3.0.23) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a104c0..9d5afe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "svelte": "^3.46.4", "svelte-check": "^2.4.0", "svelte-preprocess": "^4.10.2", - "tailwindcss": "^3.0.22", + "tailwindcss": "^3.0.23", "tslib": "^2.0.0", "typescript": "^4.5.5" } @@ -3596,9 +3596,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.0.22", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz", - "integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.23.tgz", + "integrity": "sha512-+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA==", "dev": true, "dependencies": { "arg": "^5.0.1", @@ -6278,9 +6278,9 @@ } }, "tailwindcss": { - "version": "3.0.22", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz", - "integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.23.tgz", + "integrity": "sha512-+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA==", "dev": true, "requires": { "arg": "^5.0.1", diff --git a/package.json b/package.json index ae3bf2a..05c25bb 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "postcss-load-config": "^3.1.1", "autoprefixer": "^10.4.2", "cssnano": "^5.0.16", - "tailwindcss": "^3.0.22" + "tailwindcss": "^3.0.23" }, "type": "module" } \ No newline at end of file