diff --git a/package-lock.json b/package-lock.json index 3f80a9f..8c74c68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "animejs": "^3.2.2", + "animejs": "^4.3.5", "i18next": "^25.8.0", "i18next-browser-languagedetector": "^8.2.0", "i18next-chained-backend": "^5.0.2", @@ -1060,10 +1060,14 @@ } }, "node_modules/animejs": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/animejs/-/animejs-3.2.2.tgz", - "integrity": "sha512-Ao95qWLpDPXXM+WrmwcKbl6uNlC5tjnowlaRYtuVDHHoygjtIPfDUoK9NthrlZsQSKjZXlmji2TrBUAVbiH0LQ==", - "license": "MIT" + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/animejs/-/animejs-4.3.5.tgz", + "integrity": "sha512-yuQo/r97TCE+DDu3dTRKjyhBKSEGBcZorWeRW7WCE7EkAQpBoNd2E82dAAD/MDdrbREv7qsw/u7MAqiUX544WQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/juliangarnier" + } }, "node_modules/ansi-styles": { "version": "4.3.0", diff --git a/package.json b/package.json index a845b22..463fc59 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "", "license": "ISC", "dependencies": { - "animejs": "^3.2.2", + "animejs": "^4.3.5", "i18next": "^25.8.0", "i18next-browser-languagedetector": "^8.2.0", "i18next-chained-backend": "^5.0.2",