diff --git a/package-lock.json b/package-lock.json index 8566b33dd..f6996c33e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "docusaurus2-dotenv": "^1.4.0", "express": "^4.18.2", "fontawesome": "^5.6.3", - "framer-motion": "^11.2.10", + "framer-motion": "^11.9.0", "joi": "^17.12.1", "passport": "^0.7.0", "passport-github": "^1.1.0", @@ -11186,10 +11186,9 @@ } }, "node_modules/framer-motion": { - "version": "11.8.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.8.0.tgz", - "integrity": "sha512-q/axN/PFRdKmzPK6PO2OhbLUMWXXZuiejdM1/3FhC2hm4YIetc+qeco2EvWm4u1/UTFmevclE492wGFNfSZ4eQ==", - "license": "MIT", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.9.0.tgz", + "integrity": "sha512-nCfGxvsQecVLjjYDu35G2F5ls+ArE3FBfhxV0RSiisMaUKqteq5DMBFNRKwMyVj+VqKTNhawt+BV480YCHKFlQ==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 78229f5a8..f450ecba2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "docusaurus2-dotenv": "^1.4.0", "express": "^4.18.2", "fontawesome": "^5.6.3", - "framer-motion": "^11.2.10", + "framer-motion": "^11.9.0", "joi": "^17.12.1", "passport": "^0.7.0", "passport-github": "^1.1.0",