From f5691acdb1272071d57add3f7bc3b9fd7b237800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:10:15 +0000 Subject: [PATCH] Bump @astrojs/tailwind from 2.1.2 to 2.1.3 Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@2.1.3/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" 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 3e9e246..16e681f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@astrojs/image": "^0.11.6", - "@astrojs/tailwind": "^2.1.2", + "@astrojs/tailwind": "^2.1.3", "@types/micromodal": "^0.3.3", "astro": "^1.6.10", "astro-compress": "^1.1.7", @@ -158,9 +158,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.2.tgz", - "integrity": "sha512-nIrlT+WWp/Wv2VQ29Nvncq608E+j3qB9k1f7yiAjY2ijxizZo4OnQzdRPQcIjIZHL5YxPtzbcoSP2u3v+Domqw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.3.tgz", + "integrity": "sha512-W7UUUBJ3itDGcvJPvk+M/eNKFlLBYGODIzPsJ3zuehNzcJDhv/Ues+TzrpSvd0FaKfmV9Zlq3ZtToy96xxJU6Q==", "dev": true, "dependencies": { "@proload/core": "^0.3.2", @@ -8075,9 +8075,9 @@ } }, "@astrojs/tailwind": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.2.tgz", - "integrity": "sha512-nIrlT+WWp/Wv2VQ29Nvncq608E+j3qB9k1f7yiAjY2ijxizZo4OnQzdRPQcIjIZHL5YxPtzbcoSP2u3v+Domqw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.3.tgz", + "integrity": "sha512-W7UUUBJ3itDGcvJPvk+M/eNKFlLBYGODIzPsJ3zuehNzcJDhv/Ues+TzrpSvd0FaKfmV9Zlq3ZtToy96xxJU6Q==", "dev": true, "requires": { "@proload/core": "^0.3.2", diff --git a/package.json b/package.json index 2a23ba2..cef6ad2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@astrojs/image": "^0.11.6", - "@astrojs/tailwind": "^2.1.2", + "@astrojs/tailwind": "^2.1.3", "@types/micromodal": "^0.3.3", "astro": "^1.6.10", "astro-compress": "^1.1.7",