Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit df086e6

Browse files
author
Dominik Broj
authored
fix: patch CVEs (#5520)
![image](https://github.com/user-attachments/assets/caa0bb87-c716-4f28-aae5-52c648ef9d2d) Related to https://github.com/grafana/irm/issues/1617 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes.
1 parent 656be9a commit df086e6

File tree

2 files changed

+162
-121
lines changed

2 files changed

+162
-121
lines changed

grafana-plugin/package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"eslint-plugin-rulesdir": "^0.2.1",
9696
"eslint-plugin-unused-imports": "^3.1.0",
9797
"eslint-webpack-plugin": "^4.0.1",
98-
"express": "^4.20.0",
98+
"express": "^4.21.2",
9999
"fork-ts-checker-webpack-plugin": "^8.0.0",
100100
"glob": "^10.2.7",
101101
"identity-obj-proxy": "3.0.0",
@@ -184,5 +184,17 @@
184184
"resolutions": {
185185
"braces": "3.0.3",
186186
"micromatch": "4.0.8"
187+
},
188+
"pnpm": {
189+
"overrides": {
190+
"uplot@<1.6.31": ">=1.6.31",
191+
"send@<0.19.0": ">=0.19.0",
192+
"path-to-regexp@<0.1.12": ">=0.1.12",
193+
"path-to-regexp@>=2.0.0 <3.3.0": ">=3.3.0",
194+
"prismjs@<1.30.0": ">=1.30.0",
195+
"@babel/runtime@<7.26.10": ">=7.26.10",
196+
"@babel/helpers@<7.26.10": ">=7.26.10",
197+
"cookie@<0.7.0": ">=0.7.0"
198+
}
187199
}
188200
}

0 commit comments

Comments
 (0)