From c004fd5138d16d925e5a0cc0498afd6f24ef3737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 06:19:53 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.1.2 to 3.1.3 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.2 to 3.1.3. - [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.2...v3.1.3) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37d9af8..b6cf645 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.2", + "tailwindcss": "^3.1.3", "vuepress": "^2.0.0-beta.48", "vuepress-plugin-sitemap2": "^2.0.0-beta.24", "yaml": "^2.1.1" @@ -13324,12 +13324,12 @@ } }, "node_modules/tailwindcss": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.2.tgz", - "integrity": "sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz", + "integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==", "dev": true, "dependencies": { - "arg": "^5.0.1", + "arg": "^5.0.2", "chokidar": "^3.5.3", "color-name": "^1.1.4", "detective": "^5.2.1", @@ -24439,12 +24439,12 @@ "dev": true }, "tailwindcss": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.2.tgz", - "integrity": "sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz", + "integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==", "dev": true, "requires": { - "arg": "^5.0.1", + "arg": "^5.0.2", "chokidar": "^3.5.3", "color-name": "^1.1.4", "detective": "^5.2.1", diff --git a/package.json b/package.json index 97d85a2..7f68619 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.2", + "tailwindcss": "^3.1.3", "vuepress": "^2.0.0-beta.48", "vuepress-plugin-sitemap2": "^2.0.0-beta.24", "yaml": "^2.1.1"