From d545fde03043800c291fc62ee620e3738032008e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 10:09:38 +0000 Subject: [PATCH] chore(deps-dev): bump @tailwindcss/forms from 0.5.2 to 0.5.3 Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" 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 ed8c25a..fb4b7ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@playwright/test": "^1.25.1", - "@tailwindcss/forms": "^0.5.2", + "@tailwindcss/forms": "^0.5.3", "@types/leaflet": "^1.7.11", "@types/leaflet.markercluster": "^1.5.1", "autoprefixer": "^10.4.8", @@ -82,9 +82,9 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.2.tgz", - "integrity": "sha512-pSrFeJB6Bg1Mrg9CdQW3+hqZXAKsBrSG9MAfFLKy1pVA4Mb4W7C0k7mEhlmS2Dfo/otxrQOET7NJiJ9RrS563w==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz", + "integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==", "dev": true, "dependencies": { "mini-svg-data-uri": "^1.2.3" @@ -1520,9 +1520,9 @@ } }, "@tailwindcss/forms": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.2.tgz", - "integrity": "sha512-pSrFeJB6Bg1Mrg9CdQW3+hqZXAKsBrSG9MAfFLKy1pVA4Mb4W7C0k7mEhlmS2Dfo/otxrQOET7NJiJ9RrS563w==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz", + "integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==", "dev": true, "requires": { "mini-svg-data-uri": "^1.2.3" diff --git a/package.json b/package.json index 494ca1b..d572782 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/Queer-Lexikon/regenbogenkarte#readme", "devDependencies": { "@playwright/test": "^1.25.1", - "@tailwindcss/forms": "^0.5.2", + "@tailwindcss/forms": "^0.5.3", "@types/leaflet": "^1.7.11", "@types/leaflet.markercluster": "^1.5.1", "autoprefixer": "^10.4.8",