diff --git a/package-lock.json b/package-lock.json index f327079..49a631b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.38.0", - "motion": "^13.0.0", + "motion": "^13.1.0", "next": "16.3.0", "react": "19.2.8", "react-dom": "19.2.8" @@ -4994,12 +4994,12 @@ } }, "node_modules/motion": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/motion/-/motion-13.0.0.tgz", - "integrity": "sha512-RYZjEpgHUCKjBNqjmUQzW93VJWLvEZGTPdKRFSqOdOl07IIMvz+WrsZmD1XXAkoFLruW/8bO1L7UF+ViQTxtLg==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/motion/-/motion-13.1.0.tgz", + "integrity": "sha512-qtvscq59uCPdWnNW4SdSkrxR+BS/QYsa923bx7ocA+4p+ZGNbbVQwkSnG4aukB81QWjtl3AxX36plxNyZLmHCA==", "license": "MIT", "dependencies": { - "framer-motion": "^13.0.0", + "framer-motion": "^13.1.0", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 3673e2c..424aae3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.38.0", - "motion": "^13.0.0", + "motion": "^13.1.0", "next": "16.3.0", "react": "19.2.8", "react-dom": "19.2.8"