diff --git a/web/package-lock.json b/web/package-lock.json index a473bba5..c23ed8ca 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -24,7 +24,7 @@ "@tanstack/react-virtual": "^3.10.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.39.0", + "framer-motion": "^12.40.0", "i18next": "^26.0.8", "lucide-react": "^1.11.0", "qrcode.react": "^4.2.0", @@ -5956,12 +5956,12 @@ } }, "node_modules/framer-motion": { - "version": "12.39.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.39.0.tgz", - "integrity": "sha512-+vnLfzrv0MzjLzNl+nvNvR7jdg3q4cxxjz/YvzfifHl0TREtL00cs1RoMTxs+1PzLiEqZGV6gYsBY0oEAYZ24w==", + "version": "12.40.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.40.0.tgz", + "integrity": "sha512-uaBd3qC1v3KQqBEjwTUd183K6PbS+j0yR9w9VmEOLWA/tnUcSn8Xa3uck7t4dgpDoUss8xQTcj8W2L07lrnLFg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.39.0", + "motion-dom": "^12.40.0", "motion-utils": "^12.39.0", "tslib": "^2.4.0" }, @@ -7552,9 +7552,9 @@ } }, "node_modules/motion-dom": { - "version": "12.39.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.39.0.tgz", - "integrity": "sha512-Xn7aAcGDhco/JZTXOub64UmaYn73C6J1Po7Fk+8EvkJsNGTqfhon6UJY53vJKXW5v5Zl8HrYsVxv6oPXeGoGLQ==", + "version": "12.40.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.40.0.tgz", + "integrity": "sha512-HxU3ZaBwNPVQUBQf1xxgq+7JrPNZvjLVxgbpEZL7RrWJnsxOf0/OM+yrHG9ogLQ31Do/r57Oz2gQWPK+6q62mg==", "license": "MIT", "dependencies": { "motion-utils": "^12.39.0" diff --git a/web/package.json b/web/package.json index 84321f61..98284735 100644 --- a/web/package.json +++ b/web/package.json @@ -74,7 +74,7 @@ "@tanstack/react-virtual": "^3.10.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.39.0", + "framer-motion": "^12.40.0", "i18next": "^26.0.8", "lucide-react": "^1.11.0", "qrcode.react": "^4.2.0",