diff --git a/package-lock.json b/package-lock.json index 5ecd2f9..da6610f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "autoprefixer": "^10.4.13", "eslint": "^8.43.0", "eslint-config-next": "^13.2.4", - "framer-motion": "^10.0.1", + "framer-motion": "^10.16.4", "next": "^13.2.4", "postcss": "^8.4.21", "react": "^18.2.0", @@ -1873,9 +1873,9 @@ } }, "node_modules/framer-motion": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.1.tgz", - "integrity": "sha512-/N7gBA9gH8PkStyNQ67P/lx8UhL/7Y8z9Ku7FfgOF77sSG8wu8781kX7I5ZUgflRRtQXo8qH4Rev23004G1zcQ==", + "version": "10.16.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.4.tgz", + "integrity": "sha512-p9V9nGomS3m6/CALXqv6nFGMuFOxbWsmaOrdmhyQimMIlLl3LC7h7l86wge/Js/8cRu5ktutS/zlzgR7eBOtFA==", "dependencies": { "tslib": "^2.4.0" }, @@ -1885,6 +1885,14 @@ "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, "node_modules/fs.realpath": { @@ -5335,9 +5343,9 @@ "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==" }, "framer-motion": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.1.tgz", - "integrity": "sha512-/N7gBA9gH8PkStyNQ67P/lx8UhL/7Y8z9Ku7FfgOF77sSG8wu8781kX7I5ZUgflRRtQXo8qH4Rev23004G1zcQ==", + "version": "10.16.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.4.tgz", + "integrity": "sha512-p9V9nGomS3m6/CALXqv6nFGMuFOxbWsmaOrdmhyQimMIlLl3LC7h7l86wge/Js/8cRu5ktutS/zlzgR7eBOtFA==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/package.json b/package.json index b19feaf..33802e9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "autoprefixer": "^10.4.13", "eslint": "^8.43.0", "eslint-config-next": "^13.2.4", - "framer-motion": "^10.0.1", + "framer-motion": "^10.16.4", "next": "^13.2.4", "postcss": "^8.4.21", "react": "^18.2.0",