From 762e1f4ab51c3b0a70e9a03b8290781fee408ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 02:48:59 +0000 Subject: [PATCH] build(deps-dev): bump tw-animate-css from 1.3.5 to 1.4.0 Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.3.5 to 1.4.0. - [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases) - [Commits](https://github.com/Wombosvideo/tw-animate-css/compare/v1.3.5...v1.4.0) --- updated-dependencies: - dependency-name: tw-animate-css dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6258763..0f3dad0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4", - "tw-animate-css": "^1.3.5", + "tw-animate-css": "^1.4.0", "typescript": "^5" } }, @@ -3138,9 +3138,9 @@ "license": "0BSD" }, "node_modules/tw-animate-css": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.5.tgz", - "integrity": "sha512-t3u+0YNoloIhj1mMXs779P6MO9q3p3mvGn4k1n3nJPqJw/glZcuijG2qTSN4z4mgNRfW5ZC3aXJFLwDtiipZXA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.4.0.tgz", + "integrity": "sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index d0edf84..c99d237 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4", - "tw-animate-css": "^1.3.5", + "tw-animate-css": "^1.4.0", "typescript": "^5" } }