mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2025-12-06 11:54:07 +00:00
fix: upgrade @xyflow/react from 12.6.4 to 12.7.0
Snyk has created this PR to upgrade @xyflow/react from 12.6.4 to 12.7.0. See this package in npm: @xyflow/react See this project in Snyk: https://app.snyk.io/org/20kaushik02/project/05ddc2f1-1869-44a0-9cd3-20373c986b7c?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
e0fb52658f
commit
8ffbf29342
18
package-lock.json
generated
18
package-lock.json
generated
@ -12,7 +12,7 @@
|
|||||||
"@dagrejs/dagre": "^1.1.4",
|
"@dagrejs/dagre": "^1.1.4",
|
||||||
"@types/react": "^19.1.7",
|
"@types/react": "^19.1.7",
|
||||||
"@types/react-dom": "^19.1.6",
|
"@types/react-dom": "^19.1.6",
|
||||||
"@xyflow/react": "^12.6.4",
|
"@xyflow/react": "^12.7.0",
|
||||||
"axios": "^1.9.0",
|
"axios": "^1.9.0",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.0",
|
||||||
"react-dom": "^19.1.0",
|
"react-dom": "^19.1.0",
|
||||||
@ -4929,12 +4929,12 @@
|
|||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
},
|
},
|
||||||
"node_modules/@xyflow/react": {
|
"node_modules/@xyflow/react": {
|
||||||
"version": "12.6.4",
|
"version": "12.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.6.4.tgz",
|
"resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.7.0.tgz",
|
||||||
"integrity": "sha512-/dOQ43Nu217cwHzy7f8kNUrFMeJJENzftVgT2VdFFHi6fHlG83pF+gLmvkRW9Be7alCsR6G+LFxxCdsQQbazHg==",
|
"integrity": "sha512-U6VMEbYjiCg1byHrR7S+b5ZdHTjgCFX4KpBc634G/WtEBUvBLoMQdlCD6uJHqodnOAxpt3+G2wiDeTmXAFJzgQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xyflow/system": "0.0.61",
|
"@xyflow/system": "0.0.62",
|
||||||
"classcat": "^5.0.3",
|
"classcat": "^5.0.3",
|
||||||
"zustand": "^4.4.0"
|
"zustand": "^4.4.0"
|
||||||
},
|
},
|
||||||
@ -4944,16 +4944,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@xyflow/system": {
|
"node_modules/@xyflow/system": {
|
||||||
"version": "0.0.61",
|
"version": "0.0.62",
|
||||||
"resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.61.tgz",
|
"resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.62.tgz",
|
||||||
"integrity": "sha512-TsZG/Ez8dzxX6/Ol44LvFqVZsYvyz6dpDlAQZZk6hTL7JLGO5vN3dboRJqMwU8/Qtr5IEv5YBzojjAwIqW1HCA==",
|
"integrity": "sha512-Z2ufbnvuYxIOCGyzE/8eX8TAEM8Lpzc/JafjD1Tzy6ZJs/E7KGVU17Q1F5WDHVW+dbztJAdyXMG0ejR9bwSUAA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/d3-drag": "^3.0.7",
|
"@types/d3-drag": "^3.0.7",
|
||||||
|
"@types/d3-interpolate": "^3.0.4",
|
||||||
"@types/d3-selection": "^3.0.10",
|
"@types/d3-selection": "^3.0.10",
|
||||||
"@types/d3-transition": "^3.0.8",
|
"@types/d3-transition": "^3.0.8",
|
||||||
"@types/d3-zoom": "^3.0.8",
|
"@types/d3-zoom": "^3.0.8",
|
||||||
"d3-drag": "^3.0.0",
|
"d3-drag": "^3.0.0",
|
||||||
|
"d3-interpolate": "^3.0.1",
|
||||||
"d3-selection": "^3.0.0",
|
"d3-selection": "^3.0.0",
|
||||||
"d3-zoom": "^3.0.0"
|
"d3-zoom": "^3.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
"@dagrejs/dagre": "^1.1.4",
|
"@dagrejs/dagre": "^1.1.4",
|
||||||
"@types/react": "^19.1.7",
|
"@types/react": "^19.1.7",
|
||||||
"@types/react-dom": "^19.1.6",
|
"@types/react-dom": "^19.1.6",
|
||||||
"@xyflow/react": "^12.6.4",
|
"@xyflow/react": "^12.7.0",
|
||||||
"axios": "^1.9.0",
|
"axios": "^1.9.0",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.0",
|
||||||
"react-dom": "^19.1.0",
|
"react-dom": "^19.1.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user