Bump the dependencies group with 2 updates

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


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

Updates `web-vitals` from 5.0.0 to 5.0.1
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: web-vitals
  dependency-version: 5.0.1
  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-06-09 07:18:02 +00:00 committed by GitHub
parent d026d79dd0
commit df8327ccba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 19 deletions

34
package-lock.json generated
View file

@ -12,14 +12,14 @@
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"axios": "^1.9.0",
"framer-motion": "^12.10.5",
"framer-motion": "^12.16.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-scripts": "^5.0.1",
"styled-components": "^6.1.18",
"web-vitals": "^5.0.0"
"web-vitals": "^5.0.2"
}
},
"node_modules/@adobe/css-tools": {
@ -8350,13 +8350,13 @@
}
},
"node_modules/framer-motion": {
"version": "12.10.5",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.10.5.tgz",
"integrity": "sha512-p6VF1YkwWvNDFzg5IQ5lqPx11Td4TQ6LqDnshV7sWj0Nrp4dwz2/aEzmgh9WA9ridcTIJ625Fr0oiuhgqIoFwQ==",
"version": "12.16.0",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.16.0.tgz",
"integrity": "sha512-xryrmD4jSBQrS2IkMdcTmiS4aSKckbS7kLDCuhUn9110SQKG1w3zlq1RTqCblewg+ZYe+m3sdtzQA6cRwo5g8Q==",
"license": "MIT",
"dependencies": {
"motion-dom": "^12.10.5",
"motion-utils": "^12.9.4",
"motion-dom": "^12.16.0",
"motion-utils": "^12.12.1",
"tslib": "^2.4.0"
},
"peerDependencies": {
@ -11516,18 +11516,18 @@
}
},
"node_modules/motion-dom": {
"version": "12.10.5",
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.10.5.tgz",
"integrity": "sha512-F7XKmhxXEH/y3aWWf0N2w69wNSN+6PcJ1seqR1WolClmXpPhj+xwzs9j5CpsMFzeHR1D7irl3JcWMToPRwX6Hg==",
"version": "12.16.0",
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.16.0.tgz",
"integrity": "sha512-Z2nGwWrrdH4egLEtgYMCEN4V2qQt1qxlKy/uV7w691ztyA41Q5Rbn0KNGbsNVDZr9E8PD2IOQ3hSccRnB6xWzw==",
"license": "MIT",
"dependencies": {
"motion-utils": "^12.9.4"
"motion-utils": "^12.12.1"
}
},
"node_modules/motion-utils": {
"version": "12.9.4",
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.9.4.tgz",
"integrity": "sha512-BW3I65zeM76CMsfh3kHid9ansEJk9Qvl+K5cu4DVHKGsI52n76OJ4z2CUJUV+Mn3uEP9k1JJA3tClG0ggSrRcg==",
"version": "12.12.1",
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.12.1.tgz",
"integrity": "sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==",
"license": "MIT"
},
"node_modules/ms": {
@ -16520,9 +16520,9 @@
}
},
"node_modules/web-vitals": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.0.tgz",
"integrity": "sha512-yuayYLYyO4QdqB7YriMtUZxCIsUbcpZLnoPCJXocLvTRcAh/Jz2rgqsHrh9Oz/NHApB/Somd05NMsuhJV3YcLQ==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.2.tgz",
"integrity": "sha512-nhl+fujoz9Io6MdDSyGSiiUSR1DLMvD3Mde1sNaRKrNwsEFYQICripmEIyUvE2DPKDkW1BbHa4saEDo1U/2D/Q==",
"license": "Apache-2.0"
},
"node_modules/webidl-conversions": {

View file

@ -20,14 +20,14 @@
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"axios": "^1.9.0",
"framer-motion": "^12.10.5",
"framer-motion": "^12.16.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-scripts": "^5.0.1",
"styled-components": "^6.1.18",
"web-vitals": "^5.0.0"
"web-vitals": "^5.0.2"
},
"scripts": {
"dev": "set PORT=3006 && react-scripts start",