diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 5acf1564..25198669 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -49,7 +49,7 @@ "normalize.css": "^8.0.1", "path-browserify": "^1.0.1", "polished": "^4.1.3", - "popmotion": "^9.3.4", + "popmotion": "^9.4.0", "postcss": "^8.3.0", "preact-svg-loader": "^0.2.1", "prop-types": "^15.7.2", @@ -11011,6 +11011,17 @@ "react-dom": ">=16.8 || ^17.0.0" } }, + "node_modules/framer-motion/node_modules/popmotion": { + "version": "9.3.6", + "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz", + "integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==", + "dependencies": { + "framesync": "5.3.0", + "hey-listen": "^1.0.8", + "style-value-types": "4.1.4", + "tslib": "^2.1.0" + } + }, "node_modules/framesync": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/framesync/-/framesync-5.3.0.tgz", @@ -20400,9 +20411,9 @@ } }, "node_modules/popmotion": { - "version": "9.3.6", - "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz", - "integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.4.0.tgz", + "integrity": "sha512-FGnHjc8iDMrAwuZhka8eNx0yzcaufDqyZzW9vjJebRuC6BryR5ICyBmUH+wCgUuuaFSSU4r6oT2WtnbnDGcr3g==", "dependencies": { "framesync": "5.3.0", "hey-listen": "^1.0.8", @@ -36751,6 +36762,19 @@ "popmotion": "9.3.6", "style-value-types": "4.1.4", "tslib": "^2.1.0" + }, + "dependencies": { + "popmotion": { + "version": "9.3.6", + "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz", + "integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==", + "requires": { + "framesync": "5.3.0", + "hey-listen": "^1.0.8", + "style-value-types": "4.1.4", + "tslib": "^2.1.0" + } + } } }, "framesync": { @@ -43914,9 +43938,9 @@ } }, "popmotion": { - "version": "9.3.6", - "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.6.tgz", - "integrity": "sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.4.0.tgz", + "integrity": "sha512-FGnHjc8iDMrAwuZhka8eNx0yzcaufDqyZzW9vjJebRuC6BryR5ICyBmUH+wCgUuuaFSSU4r6oT2WtnbnDGcr3g==", "requires": { "framesync": "5.3.0", "hey-listen": "^1.0.8", diff --git a/packages/website/package.json b/packages/website/package.json index 12e977a1..6e28d903 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -46,7 +46,7 @@ "normalize.css": "^8.0.1", "path-browserify": "^1.0.1", "polished": "^4.1.3", - "popmotion": "^9.3.4", + "popmotion": "^9.4.0", "postcss": "^8.3.0", "preact-svg-loader": "^0.2.1", "prop-types": "^15.7.2",