[ FIX ] : package-lock.json

This commit is contained in:
Utkarsh-Singhal-26
2026-02-02 11:41:59 +05:30
parent 509a31cca2
commit 7d921d26ca

36
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"lucide-vue-next": "^0.548.0", "lucide-vue-next": "^0.548.0",
"mathjs": "^14.6.0", "mathjs": "^14.6.0",
"matter-js": "^0.20.0", "matter-js": "^0.20.0",
"motion-v": "^1.5.0", "motion-v": "^1.10.2",
"ogl": "^1.0.11", "ogl": "^1.0.11",
"postprocessing": "^6.37.6", "postprocessing": "^6.37.6",
"primeicons": "^7.0.0", "primeicons": "^7.0.0",
@@ -8164,13 +8164,13 @@
} }
}, },
"node_modules/framer-motion": { "node_modules/framer-motion": {
"version": "12.23.12", "version": "12.29.2",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz", "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.29.2.tgz",
"integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==", "integrity": "sha512-lSNRzBJk4wuIy0emYQ/nfZ7eWhqud2umPKw2QAQki6uKhZPKm2hRQHeQoHTG9MIvfobb+A/LbEWPJU794ZUKrg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"motion-dom": "^12.23.12", "motion-dom": "^12.29.2",
"motion-utils": "^12.23.6", "motion-utils": "^12.29.2",
"tslib": "^2.4.0" "tslib": "^2.4.0"
}, },
"peerDependencies": { "peerDependencies": {
@@ -9984,29 +9984,29 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/motion-dom": { "node_modules/motion-dom": {
"version": "12.23.12", "version": "12.29.2",
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz", "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.29.2.tgz",
"integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==", "integrity": "sha512-/k+NuycVV8pykxyiTCoFzIVLA95Nb1BFIVvfSu9L50/6K6qNeAYtkxXILy/LRutt7AzaYDc2myj0wkCVVYAPPA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"motion-utils": "^12.23.6" "motion-utils": "^12.29.2"
} }
}, },
"node_modules/motion-utils": { "node_modules/motion-utils": {
"version": "12.23.6", "version": "12.29.2",
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz", "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.29.2.tgz",
"integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==", "integrity": "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/motion-v": { "node_modules/motion-v": {
"version": "1.7.1", "version": "1.10.2",
"resolved": "https://registry.npmjs.org/motion-v/-/motion-v-1.7.1.tgz", "resolved": "https://registry.npmjs.org/motion-v/-/motion-v-1.10.2.tgz",
"integrity": "sha512-B22fYcHGx05moUtoIH0ZP/JzeacGOHzLkLmMTKU9tRB+uVMSfgqiXVzZb602qiG1ap8W7TZ+5RD5R3MmODu9oA==", "integrity": "sha512-K+Zus21KKgZP4CBY7CvU/B7UZCV9sZTHG0FgsAfGHlbZi+u8EolmZ2kvJe5zOG0RzCgdiVCobHBt54qch9rweg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"framer-motion": "12.23.12", "framer-motion": "^12.25.0",
"hey-listen": "^1.0.8", "hey-listen": "^1.0.8",
"motion-dom": "12.23.12" "motion-dom": "^12.23.23"
}, },
"peerDependencies": { "peerDependencies": {
"@vueuse/core": ">=10.0.0", "@vueuse/core": ">=10.0.0",