From 5e2328a77631a4abeca5fd2d7d4f53be5436697e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:27:45 +0000 Subject: [PATCH] Bump framer-motion from 12.16.0 to 12.17.0 Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.16.0 to 12.17.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.16.0...v12.17.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f8257588..cdcebeb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.16.0", + "framer-motion": "^12.17.0", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.507.0", @@ -8760,12 +8760,12 @@ } }, "node_modules/framer-motion": { - "version": "12.16.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.16.0.tgz", - "integrity": "sha512-xryrmD4jSBQrS2IkMdcTmiS4aSKckbS7kLDCuhUn9110SQKG1w3zlq1RTqCblewg+ZYe+m3sdtzQA6cRwo5g8Q==", + "version": "12.17.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.17.0.tgz", + "integrity": "sha512-2hISKgDk49yCLStwG1wf4Kdy/D6eBw9/eRNaWFIYoI9vMQ/Mqd1Fz+gzVlEtxJmtQ9y4IWnXm19/+UXD3dAYAA==", "license": "MIT", "dependencies": { - "motion-dom": "^12.16.0", + "motion-dom": "^12.17.0", "motion-utils": "^12.12.1", "tslib": "^2.4.0" }, @@ -12684,9 +12684,9 @@ } }, "node_modules/motion-dom": { - "version": "12.16.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.16.0.tgz", - "integrity": "sha512-Z2nGwWrrdH4egLEtgYMCEN4V2qQt1qxlKy/uV7w691ztyA41Q5Rbn0KNGbsNVDZr9E8PD2IOQ3hSccRnB6xWzw==", + "version": "12.17.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.17.0.tgz", + "integrity": "sha512-FA6/c70R9NKs3g41XDVONzmUUrEmyaifLVGCWtAmHP0usDnX9W+RN/tmbC4EUl0w6yLGvMTOwnWCFVgA5luhRg==", "license": "MIT", "dependencies": { "motion-utils": "^12.12.1" diff --git a/package.json b/package.json index 6e575744..9e6058ac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.16.0", + "framer-motion": "^12.17.0", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.507.0",