Explorar el Código

Bump framer-motion from 11.2.9 to 11.2.10 in /frontend (#2160)

Bumps [framer-motion](https://github.com/framer/motion) from 11.2.9 to 11.2.10.
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/compare/v11.2.9...v11.2.10)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] hace 1 año
padre
commit
e6c8e1c9d2
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 4 4
      frontend/package-lock.json
  2. 1 1
      frontend/package.json

+ 4 - 4
frontend/package-lock.json

@@ -17,7 +17,7 @@
         "@xterm/xterm": "^5.4.0",
         "clsx": "^2.1.1",
         "eslint-config-airbnb-typescript": "^18.0.0",
-        "framer-motion": "^11.2.9",
+        "framer-motion": "^11.2.10",
         "i18next": "^23.11.5",
         "i18next-browser-languagedetector": "^8.0.0",
         "i18next-http-backend": "^2.5.2",
@@ -9856,9 +9856,9 @@
       }
     },
     "node_modules/framer-motion": {
-      "version": "11.2.9",
-      "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.9.tgz",
-      "integrity": "sha512-gfxNSkp4dC3vpy2hGNQK3K9bNOKwfasqOhrqvmZzYxCPSJ9Tpv/9JlCkeCMgFdKefgPr8+JiouGjVmaDzu750w==",
+      "version": "11.2.10",
+      "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.10.tgz",
+      "integrity": "sha512-/gr3PLZUVFCc86a9MqCUboVrALscrdluzTb3yew+2/qKBU8CX6nzs918/SRBRCqaPbx0TZP10CB6yFgK2C5cYQ==",
       "dependencies": {
         "tslib": "^2.4.0"
       },

+ 1 - 1
frontend/package.json

@@ -16,7 +16,7 @@
     "@xterm/xterm": "^5.4.0",
     "clsx": "^2.1.1",
     "eslint-config-airbnb-typescript": "^18.0.0",
-    "framer-motion": "^11.2.9",
+    "framer-motion": "^11.2.10",
     "i18next": "^23.11.5",
     "i18next-browser-languagedetector": "^8.0.0",
     "i18next-http-backend": "^2.5.2",