From 801ee4ffa574876026451b4f66a79062d0a1597f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jan 2025 04:14:32 +0000 Subject: [PATCH] fix: upgrade framer-motion from 11.1.7 to 11.15.0 Snyk has created this PR to upgrade framer-motion from 11.1.7 to 11.15.0. See this package in npm: framer-motion See this project in Snyk: https://app.snyk.io/org/issam-seghir/project/088f4f11-9d48-4d6d-a688-bab1afa2a849?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 30 ++++++++++++++++++++++++------ client/package.json | 2 +- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ffda373..3b610f7 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23,7 +23,7 @@ "algoliasearch": "^4.23.3", "date-fns": "^3.0.5", "emoji-picker-react": "^4.9.2", - "framer-motion": "^11.1.7", + "framer-motion": "^11.15.0", "instantsearch.js": "^4.67.0", "numeral": "^2.0.6", "passport-linkedin-oauth2": "^2.0.0", @@ -8219,16 +8219,19 @@ } }, "node_modules/framer-motion": { - "version": "11.1.7", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.1.7.tgz", - "integrity": "sha512-cW11Pu53eDAXUEhv5hEiWuIXWhfkbV32PlgVISn7jRdcAiVrJ1S03YQQ0/DzoswGYYwKi4qYmHHjCzAH52eSdQ==", + "version": "11.15.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.15.0.tgz", + "integrity": "sha512-MLk8IvZntxOMg7lDBLw2qgTHHv664bYoYmnFTmE0Gm/FW67aOJk0WM3ctMcG+Xhcv+vh5uyyXwxvxhSeJzSe+w==", + "license": "MIT", "dependencies": { + "motion-dom": "^11.14.3", + "motion-utils": "^11.14.3", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@emotion/is-prop-valid": { @@ -14224,6 +14227,21 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/motion-dom": { + "version": "11.16.4", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.16.4.tgz", + "integrity": "sha512-2wuCie206pCiP2K23uvwJeci4pMFfyQKpWI0Vy6HrCTDzDCer4TsYtT7IVnuGbDeoIV37UuZiUr6SZMHEc1Vww==", + "license": "MIT", + "dependencies": { + "motion-utils": "^11.16.0" + } + }, + "node_modules/motion-utils": { + "version": "11.16.0", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.16.0.tgz", + "integrity": "sha512-ngdWPjg31rD4WGXFi0eZ00DQQqKKu04QExyv/ymlC+3k+WIgYVFbt6gS5JsFPbJODTF/r8XiE/X+SsoT9c0ocw==", + "license": "MIT" + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", diff --git a/client/package.json b/client/package.json index 5b2c661..635c92e 100644 --- a/client/package.json +++ b/client/package.json @@ -77,7 +77,7 @@ "algoliasearch": "^4.23.3", "date-fns": "^3.0.5", "emoji-picker-react": "^4.9.2", - "framer-motion": "^11.1.7", + "framer-motion": "^11.15.0", "instantsearch.js": "^4.67.0", "numeral": "^2.0.6", "passport-linkedin-oauth2": "^2.0.0",