diff --git a/package-lock.json b/package-lock.json index 09832e6ae..f7a99e47c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/react": "^18.3.9", "algoliasearch": "^4.24.0", "autoprefixer": "^10.4.20", - "framer-motion": "11.8.0", + "framer-motion": "11.9.0", "graphql": "^16.9.0", "lodash": "^4.17.21", "next": "^14.2.13", @@ -4354,9 +4354,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==", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.9.0.tgz", + "integrity": "sha512-nCfGxvsQecVLjjYDu35G2F5ls+ArE3FBfhxV0RSiisMaUKqteq5DMBFNRKwMyVj+VqKTNhawt+BV480YCHKFlQ==", "license": "MIT", "dependencies": { "tslib": "^2.4.0" diff --git a/package.json b/package.json index cd7a1616b..22f1578c9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/react": "^18.3.9", "algoliasearch": "^4.24.0", "autoprefixer": "^10.4.20", - "framer-motion": "11.8.0", + "framer-motion": "11.9.0", "graphql": "^16.9.0", "lodash": "^4.17.21", "next": "^14.2.13",