Bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [framer-motion](https://github.com/motiondivision/motion) and [styled-components](https://github.com/styled-components/styled-components).


Updates `framer-motion` from 12.9.4 to 12.10.5
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/motiondivision/motion/compare/v12.9.4...v12.10.5)

Updates `styled-components` from 6.1.17 to 6.1.18
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.1.17...styled-components@6.1.18)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: styled-components
  dependency-version: 6.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-12 07:09:28 +00:00 committed by GitHub
parent 965dcf71e1
commit 92600dc64b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

24
package-lock.json generated
View file

@ -12,13 +12,13 @@
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"axios": "^1.9.0", "axios": "^1.9.0",
"framer-motion": "^12.9.4", "framer-motion": "^12.10.5",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-dropzone": "^14.3.8", "react-dropzone": "^14.3.8",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"styled-components": "^6.1.17", "styled-components": "^6.1.18",
"web-vitals": "^4.2.4" "web-vitals": "^4.2.4"
} }
}, },
@ -8350,12 +8350,12 @@
} }
}, },
"node_modules/framer-motion": { "node_modules/framer-motion": {
"version": "12.9.4", "version": "12.10.5",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.9.4.tgz", "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.10.5.tgz",
"integrity": "sha512-yaeGDmGQ3eCQEwZ95/pRQMaSh/Q4E2CK6JYOclG/PdjyQad0MULJ+JFVV8911Fl5a6tF6o0wgW8Dpl5Qx4Adjg==", "integrity": "sha512-p6VF1YkwWvNDFzg5IQ5lqPx11Td4TQ6LqDnshV7sWj0Nrp4dwz2/aEzmgh9WA9ridcTIJ625Fr0oiuhgqIoFwQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"motion-dom": "^12.9.4", "motion-dom": "^12.10.5",
"motion-utils": "^12.9.4", "motion-utils": "^12.9.4",
"tslib": "^2.4.0" "tslib": "^2.4.0"
}, },
@ -11516,9 +11516,9 @@
} }
}, },
"node_modules/motion-dom": { "node_modules/motion-dom": {
"version": "12.9.4", "version": "12.10.5",
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.4.tgz", "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.10.5.tgz",
"integrity": "sha512-25TWkQPj5I18m+qVjXGtCsxboY11DaRC5HMjd29tHKExazW4Zf4XtAagBdLpyKsVuAxEQ6cx5/E4AB21PFpLnQ==", "integrity": "sha512-F7XKmhxXEH/y3aWWf0N2w69wNSN+6PcJ1seqR1WolClmXpPhj+xwzs9j5CpsMFzeHR1D7irl3JcWMToPRwX6Hg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"motion-utils": "^12.9.4" "motion-utils": "^12.9.4"
@ -15533,9 +15533,9 @@
} }
}, },
"node_modules/styled-components": { "node_modules/styled-components": {
"version": "6.1.17", "version": "6.1.18",
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.17.tgz", "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.18.tgz",
"integrity": "sha512-97D7DwWanI7nN24v0D4SvbfjLE9656umNSJZkBkDIWL37aZqG/wRQ+Y9pWtXyBIM/NSfcBzHLErEsqHmJNSVUg==", "integrity": "sha512-Mvf3gJFzZCkhjY2Y/Fx9z1m3dxbza0uI9H1CbNZm/jSHCojzJhQ0R7bByrlFJINnMzz/gPulpoFFGymNwrsMcw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@emotion/is-prop-valid": "1.2.2", "@emotion/is-prop-valid": "1.2.2",

View file

@ -20,13 +20,13 @@
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"axios": "^1.9.0", "axios": "^1.9.0",
"framer-motion": "^12.9.4", "framer-motion": "^12.10.5",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-dropzone": "^14.3.8", "react-dropzone": "^14.3.8",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"styled-components": "^6.1.17", "styled-components": "^6.1.18",
"web-vitals": "^4.2.4" "web-vitals": "^4.2.4"
}, },
"scripts": { "scripts": {