From a3e067a0eee251ddc4dc89edfcb27a1b90df7053 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Apr 2025 05:19:35 +0000 Subject: [PATCH] fix: upgrade motion from 12.4.10 to 12.6.2 Snyk has created this PR to upgrade motion from 12.4.10 to 12.6.2. See this package in npm: motion See this project in Snyk: https://app.snyk.io/org/wkylin/project/0c42d1ac-0387-47e3-8537-ec997318643c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 219da10f..bee08860 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "markmap-lib": "^0.18.11", "markmap-view": "^0.18.10", "mermaid": "^11.4.1", - "motion": "^12.4.7", + "motion": "^12.6.2", "nanoid": "^5.1.2", "node-polyfill-webpack-plugin": "^4.1.0", "number-flow": "^0.5.3", @@ -21539,13 +21539,13 @@ } }, "node_modules/framer-motion": { - "version": "12.4.10", - "resolved": "https://registry.npmmirror.com/framer-motion/-/framer-motion-12.4.10.tgz", - "integrity": "sha512-3Msuyjcr1Pb5hjkn4EJcRe1HumaveP0Gbv4DBMKTPKcV/1GSMkQXj+Uqgneys+9DPcZM18Hac9qY9iUEF5LZtg==", + "version": "12.7.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.7.4.tgz", + "integrity": "sha512-jX0bPsTmU0oPZTYz/dVyD0dmOyEOEJvdn0TaZBE5I8g2GvVnnQnW9f65cJnoVfUkY3WZWNXGXnPbVA9YnaIfVA==", "license": "MIT", "dependencies": { - "motion-dom": "^12.4.10", - "motion-utils": "^12.4.10", + "motion-dom": "^12.7.4", + "motion-utils": "^12.7.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -31485,12 +31485,12 @@ } }, "node_modules/motion": { - "version": "12.4.10", - "resolved": "https://registry.npmmirror.com/motion/-/motion-12.4.10.tgz", - "integrity": "sha512-AM21Lyfn7ZHO+nBuHJEA2REFgS3kUM83CLZnzM0ZY1/sVeKGkCtV4LF4O/YsQXyZ9mrUrrnTaUkKquS4eaIYjg==", + "version": "12.6.2", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.6.2.tgz", + "integrity": "sha512-8OBjjuC59WuWHKmPzVWT5M0t5kDxtkfMfHF1M7Iey6F/nvd0AI15YlPnpGlcagW/eOfkdWDO90U/K5LF/k55Yw==", "license": "MIT", "dependencies": { - "framer-motion": "^12.4.10", + "framer-motion": "^12.6.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -31511,18 +31511,18 @@ } }, "node_modules/motion-dom": { - "version": "12.4.10", - "resolved": "https://registry.npmmirror.com/motion-dom/-/motion-dom-12.4.10.tgz", - "integrity": "sha512-ISP5u6FTceoD6qKdLupIPU/LyXBrxGox+P2e3mBbm1+pLdlBbwv01YENJr7+1WZnW5ucVKzFScYsV1eXTCG4Xg==", + "version": "12.7.4", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.7.4.tgz", + "integrity": "sha512-1ZUHAoSUMMxP6jPqyxlk9XUfb6NxMsnWPnH2YGhrOhTURLcXWbETi6eemoKb60Pe32NVJYduL4B62VQSO5Jq8Q==", "license": "MIT", "dependencies": { - "motion-utils": "^12.4.10" + "motion-utils": "^12.7.2" } }, "node_modules/motion-utils": { - "version": "12.4.10", - "resolved": "https://registry.npmmirror.com/motion-utils/-/motion-utils-12.4.10.tgz", - "integrity": "sha512-NPwZd94V013SwRf++jMrk2+HEBgPkeIE2RiOzhAuuQlqxMJPkKt/LXVh6Upl+iN8oarSGD2dlY5/bqgsYXDABA==", + "version": "12.7.2", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.7.2.tgz", + "integrity": "sha512-XhZwqctxyJs89oX00zn3OGCuIIpVevbTa+u82usWBC6pSHUd2AoNWiYa7Du8tJxJy9TFbZ82pcn5t7NOm1PHAw==", "license": "MIT" }, "node_modules/mpd-parser": { diff --git a/package.json b/package.json index 4e587dee..e0ddd3fc 100644 --- a/package.json +++ b/package.json @@ -272,7 +272,7 @@ "markmap-lib": "^0.18.11", "markmap-view": "^0.18.10", "mermaid": "^11.4.1", - "motion": "^12.4.7", + "motion": "^12.6.2", "nanoid": "^5.1.2", "node-polyfill-webpack-plugin": "^4.1.0", "number-flow": "^0.5.3",