We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6672f8 commit c29a3d8Copy full SHA for c29a3d8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.18 - 2024-10-18
4
+
5
+- 🛡️ **Security**: Update `jsonpath-plus` to version 10.0.6
6
+- 🛡️ **Security**: Bump `dompurify` from 3.1.0 to 3.1.6
7
+- 🛡️ **Security**: Bump `path-to-regexp` from 1.8.0 to 1.9.0
8
9
## v1.3.17 - 2024-09-03
10
11
- 🛡️ **Security**: Bump `micromatch` from 4.0.5 to 4.0.8
cspell.config.json
@@ -20,6 +20,7 @@
20
"clsx",
21
"datasource",
22
"datasources",
23
+ "dompurify",
24
"jackspeak",
25
"jirkafajfr",
26
"jsonapi",
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-json-datasource",
- "version": "1.3.17",
+ "version": "1.3.18",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
0 commit comments