We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4600b0c + df086e6 commit 35b4d3bCopy full SHA for 35b4d3b
grafana-plugin/package.json
@@ -95,7 +95,7 @@
95
"eslint-plugin-rulesdir": "^0.2.1",
96
"eslint-plugin-unused-imports": "^3.1.0",
97
"eslint-webpack-plugin": "^4.0.1",
98
- "express": "^4.20.0",
+ "express": "^4.21.2",
99
"fork-ts-checker-webpack-plugin": "^8.0.0",
100
"glob": "^10.2.7",
101
"identity-obj-proxy": "3.0.0",
@@ -184,5 +184,17 @@
184
"resolutions": {
185
"braces": "3.0.3",
186
"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
+ }
199
}
200
0 commit comments