diff --git a/package-lock.json b/package-lock.json index 49cacc94..abd1dcab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "framer-motion": "^12.29.2", + "framer-motion": "^12.34.2", "gpt-token-utils": "^1.2.0", "html-react-parser": "^5.2.14", "i18next": "^25.8.0", @@ -55,13 +55,13 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", - "@types/node": "latest", + "@types/node": "*", "@types/react": "*", "@types/react-dom": "*", "@types/uuid": "^11.0.0", "eslint": "*", - "eslint-config-next": "latest", - "postcss": "latest", + "eslint-config-next": "*", + "postcss": "*", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^4.1.18", @@ -8436,12 +8436,12 @@ } }, "node_modules/framer-motion": { - "version": "12.29.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.2.tgz", - "integrity": "sha512-lSNRzBJk4wuIy0emYQ/nfZ7eWhqud2umPKw2QAQki6uKhZPKm2hRQHeQoHTG9MIvfobb+A/LbEWPJU794ZUKrg==", + "version": "12.34.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.34.2.tgz", + "integrity": "sha512-CcnYTzbRybm1/OE8QLXfXI8gR1cx5T4dF3D2kn5IyqsGNeLAKl2iFHb2BzFyXBGqESntDt6rPYl4Jhrb7tdB8g==", "license": "MIT", "dependencies": { - "motion-dom": "^12.29.2", + "motion-dom": "^12.34.2", "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, @@ -11093,9 +11093,9 @@ } }, "node_modules/motion-dom": { - "version": "12.29.2", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.2.tgz", - "integrity": "sha512-/k+NuycVV8pykxyiTCoFzIVLA95Nb1BFIVvfSu9L50/6K6qNeAYtkxXILy/LRutt7AzaYDc2myj0wkCVVYAPPA==", + "version": "12.34.2", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.34.2.tgz", + "integrity": "sha512-n7gknp7gHcW7DUcmet0JVPLVHmE3j9uWwDp5VbE3IkCNnW5qdu0mOhjNYzXMkrQjrgr+h6Db3EDM2QBhW2qNxQ==", "license": "MIT", "dependencies": { "motion-utils": "^12.29.2" diff --git a/package.json b/package.json index d6e6214b..c91b7ee3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "framer-motion": "^12.29.2", + "framer-motion": "^12.34.2", "gpt-token-utils": "^1.2.0", "html-react-parser": "^5.2.14", "i18next": "^25.8.0",