diff --git a/api-editor/gui/package-lock.json b/api-editor/gui/package-lock.json index 5de96cad7..398356068 100644 --- a/api-editor/gui/package-lock.json +++ b/api-editor/gui/package-lock.json @@ -18,7 +18,7 @@ "@reduxjs/toolkit": "^1.9.3", "chart.js": "^3.9.1", "fastest-levenshtein": "^1.0.16", - "framer-motion": "^10.0.1", + "framer-motion": "^10.10.0", "idb-keyval": "^6.2.0", "katex": "^0.16.4", "lodash": "^4.17.21", @@ -4362,9 +4362,9 @@ } }, "node_modules/framer-motion": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.1.tgz", - "integrity": "sha512-/N7gBA9gH8PkStyNQ67P/lx8UhL/7Y8z9Ku7FfgOF77sSG8wu8781kX7I5ZUgflRRtQXo8qH4Rev23004G1zcQ==", + "version": "10.10.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.10.0.tgz", + "integrity": "sha512-eCsyOcJimIRbx9KOzBTO3j9u1rF/H8/o/ybizYqdrzHkEeHx9L2NcEfGWfV0OHTc1JV17ECVzuZpomupEJ4+dw==", "dependencies": { "tslib": "^2.4.0" }, @@ -4374,6 +4374,14 @@ "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, "node_modules/framer-motion/node_modules/@emotion/is-prop-valid": { @@ -12252,9 +12260,9 @@ } }, "framer-motion": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.1.tgz", - "integrity": "sha512-/N7gBA9gH8PkStyNQ67P/lx8UhL/7Y8z9Ku7FfgOF77sSG8wu8781kX7I5ZUgflRRtQXo8qH4Rev23004G1zcQ==", + "version": "10.10.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.10.0.tgz", + "integrity": "sha512-eCsyOcJimIRbx9KOzBTO3j9u1rF/H8/o/ybizYqdrzHkEeHx9L2NcEfGWfV0OHTc1JV17ECVzuZpomupEJ4+dw==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/api-editor/gui/package.json b/api-editor/gui/package.json index 06b83c538..00a8193b2 100644 --- a/api-editor/gui/package.json +++ b/api-editor/gui/package.json @@ -22,7 +22,7 @@ "@reduxjs/toolkit": "^1.9.3", "chart.js": "^3.9.1", "fastest-levenshtein": "^1.0.16", - "framer-motion": "^10.0.1", + "framer-motion": "^10.10.0", "idb-keyval": "^6.2.0", "katex": "^0.16.4", "lodash": "^4.17.21",