From 51b7b22e93b8aa2b7109b0d1c0513ff719dbd716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Fri, 18 Oct 2024 12:57:15 +0200 Subject: [PATCH 1/2] Update vulnerable dependencies --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b97ab..4700a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.3.18 - 2024-10-18 + +- 🛡️ **Security**: Update `jsonpath-plus` to version 10.0.6 +- 🛡️ **Security**: Bump `dompurify` from 3.1.0 to 3.1.6 +- 🛡️ **Security**: Bump `path-to-regexp` from 1.8.0 to 1.9.0 + ## v1.3.17 - 2024-09-03 - 🛡️ **Security**: Bump `micromatch` from 4.0.5 to 4.0.8 diff --git a/package.json b/package.json index cbd5385..ab5073c 100644 --- a/package.json +++ b/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", From 06396ac3a0f671bc2bac6504088fa998a47291db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Fri, 18 Oct 2024 14:04:13 +0200 Subject: [PATCH 2/2] Add dompurify to cspell.config.json --- cspell.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cspell.config.json b/cspell.config.json index 4968c04..08e0b9d 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -20,6 +20,7 @@ "clsx", "datasource", "datasources", + "dompurify", "jackspeak", "jirkafajfr", "jsonapi",