From d5c3596cf8fb4d5d551757e242d2ba0dbc493677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 02:06:05 +0000 Subject: [PATCH] fix(deps): update dependency framer-motion to v12.4.5 (#375) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d358508e..22b4255c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@supabase/supabase-js": "2.48.1", "classnames": "2.5.1", "dayjs": "1.11.13", - "framer-motion": "12.4.4", + "framer-motion": "12.4.5", "next": "15.1.7", "next-themes": "0.4.4", "react": "19.0.0", @@ -9714,12 +9714,12 @@ } }, "node_modules/framer-motion": { - "version": "12.4.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.4.4.tgz", - "integrity": "sha512-JWkVwbJBgVkeZHNcnk8ififgwTF+5de9wbJnTLI+g9YqaGo75Xd5uRVDm9FR8chqRDOKcXv/71f40CGescYVmg==", + "version": "12.4.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.4.5.tgz", + "integrity": "sha512-9+8wglyIJFeUpVg4U8Ohvoo5x7zmvRqawWXhEUThcYdwL/5A1/OkLvQo68Zz5taUE11HKG/Ex+LPaN2+fMkRdA==", "license": "MIT", "dependencies": { - "motion-dom": "^12.4.4", + "motion-dom": "^12.4.5", "motion-utils": "^12.0.0", "tslib": "^2.4.0" }, @@ -11370,9 +11370,9 @@ } }, "node_modules/motion-dom": { - "version": "12.4.4", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.4.4.tgz", - "integrity": "sha512-D8Kjp8oqUNqxoAVmIlOH+YCMov/4koBAmG4OJs0VWfh18xkQEIsx9+S7yrXyx0XaMBEPtre6e9LiSW2Zs7vIhA==", + "version": "12.4.5", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.4.5.tgz", + "integrity": "sha512-Q2xmhuyYug1CGTo0jdsL05EQ4RhIYXlggFS/yPhQQRNzbrhjKQ1tbjThx5Plv68aX31LsUQRq4uIkuDxdO5vRQ==", "license": "MIT", "dependencies": { "motion-utils": "^12.0.0" diff --git a/package.json b/package.json index 639f128e..6354834b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@supabase/supabase-js": "2.48.1", "classnames": "2.5.1", "dayjs": "1.11.13", - "framer-motion": "12.4.4", + "framer-motion": "12.4.5", "next": "15.1.7", "next-themes": "0.4.4", "react": "19.0.0",