diff --git a/package-lock.json b/package-lock.json index 4a89df76..ddc903fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@tiptap/extension-text-style": "^2.27.2", "@tiptap/extension-underline": "^2.11.5", "@tiptap/starter-kit": "^2.11.5", - "echarts": "^5.5.0", + "echarts": "^6.1.0", "fast-xml-parser": "^5.2.5", "js-beautify": "^1.15.4", "jsonpath": "^1.1.1", @@ -10874,13 +10874,13 @@ "license": "MIT" }, "node_modules/echarts": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.6.0.tgz", - "integrity": "sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/echarts/-/echarts-6.1.0.tgz", + "integrity": "sha512-q0yaFPggC9FUdsWH4blavRWFmxdrIodbkoKNAjJudAI6CA9gNPxHtV2RcZNEepZVlk4yvBYkOkbk6HIVpIyHZA==", "license": "Apache-2.0", "dependencies": { "tslib": "2.3.0", - "zrender": "5.6.1" + "zrender": "6.1.0" } }, "node_modules/echarts/node_modules/tslib": { @@ -22291,9 +22291,9 @@ "license": "MIT" }, "node_modules/zrender": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.1.tgz", - "integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/zrender/-/zrender-6.1.0.tgz", + "integrity": "sha512-oEGMDB6pOP2S6OwRR4PdVv610zrjnA3Bh+JnSG12fYJlBKjtNAoEb5fSUoCOOINlH96I2fU38/A2UpRKs67xYQ==", "license": "BSD-3-Clause", "dependencies": { "tslib": "2.3.0" diff --git a/package.json b/package.json index 5ae72210..8adc8fb1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@tiptap/extension-text-style": "^2.27.2", "@tiptap/extension-underline": "^2.11.5", "@tiptap/starter-kit": "^2.11.5", - "echarts": "^5.5.0", + "echarts": "^6.1.0", "fast-xml-parser": "^5.2.5", "js-beautify": "^1.15.4", "jsonpath": "^1.1.1",