diff --git a/package-lock.json b/package-lock.json index d414de0..9e1b0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1285,14 +1285,14 @@ } }, "framer-motion": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-4.1.11.tgz", - "integrity": "sha512-7N67I8PUNH3OT0RTlNB672k5UiuWg5B17c+9Lc6BjICRo66gKeiq/Hy091lWCqNuSLEO59F9z39zxb3wMg6Tjg==", + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-4.1.17.tgz", + "integrity": "sha512-thx1wvKzblzbs0XaK2X0G1JuwIdARcoNOW7VVwjO8BUltzXPyONGAElLu6CiCScsOQRI7FIk/45YTFtJw5Yozw==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "framesync": "5.3.0", "hey-listen": "^1.0.8", - "popmotion": "9.3.5", + "popmotion": "9.3.6", "style-value-types": "4.1.4", "tslib": "^2.1.0" }, @@ -1514,9 +1514,9 @@ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" }, "popmotion": { - "version": "9.3.5", - "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.5.tgz", - "integrity": "sha512-Lr2rq8OP0j8D7CO2/6eO17ALeFCxjx1hfTGbMg+TLqFj+KZSGOoj6gRBVTzDINGqo6LQrORQSSSDaCL5OrB3bw==", + "version": "9.3.6", + "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz", + "integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==", "requires": { "framesync": "5.3.0", "hey-listen": "^1.0.8", diff --git a/package.json b/package.json index 41727d9..eafc540 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@chakra-ui/react": "^1.6.0", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.3.0", - "framer-motion": "^4.1.11", + "framer-motion": "^4.1.17", "lodash": "^4.17.21", "react": "^17.0.0", "react-dom": "^17.0.0",