diff --git a/package-lock.json b/package-lock.json index cf8cf2d..06dbec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "@types/react": "^18.0.28", "@types/react-scroll": "^1.8.6", "autoprefixer": "^10.4.13", - "eslint-config-next": "^13.2.1", "eslint": "^8.35.0", - "framer-motion": "^10.0.0", + "eslint-config-next": "^13.2.1", + "framer-motion": "^10.0.1", "next": "^13.2.1", "postcss": "^8.4.21", "react": "^18.2.0", @@ -1871,9 +1871,9 @@ } }, "node_modules/framer-motion": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.0.tgz", - "integrity": "sha512-qVmndcu4Z3q5ftqcbUCvVewHc5yiw4uIZyM0uvJ0/spj9lza/FnWywUUc8DNIZTG1my6nFsNLRPGDruP4o6eIw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.1.tgz", + "integrity": "sha512-/N7gBA9gH8PkStyNQ67P/lx8UhL/7Y8z9Ku7FfgOF77sSG8wu8781kX7I5ZUgflRRtQXo8qH4Rev23004G1zcQ==", "dependencies": { "tslib": "^2.4.0" }, @@ -5356,9 +5356,9 @@ "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==" }, "framer-motion": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.0.tgz", - "integrity": "sha512-qVmndcu4Z3q5ftqcbUCvVewHc5yiw4uIZyM0uvJ0/spj9lza/FnWywUUc8DNIZTG1my6nFsNLRPGDruP4o6eIw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.1.tgz", + "integrity": "sha512-/N7gBA9gH8PkStyNQ67P/lx8UhL/7Y8z9Ku7FfgOF77sSG8wu8781kX7I5ZUgflRRtQXo8qH4Rev23004G1zcQ==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/package.json b/package.json index f38b1dd..c3e2ed2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "autoprefixer": "^10.4.13", "eslint": "^8.35.0", "eslint-config-next": "^13.2.1", - "framer-motion": "^10.0.0", + "framer-motion": "^10.0.1", "next": "^13.2.1", "postcss": "^8.4.21", "react": "^18.2.0",