diff options
author | Renovate Bot <forgejo-renovate-action@forgejo.org> | 2024-09-25 11:03:00 +0200 |
---|---|---|
committer | Michael Kriese <michael.kriese@gmx.de> | 2024-09-25 11:03:00 +0200 |
commit | e1a9ad600b31c1c2af563720423e282baa60f707 (patch) | |
tree | 8ad13cb76b62e87a7b6657711f769677728a6098 | |
parent | Merge pull request 'Update dependency vue to v3.5.7 (forgejo)' (#5364) from r... (diff) | |
download | forgejo-e1a9ad600b31c1c2af563720423e282baa60f707.tar.xz forgejo-e1a9ad600b31c1c2af563720423e282baa60f707.zip |
Update dependency tailwindcss to v3.4.13 (forgejo) (#5345)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5345
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index fe848ce5ad..e23a87edc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "pretty-ms": "9.0.0", "sortablejs": "1.15.3", "swagger-ui-dist": "5.17.14", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.13", "temporal-polyfill": "0.2.4", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", @@ -15211,9 +15211,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", - "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index fd083ea6f4..b29f80de50 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "pretty-ms": "9.0.0", "sortablejs": "1.15.3", "swagger-ui-dist": "5.17.14", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.13", "temporal-polyfill": "0.2.4", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", |