From 13abc56e6b743144be684be53f945f400e318794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 02:05:28 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.1.3 to 3.1.4 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.3 to 3.1.4. - [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.1.3...v3.1.4) --- 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 b6cf645..5c9dffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "postcss-import": "^14.1.0", "snake-case": "^3.0.4", "standard-version": "^9.5.0", - "tailwindcss": "^3.1.3", + "tailwindcss": "^3.1.4", "vuepress": "^2.0.0-beta.48", "vuepress-plugin-sitemap2": "^2.0.0-beta.24", "yaml": "^2.1.1" @@ -13324,9 +13324,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz", - "integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz", + "integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==", "dev": true, "dependencies": { "arg": "^5.0.2", @@ -24439,9 +24439,9 @@ "dev": true }, "tailwindcss": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz", - "integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz", + "integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==", "dev": true, "requires": { "arg": "^5.0.2", diff --git a/package.json b/package.json index 7f68619..fdcab9f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "postcss-import": "^14.1.0", "snake-case": "^3.0.4", "standard-version": "^9.5.0", - "tailwindcss": "^3.1.3", + "tailwindcss": "^3.1.4", "vuepress": "^2.0.0-beta.48", "vuepress-plugin-sitemap2": "^2.0.0-beta.24", "yaml": "^2.1.1"