Skip to content

Commit ebff1c7

Browse files
authored
updated frontend deps (#439)
1 parent c29a3d8 commit ebff1c7

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## v1.3.18 - 2024-10-18
49

510
- 🛡️ **Security**: Update `jsonpath-plus` to version 10.0.6

cspell.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"Totalus",
3939
"Typeahead",
4040
"typecheck",
41-
"uniquify"
41+
"uniquify",
42+
"uplot"
4243
]
4344
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-json-datasource",
3-
"version": "1.3.18",
3+
"version": "1.3.19",
44
"description": "A data source plugin for loading JSON APIs into Grafana",
55
"keywords": [
66
"grafana",
@@ -36,7 +36,7 @@
3636
"@grafana/ui": "10.4.2",
3737
"dayjs": "^1.10.4",
3838
"jsonata": "^1.8.7",
39-
"jsonpath-plus": "^10.0.6",
39+
"jsonpath-plus": "^10.1.0",
4040
"memory-cache": "^0.2.0",
4141
"moment": "2.29.4",
4242
"react": "17.0.2",
@@ -82,6 +82,7 @@
8282
"webpack-livereload-plugin": "^3.0.2"
8383
},
8484
"resolutions": {
85+
"uplot": "1.6.31",
8586
"jackspeak": "2.1.1"
8687
},
8788
"packageManager": "yarn@1.22.19"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5960,10 +5960,10 @@ jsonfile@^6.0.1:
59605960
optionalDependencies:
59615961
graceful-fs "^4.1.6"
59625962

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==
59675967
dependencies:
59685968
"@jsep-plugin/assignment" "^1.2.1"
59695969
"@jsep-plugin/regex" "^1.0.3"
@@ -8420,10 +8420,10 @@ update-browserslist-db@^1.1.0:
84208420
escalade "^3.1.2"
84218421
picocolors "^1.0.1"
84228422

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==
84278427

84288428
uri-js@^4.2.2:
84298429
version "4.4.1"

0 commit comments

Comments
 (0)