From 5e31d15d608601a9b6228dc9777c4ab0d8bdeaeb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Sep 2024 06:22:02 +0000 Subject: [PATCH] fix: upgrade framer-motion from 11.1.7 to 11.5.4 Snyk has created this PR to upgrade framer-motion from 11.1.7 to 11.5.4. 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 | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ffda373..02a8947 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.5.4", "instantsearch.js": "^4.67.0", "numeral": "^2.0.6", "passport-linkedin-oauth2": "^2.0.0", @@ -8219,9 +8219,10 @@ } }, "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.5.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.5.4.tgz", + "integrity": "sha512-E+tb3/G6SO69POkdJT+3EpdMuhmtCh9EWuK4I1DnIC23L7tFPrl8vxP+LSovwaw6uUr73rUbpb4FgK011wbRJQ==", + "license": "MIT", "dependencies": { "tslib": "^2.4.0" }, diff --git a/client/package.json b/client/package.json index 5b2c661..df00071 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.5.4", "instantsearch.js": "^4.67.0", "numeral": "^2.0.6", "passport-linkedin-oauth2": "^2.0.0",