From b06d09aa6e6c48d17be580d181ef97b64d3076cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 03:28:49 +0000 Subject: [PATCH] chore(npm): bump animate.css from 3.7.2 to 4.1.1 Bumps [animate.css](https://github.com/animate-css/animate.css) from 3.7.2 to 4.1.1. - [Release notes](https://github.com/animate-css/animate.css/releases) - [Commits](https://github.com/animate-css/animate.css/compare/3.7.2...v4.1.1) --- updated-dependencies: - dependency-name: animate.css dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f71123d..e5a4d077 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "UNLICENSED", "dependencies": { - "animate.css": "^3.5.1", + "animate.css": "^4.1.1", "bootstrap-sass": "^3.3.6", "font-awesome": "^4.5.0", "jquery": "^3.7.1", @@ -4304,9 +4304,10 @@ } }, "node_modules/animate.css": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/animate.css/-/animate.css-3.7.2.tgz", - "integrity": "sha512-0bE8zYo7C0KvgOYrSVfrzkbYk6IOTVPNqkiHg2cbyF4Pq/PXzilz4BRWA3hwEUBoMp5VBgrC29lQIZyhRWdBTw==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz", + "integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==", + "license": "MIT" }, "node_modules/ansi-colors": { "version": "1.1.0", diff --git a/package.json b/package.json index d5505a2a..3a823af2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "node": ">=18.0.0" }, "dependencies": { - "animate.css": "^3.5.1", + "animate.css": "^4.1.1", "bootstrap-sass": "^3.3.6", "font-awesome": "^4.5.0", "jquery": "^3.7.1",