Skip to content

Commit 3eaa951

Browse files
Merge pull request #348 from VictoriaMetrics/fix-vuln-jest
upgrade jest library version to fix the vulnerability check
2 parents 2d54378 + 946a3ce commit 3eaa951

File tree

3 files changed

+1187
-777
lines changed

3 files changed

+1187
-777
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## tip
44

5+
* BUGFIX: upgrade `jest` library version to fix vulnerability warning.
6+
57
## v0.19.0
68

79
* BREAKING: increase minimum required Grafana version to `>=10.4.0` to ensure compatibility with [`@grafana/plugin-ui`](https://github.com/grafana/plugin-ui). This drops support for older Grafana versions.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victoriametrics-logs-datasource",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "VictoriaLogs datasource plugin for grafana",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",
@@ -49,8 +49,8 @@
4949
"glob": "^10.4.2",
5050
"identity-obj-proxy": "3.0.0",
5151
"imports-loader": "^5.0.0",
52-
"jest": "^29.7.0",
53-
"jest-environment-jsdom": "^29.7.0",
52+
"jest": "30.0.5",
53+
"jest-environment-jsdom": "30.0.5",
5454
"prettier": "^3.3.2",
5555
"replace-in-file-webpack-plugin": "^1.0.6",
5656
"sass": "1.77.6",

0 commit comments

Comments
 (0)