1 Star 0 Fork 18

zhangxianting/grafana

forked from src-openEuler/grafana 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CVE-2024-21489.patch 2.92 KB
一键复制 编辑 原始数据 按行查看 历史
zhangxianting 提交于 2024-10-08 17:12 +08:00 . Update uplot 1.6.31, fix CVE-2024-21489
From 165ca3b4e8411cebc73dcc8a396836038e3f064c Mon Sep 17 00:00:00 2001
From: Leon Sorokin <leeoniya@gmail.com>
Date: Fri, 27 Sep 2024 23:11:05 -0500
Subject: [PATCH] Chore: uPlot v1.6.31 (#93952)
---
package.json | 2 +-
packages/grafana-data/package.json | 2 +-
packages/grafana-ui/package.json | 2 +-
yarn.lock | 14 +++++++-------
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/package.json b/package.json
index aad5e88..2838a96 100644
--- a/package.json
+++ b/package.json
@@ -414,7 +414,7 @@
"tinycolor2": "1.6.0",
"tslib": "2.6.0",
"tween-functions": "^1.2.0",
- "uplot": "1.6.27",
+ "uplot": "1.6.31",
"uuid": "9.0.0",
"vendor": "link:./public/vendor",
"visjs-network": "4.25.0",
diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json
index 2182744..b5c63ef 100644
--- a/packages/grafana-data/package.json
+++ b/packages/grafana-data/package.json
@@ -58,7 +58,7 @@
"string-hash": "^1.1.3",
"tinycolor2": "1.6.0",
"tslib": "2.6.0",
- "uplot": "1.6.27",
+ "uplot": "1.6.31",
"xss": "^1.0.14"
},
"devDependencies": {
diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json
index de05a7f..47d1a5a 100644
--- a/packages/grafana-ui/package.json
+++ b/packages/grafana-ui/package.json
@@ -109,7 +109,7 @@
"slate-react": "0.22.10",
"tinycolor2": "1.6.0",
"tslib": "2.6.0",
- "uplot": "1.6.27",
+ "uplot": "1.6.31",
"uuid": "9.0.0"
},
"devDependencies": {
diff --git a/yarn.lock b/yarn.lock
index 1552ddc..e8f3bbe 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2980,7 +2980,7 @@ __metadata:
tinycolor2: "npm:1.6.0"
tslib: "npm:2.6.0"
typescript: "npm:5.2.2"
- uplot: "npm:1.6.27"
+ uplot: "npm:1.6.31"
xss: "npm:^1.0.14"
peerDependencies:
react: ^17.0.0 || ^18.0.0
@@ -3493,7 +3493,7 @@ __metadata:
tinycolor2: "npm:1.6.0"
tslib: "npm:2.6.0"
typescript: "npm:5.2.2"
- uplot: "npm:1.6.27"
+ uplot: "npm:1.6.31"
uuid: "npm:9.0.0"
webpack: "npm:5.89.0"
peerDependencies:
@@ -17557,7 +17557,7 @@ __metadata:
tslib: "npm:2.6.0"
tween-functions: "npm:^1.2.0"
typescript: "npm:5.2.2"
- uplot: "npm:1.6.27"
+ uplot: "npm:1.6.31"
uuid: "npm:9.0.0"
vendor: "link:./public/vendor"
visjs-network: "npm:4.25.0"
@@ -29776,10 +29776,10 @@ __metadata:
languageName: node
linkType: hard
-"uplot@npm:1.6.27":
- version: 1.6.27
- resolution: "uplot@npm:1.6.27"
- checksum: b46de70804fdec2aa62101d8980aa18517a9a84e94fdeac922baa8121140ddae35685002a7cbdc74bbe6ea2306e341628490f5a5e2fa4b8086ff1643dccf2be9
+"uplot@npm:1.6.31":
+ version: 1.6.31
+ resolution: "uplot@npm:1.6.31"
+ checksum: 8a24bed5c56aa45928102ff964a6a42e3ec806369278ce52dbc65d65e453a7e4b1ee73d525c53618223b712207266f7be752853284c7e5d5bc04c2d23bcc85b1
languageName: node
linkType: hard
--
2.43.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangxianting/grafana.git
git@gitee.com:zhangxianting/grafana.git
zhangxianting
grafana
grafana
master

搜索帮助