diff --git a/package-lock.json b/package-lock.json index 285b07c..822d1fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1368,9 +1368,9 @@ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" }, "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.0.0", + "resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.0.0.tgz", + "integrity": "sha512-/BZp99OByWGftfTt2KoYcfER0k5jum82h16+ZIb3S6ghz1nMXIVCtwZYjgVAc+WNO5vHN/8+cypdhSP0maayiw==" }, "ansi-colors": { "version": "3.2.4", diff --git a/package.json b/package.json index 664df2b..376bf3e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "webpackbar": "^4.0.0" }, "dependencies": { - "animate.css": "^3.7.2", + "animate.css": "^4.0.0", "axios": "^0.19", "bootstrap": "^4.3.1", "bootstrap-vue": "^2.0.0-rc.25",