diff --git a/web/package-lock.json b/web/package-lock.json index 092d218..2fac5cf 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@upstash/redis": "^1.36.2", - "framer-motion": "^12.34.0", + "framer-motion": "^12.34.1", "gsap": "^3.14.2", "next": "16.1.6", "react": "19.2.4", @@ -3642,12 +3642,12 @@ } }, "node_modules/framer-motion": { - "version": "12.34.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.34.0.tgz", - "integrity": "sha512-+/H49owhzkzQyxtn7nZeF4kdH++I2FWrESQ184Zbcw5cEqNHYkE5yxWxcTLSj5lNx3NWdbIRy5FHqUvetD8FWg==", + "version": "12.34.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.34.1.tgz", + "integrity": "sha512-kcZyNaYQfvE2LlH6+AyOaJAQV4rGp5XbzfhsZpiSZcwDMfZUHhuxLWeyRzf5I7jip3qKRpuimPA9pXXfr111kQ==", "license": "MIT", "dependencies": { - "motion-dom": "^12.34.0", + "motion-dom": "^12.34.1", "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, @@ -4933,9 +4933,9 @@ } }, "node_modules/motion-dom": { - "version": "12.34.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.34.0.tgz", - "integrity": "sha512-Lql3NuEcScRDxTAO6GgUsRHBZOWI/3fnMlkMcH5NftzcN37zJta+bpbMAV9px4Nj057TuvRooMK7QrzMCgtz6Q==", + "version": "12.34.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.34.1.tgz", + "integrity": "sha512-SC7ZC5dRcGwku2g7EsPvI4q/EzHumUbqsDNumBmZTLFg+goBO5LTJvDu9MAxx+0mtX4IA78B2be/A3aRjY0jnw==", "license": "MIT", "dependencies": { "motion-utils": "^12.29.2" diff --git a/web/package.json b/web/package.json index 8340504..3e4197c 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@upstash/redis": "^1.36.2", - "framer-motion": "^12.34.0", + "framer-motion": "^12.34.1", "gsap": "^3.14.2", "next": "16.1.6", "react": "19.2.4",