Skip to content

Commit

Permalink
updated frontend deps (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram authored Oct 29, 2024
1 parent c29a3d8 commit ebff1c7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.3.19 - 2024-10-29

- 🛡️ **Security**: Update `jsonpath-plus` to version 10.1.0
- 🛡️ **Security**: Update `uplot` to version 1.6.31

## v1.3.18 - 2024-10-18

- 🛡️ **Security**: Update `jsonpath-plus` to version 10.0.6
Expand Down
3 changes: 2 additions & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"Totalus",
"Typeahead",
"typecheck",
"uniquify"
"uniquify",
"uplot"
]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-json-datasource",
"version": "1.3.18",
"version": "1.3.19",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@grafana/ui": "10.4.2",
"dayjs": "^1.10.4",
"jsonata": "^1.8.7",
"jsonpath-plus": "^10.0.6",
"jsonpath-plus": "^10.1.0",
"memory-cache": "^0.2.0",
"moment": "2.29.4",
"react": "17.0.2",
Expand Down Expand Up @@ -82,6 +82,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"resolutions": {
"uplot": "1.6.31",
"jackspeak": "2.1.1"
},
"packageManager": "yarn@1.22.19"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5960,10 +5960,10 @@ jsonfile@^6.0.1:
optionalDependencies:
graceful-fs "^4.1.6"

jsonpath-plus@^10.0.6:
version "10.0.6"
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.0.6.tgz#09c4db1670a533c3022ec3f59df61a33de975a00"
integrity sha512-Q0KCash90S0WQnPnE/W0uVXQSww4NkO34COfs+gbq0fk+Kv03FYpZ+uU2I7soLLaS4d/ywsm9PxplZsTMmfBmg==
jsonpath-plus@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz#e8724c721ac60ff2db667066131b1a2c992ffcf0"
integrity sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==
dependencies:
"@jsep-plugin/assignment" "^1.2.1"
"@jsep-plugin/regex" "^1.0.3"
Expand Down Expand Up @@ -8420,10 +8420,10 @@ update-browserslist-db@^1.1.0:
escalade "^3.1.2"
picocolors "^1.0.1"

uplot@1.6.30:
version "1.6.30"
resolved "https://registry.yarnpkg.com/uplot/-/uplot-1.6.30.tgz#1622a96b7cb2e50622c74330823c321847cbc147"
integrity sha512-48oVVRALM/128ttW19F2a2xobc2WfGdJ0VJFX00099CfqbCTuML7L2OrTKxNzeFP34eo1+yJbqFSoFAp2u28/Q==
uplot@1.6.30, uplot@1.6.31:
version "1.6.31"
resolved "https://registry.yarnpkg.com/uplot/-/uplot-1.6.31.tgz#092a4b586590e9794b679e1df885a15584b03698"
integrity sha512-sQZqSwVCbJGnFB4IQjQYopzj5CoTZJ4Br1fG/xdONimqgHmsacvCjNesdGDypNKFbrhLGIeshYhy89FxPF+H+w==

uri-js@^4.2.2:
version "4.4.1"
Expand Down

0 comments on commit ebff1c7

Please sign in to comment.