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" } }