diff --git a/package-lock.json b/package-lock.json index 3fbea3290..2ce1df9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/react": "^19.1.8", "algoliasearch": "^4.25.0", "autoprefixer": "^10.4.21", - "framer-motion": "12.19.2", + "framer-motion": "12.20.1", "graphql": "^16.11.0", "lodash": "^4.17.21", "next": "15.3.4", @@ -6134,12 +6134,12 @@ } }, "node_modules/framer-motion": { - "version": "12.19.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.19.2.tgz", - "integrity": "sha512-0cWMLkYr+i0emeXC4hkLF+5aYpzo32nRdQ0D/5DI460B3O7biQ3l2BpDzIGsAHYuZ0fpBP0DC8XBkVf6RPAlZw==", + "version": "12.20.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.20.1.tgz", + "integrity": "sha512-NW2t2GHQcNvLHq18JyNVY15VKrwru+nkNyhLdqf4MbxbGhxZcSDi68iNcAy6O1nG0yYAQJbLioBIH1Kmg8Xr1g==", "license": "MIT", "dependencies": { - "motion-dom": "^12.19.0", + "motion-dom": "^12.20.1", "motion-utils": "^12.19.0", "tslib": "^2.4.0" }, @@ -8139,9 +8139,9 @@ } }, "node_modules/motion-dom": { - "version": "12.19.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.19.0.tgz", - "integrity": "sha512-m96uqq8VbwxFLU0mtmlsIVe8NGGSdpBvBSHbnnOJQxniPaabvVdGgxSamhuDwBsRhwX7xPxdICgVJlOpzn/5bw==", + "version": "12.20.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.20.1.tgz", + "integrity": "sha512-XyveLJ9dmQTmaEsP9RlcuoNFxWlRIGdasdPJBB4aOwPr8bRcJdhltudAbiEjRQBmsGD30sjJdaEjhkHsAHapLQ==", "license": "MIT", "dependencies": { "motion-utils": "^12.19.0" diff --git a/package.json b/package.json index 675a86e47..99ddd532c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/react": "^19.1.8", "algoliasearch": "^4.25.0", "autoprefixer": "^10.4.21", - "framer-motion": "12.19.2", + "framer-motion": "12.20.1", "graphql": "^16.11.0", "lodash": "^4.17.21", "next": "15.3.4",