diff --git a/package-lock.json b/package-lock.json index f87ca42..4ca4bd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "glob": "^10.3.12", "rollup": "^4.44.0", "rollup-plugin-ignore-import": "^1.3.2", - "tw-animate-css": "^1.2.9", + "tw-animate-css": "^1.3.5", "typescript": "^5.2.2", "vite": "6.3.5" } @@ -6568,11 +6568,6 @@ "node": ">= 0.6" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/fsevents": { "version": "2.3.3", "license": "MIT", @@ -7027,8 +7022,8 @@ }, "node_modules/inflight": { "version": "1.0.6", - "devOptional": true, "license": "ISC", + "optional": true, "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -8720,8 +8715,8 @@ }, "node_modules/once": { "version": "1.4.0", - "devOptional": true, "license": "ISC", + "optional": true, "dependencies": { "wrappy": "1" } @@ -10155,9 +10150,9 @@ } }, "node_modules/tw-animate-css": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.2.9.tgz", - "integrity": "sha512-9O4k1at9pMQff9EAcCEuy1UNO43JmaPQvq+0lwza9Y0BQ6LB38NiMj+qHqjoQf40355MX+gs6wtlR6H9WsSXFg==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.5.tgz", + "integrity": "sha512-t3u+0YNoloIhj1mMXs779P6MO9q3p3mvGn4k1n3nJPqJw/glZcuijG2qTSN4z4mgNRfW5ZC3aXJFLwDtiipZXA==", "dev": true, "funding": { "url": "https://github.com/sponsors/Wombosvideo" @@ -11748,8 +11743,8 @@ }, "node_modules/wrappy": { "version": "1.0.2", - "devOptional": true, - "license": "ISC" + "license": "ISC", + "optional": true }, "node_modules/ws": { "version": "8.18.0", diff --git a/package.json b/package.json index 5ced963..75024da 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "glob": "^10.3.12", "rollup": "^4.44.0", "rollup-plugin-ignore-import": "^1.3.2", - "tw-animate-css": "^1.2.9", + "tw-animate-css": "^1.3.5", "typescript": "^5.2.2", "vite": "6.3.5" }