diff --git a/package-lock.json b/package-lock.json index 3e4348a7..35cf4185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "mdast-util-to-markdown": "^2.1.2", "mdast-util-to-string": "^4.0.0", "micromorph": "^0.4.5", - "motion": "^12.0.6", + "motion": "^12.0.11", "node-tikzjax": "^1.0.3", "pixi.js": "^8.7.3", "preact": "^10.25.4", @@ -105,7 +105,7 @@ "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.4", - "@types/node": "^22.12.0", + "@types/node": "^22.13.0", "@types/pretty-time": "^1.1.5", "@types/source-map-support": "^0.5.10", "@types/unist": "^3.0.3", @@ -2014,9 +2014,9 @@ } }, "node_modules/@types/node": { - "version": "22.12.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.12.0.tgz", - "integrity": "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==", + "version": "22.13.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.0.tgz", + "integrity": "sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==", "dev": true, "license": "MIT", "dependencies": { @@ -3804,9 +3804,9 @@ } }, "node_modules/framer-motion": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.0.6.tgz", - "integrity": "sha512-LmrXbXF6Vv5WCNmb+O/zn891VPZrH7XbsZgRLBROw6kFiP+iTK49gxTv2Ur3F0Tbw6+sy9BVtSqnWfMUpH+6nA==", + "version": "12.0.11", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.0.11.tgz", + "integrity": "sha512-1F+YNXr3bSHxt5sCzeCVL56sc4MngbOhdU5ptv02vaepdFYcQd0fZtuAHvFJgMbn5V7SOsaX/3hVqr21ZaCKhA==", "license": "MIT", "dependencies": { "motion-dom": "^12.0.0", @@ -6090,12 +6090,12 @@ "license": "BSD-3-Clause" }, "node_modules/motion": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/motion/-/motion-12.0.6.tgz", - "integrity": "sha512-AzCEO0+//mPlcGiL9JaVwjddHY1cbbnvz5upHL0toqQwsPCs+hiKJ0XG5jfG0XwDtBbiSXdEqW/UTmGLwkVQ6A==", + "version": "12.0.11", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.0.11.tgz", + "integrity": "sha512-3jagvC6gy/AQn+pw26g7Ti7OAKkcN1srJS77VK6N1xN9wh7AUMtC/htNhWZQ5nIv8FvODW9wdzcuTstzoAt6pA==", "license": "MIT", "dependencies": { - "framer-motion": "^12.0.6", + "framer-motion": "^12.0.11", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/package.json b/package.json index be4b23fb..997b8c24 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "mdast-util-to-markdown": "^2.1.2", "mdast-util-to-string": "^4.0.0", "micromorph": "^0.4.5", - "motion": "^12.0.6", + "motion": "^12.0.11", "node-tikzjax": "^1.0.3", "pixi.js": "^8.7.3", "preact": "^10.25.4", @@ -133,7 +133,7 @@ "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.4", - "@types/node": "^22.12.0", + "@types/node": "^22.13.0", "@types/pretty-time": "^1.1.5", "@types/source-map-support": "^0.5.10", "@types/unist": "^3.0.3",