From 8e85331084c7997df6ee3d0aafdb78a39eeb7bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:35:50 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.16 to 3.4.17 in the css group (#3232) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6c92c4492..f4ca3661b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "bpmn-visualization", - "version": "0.45.0", + "version": "0.45.0-post", "license": "Apache-2.0", "dependencies": { "@typed-mxgraph/typed-mxgraph": "~1.0.8", @@ -66,7 +66,7 @@ "rollup-plugin-node-externals": "~7.1.3", "rollup-plugin-sizes": "~1.0.6", "rollup-plugin-typescript2": "~0.36.0", - "tailwindcss": "~3.4.16", + "tailwindcss": "~3.4.17", "ts-jest": "~29.2.5", "typedoc": "~0.26.11", "typescript": "~5.4.5", @@ -13456,9 +13456,9 @@ } }, "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, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -23830,9 +23830,9 @@ "dev": true }, "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, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index b5808e9b67..a276708631 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "rollup-plugin-node-externals": "~7.1.3", "rollup-plugin-sizes": "~1.0.6", "rollup-plugin-typescript2": "~0.36.0", - "tailwindcss": "~3.4.16", + "tailwindcss": "~3.4.17", "ts-jest": "~29.2.5", "typedoc": "~0.26.11", "typescript": "~5.4.5",