From 375af421e3d582ae8a9ee6d3259cf7916a595908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 06:38:23 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [axios](https://github.com/axios/axios) and [framer-motion](https://github.com/motiondivision/motion). Updates `axios` from 1.8.4 to 1.9.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.8.4...v1.9.0) Updates `framer-motion` from 12.8.0 to 12.9.2 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.8.0...v12.9.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: framer-motion dependency-version: 12.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c6d6c4..5ba1fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", - "axios": "^1.8.4", - "framer-motion": "^12.8.0", + "axios": "^1.9.0", + "framer-motion": "^12.9.2", "react": "^19.1.0", "react-dom": "^19.1.0", "react-dropzone": "^14.3.8", @@ -4900,9 +4900,9 @@ } }, "node_modules/axios": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", - "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz", + "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -8350,13 +8350,13 @@ } }, "node_modules/framer-motion": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.8.0.tgz", - "integrity": "sha512-EarL75miCDcKLEAQLJ+6Zfwdj+KQsVlbHGGlygZ/TigKBj7NLPkyDKk4WLFUScjAs2xNpfMRLBM6VsCJq9Roxg==", + "version": "12.9.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.9.2.tgz", + "integrity": "sha512-R0O3Jdqbfwywpm45obP+8sTgafmdEcUoShQTAV+rB5pi+Y1Px/FYL5qLLRe5tPtBdN1J4jos7M+xN2VV2oEAbQ==", "license": "MIT", "dependencies": { - "motion-dom": "^12.8.0", - "motion-utils": "^12.7.5", + "motion-dom": "^12.9.1", + "motion-utils": "^12.8.3", "tslib": "^2.4.0" }, "peerDependencies": { @@ -11516,18 +11516,18 @@ } }, "node_modules/motion-dom": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.8.0.tgz", - "integrity": "sha512-YsfUE1F8Ycv9th1V0YJ6LOx9U2EMe/8P3RXK1o6NZhRbdFiWvzBLvxqp2X6Fn3rbJbwWkSEfnpe14ZU9Oz1d1Q==", + "version": "12.9.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.1.tgz", + "integrity": "sha512-xqXEwRLDYDTzOgXobSoWtytRtGlf7zdkRfFbrrdP7eojaGQZ5Go4OOKtgnx7uF8sAkfr1ZjMvbCJSCIT2h6fkQ==", "license": "MIT", "dependencies": { - "motion-utils": "^12.7.5" + "motion-utils": "^12.8.3" } }, "node_modules/motion-utils": { - "version": "12.7.5", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.7.5.tgz", - "integrity": "sha512-JIgrmEq7Vw1x0AUrjvkRp7oMMQkGqSUMT50O/Ag6RRCQWG3gRRTkOI+BirBAJT6m+GIPoiyxkJ1u98GgF/a6TQ==", + "version": "12.8.3", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.8.3.tgz", + "integrity": "sha512-GYVauZEbca8/zOhEiYOY9/uJeedYQld6co/GJFKOy//0c/4lDqk0zB549sBYqqV2iMuX+uHrY1E5zd8A2L+1Lw==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 87e6553..07c2afd 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", - "axios": "^1.8.4", - "framer-motion": "^12.8.0", + "axios": "^1.9.0", + "framer-motion": "^12.9.2", "react": "^19.1.0", "react-dom": "^19.1.0", "react-dropzone": "^14.3.8",