diff --git a/package-lock.json b/package-lock.json index 6258763..6391ef9 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.3.6", "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.3.6", + "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.6.tgz", + "integrity": "sha512-9dy0R9UsYEGmgf26L8UcHiLmSFTHa9+D7+dAt/G/sF5dCnPePZbfgDYinc7/UzAM7g/baVrmS6m9yEpU46d+LA==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index d0edf84..a5cc6e4 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.3.6", "typescript": "^5" } }