From a50143d32e3941c11dcd0e457e8cbc43f981e280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:31:09 +0000 Subject: [PATCH] Bump eslint-plugin-tailwindcss in /VolunteeringUkraineMap Bumps [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases) - [Commits](https://github.com/francoismassart/eslint-plugin-tailwindcss/compare/v3.13.0...v3.13.1) --- updated-dependencies: - dependency-name: eslint-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- VolunteeringUkraineMap/package-lock.json | 14 +++++++------- VolunteeringUkraineMap/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VolunteeringUkraineMap/package-lock.json b/VolunteeringUkraineMap/package-lock.json index 9f865be..b06b049 100644 --- a/VolunteeringUkraineMap/package-lock.json +++ b/VolunteeringUkraineMap/package-lock.json @@ -21,7 +21,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-tailwindcss": "^3.9.0", + "eslint-plugin-tailwindcss": "^3.13.1", "eslint-plugin-vue": "^9.19.2", "leaflet": "^1.9.4", "pnpm": "^8.12.1", @@ -3317,9 +3317,9 @@ } }, "node_modules/eslint-plugin-tailwindcss": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz", - "integrity": "sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.1.tgz", + "integrity": "sha512-2Nlgr9doO6vFAG9w4iGU0sspWXuzypfng10HTF+dFS2NterhweWtgdRvf/f7aaoOUUxVZM8wMIXzazrZ7CxyeA==", "dev": true, "dependencies": { "fast-glob": "^3.2.5", @@ -12401,9 +12401,9 @@ } }, "eslint-plugin-tailwindcss": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz", - "integrity": "sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.1.tgz", + "integrity": "sha512-2Nlgr9doO6vFAG9w4iGU0sspWXuzypfng10HTF+dFS2NterhweWtgdRvf/f7aaoOUUxVZM8wMIXzazrZ7CxyeA==", "dev": true, "requires": { "fast-glob": "^3.2.5", diff --git a/VolunteeringUkraineMap/package.json b/VolunteeringUkraineMap/package.json index 37006bc..55add12 100644 --- a/VolunteeringUkraineMap/package.json +++ b/VolunteeringUkraineMap/package.json @@ -25,7 +25,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-tailwindcss": "^3.9.0", + "eslint-plugin-tailwindcss": "^3.13.1", "eslint-plugin-vue": "^9.19.2", "leaflet": "^1.9.4", "pnpm": "^8.12.1",