diff --git a/client/package-lock.json b/client/package-lock.json index ffda373..c65eb34 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.11.17", "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.11.17", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.17.tgz", + "integrity": "sha512-O8QzvoKiuzI5HSAHbcYuL6xU+ZLXbrH7C8Akaato4JzQbX2ULNeniqC2Vo5eiCtFktX9XsJ+7nUhxcl2E2IjpA==", + "license": "MIT", "dependencies": { "tslib": "^2.4.0" }, diff --git a/client/package.json b/client/package.json index 5b2c661..7fb7f85 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.11.17", "instantsearch.js": "^4.67.0", "numeral": "^2.0.6", "passport-linkedin-oauth2": "^2.0.0",