From 996160f7dda10f90c4c60586d1d2b4024221389e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:05:10 +0000 Subject: [PATCH] :arrow_up: Bump tailwindcss in /shifter in the js-dependencies group Bumps the js-dependencies group in /shifter with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `tailwindcss` from 3.4.16 to 3.4.17 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-dependencies ... Signed-off-by: dependabot[bot] --- shifter/package-lock.json | 9 ++++----- shifter/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/shifter/package-lock.json b/shifter/package-lock.json index 07d4fe9..3f05b22 100644 --- a/shifter/package-lock.json +++ b/shifter/package-lock.json @@ -18,7 +18,7 @@ "css-loader": "^7.1.2", "source-map-loader": "^5.0.0", "style-loader": "^4.0.0", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "webpack": "^5.97.1", "webpack-cli": "^5.1.4" } @@ -2475,11 +2475,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dev": true, - "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/shifter/package.json b/shifter/package.json index 1751c89..3c7d680 100644 --- a/shifter/package.json +++ b/shifter/package.json @@ -22,7 +22,7 @@ "css-loader": "^7.1.2", "source-map-loader": "^5.0.0", "style-loader": "^4.0.0", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "webpack": "^5.97.1", "webpack-cli": "^5.1.4" },