File tree Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.3.19 - 2024-10-29
4
+
5
+ - 🛡️ ** Security** : Update ` jsonpath-plus ` to version 10.1.0
6
+ - 🛡️ ** Security** : Update ` uplot ` to version 1.6.31
7
+
3
8
## v1.3.18 - 2024-10-18
4
9
5
10
- 🛡️ ** Security** : Update ` jsonpath-plus ` to version 10.0.6
Original file line number Diff line number Diff line change 38
38
" Totalus" ,
39
39
" Typeahead" ,
40
40
" typecheck" ,
41
- " uniquify"
41
+ " uniquify" ,
42
+ " uplot"
42
43
]
43
44
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grafana-json-datasource" ,
3
- "version" : " 1.3.18 " ,
3
+ "version" : " 1.3.19 " ,
4
4
"description" : " A data source plugin for loading JSON APIs into Grafana" ,
5
5
"keywords" : [
6
6
" grafana" ,
36
36
"@grafana/ui" : " 10.4.2" ,
37
37
"dayjs" : " ^1.10.4" ,
38
38
"jsonata" : " ^1.8.7" ,
39
- "jsonpath-plus" : " ^10.0.6 " ,
39
+ "jsonpath-plus" : " ^10.1.0 " ,
40
40
"memory-cache" : " ^0.2.0" ,
41
41
"moment" : " 2.29.4" ,
42
42
"react" : " 17.0.2" ,
82
82
"webpack-livereload-plugin" : " ^3.0.2"
83
83
},
84
84
"resolutions" : {
85
+ "uplot" : " 1.6.31" ,
85
86
"jackspeak" : " 2.1.1"
86
87
},
87
88
"packageManager" : " yarn@1.22.19"
Original file line number Diff line number Diff line change @@ -5960,10 +5960,10 @@ jsonfile@^6.0.1:
5960
5960
optionalDependencies :
5961
5961
graceful-fs "^4.1.6"
5962
5962
5963
- jsonpath-plus@^10.0.6 :
5964
- version "10.0.6 "
5965
- resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.0.6. tgz#09c4db1670a533c3022ec3f59df61a33de975a00 "
5966
- integrity sha512-Q0KCash90S0WQnPnE/W0uVXQSww4NkO34COfs+gbq0fk+Kv03FYpZ+uU2I7soLLaS4d/ywsm9PxplZsTMmfBmg ==
5963
+ jsonpath-plus@^10.1.0 :
5964
+ version "10.1.0 "
5965
+ resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.1.0. tgz#e8724c721ac60ff2db667066131b1a2c992ffcf0 "
5966
+ integrity sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg ==
5967
5967
dependencies :
5968
5968
" @jsep-plugin/assignment" " ^1.2.1"
5969
5969
" @jsep-plugin/regex" " ^1.0.3"
@@ -8420,10 +8420,10 @@ update-browserslist-db@^1.1.0:
8420
8420
escalade "^3.1.2"
8421
8421
picocolors "^1.0.1"
8422
8422
8423
- uplot@1.6.30 :
8424
- version "1.6.30 "
8425
- resolved "https://registry.yarnpkg.com/uplot/-/uplot-1.6.30 .tgz#1622a96b7cb2e50622c74330823c321847cbc147 "
8426
- integrity sha512-48oVVRALM/128ttW19F2a2xobc2WfGdJ0VJFX00099CfqbCTuML7L2OrTKxNzeFP34eo1+yJbqFSoFAp2u28/Q ==
8423
+ uplot@1.6.30, uplot@1.6.31 :
8424
+ version "1.6.31 "
8425
+ resolved "https://registry.yarnpkg.com/uplot/-/uplot-1.6.31 .tgz#092a4b586590e9794b679e1df885a15584b03698 "
8426
+ integrity sha512-sQZqSwVCbJGnFB4IQjQYopzj5CoTZJ4Br1fG/xdONimqgHmsacvCjNesdGDypNKFbrhLGIeshYhy89FxPF+H+w ==
8427
8427
8428
8428
uri-js@^4.2.2 :
8429
8429
version "4.4.1"
You can’t perform that action at this time.
0 commit comments