diff --git a/package-lock.json b/package-lock.json index 0367680..794b215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@remix-run/cloudflare-pages": "^1.19.1", "@remix-run/react": "^1.19.1", "@sentry/react": "^7.60.1", - "framer-motion": "^10.13.1", + "framer-motion": "^10.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -6888,9 +6888,9 @@ } }, "node_modules/framer-motion": { - "version": "10.13.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.13.1.tgz", - "integrity": "sha512-uiKsaLEoySeln3eOPy8wUB3FkNtRRiVga5xJOkgs7C0sHVyvpJajXJFSoabt+emBojgnMQY0epnjl0ppoYPxkQ==", + "version": "10.15.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.15.0.tgz", + "integrity": "sha512-HDjWrYWgbO5orKuhnXETLFzk7UUvwWur2HFs2elAZ8lVpI49ClHql31DNTVvVBcOrSHfAOS4eBDBedIvOx634w==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 9553db2..e2bdcfc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@remix-run/cloudflare-pages": "^1.19.1", "@remix-run/react": "^1.19.1", "@sentry/react": "^7.60.1", - "framer-motion": "^10.13.1", + "framer-motion": "^10.15.0", "react": "^18.2.0", "react-dom": "^18.2.0" },