Skip to content

Commit 35b4d3b

Browse files
authored
dev -> main
2 parents 4600b0c + df086e6 commit 35b4d3b

File tree

2 files changed

+162
-121
lines changed

2 files changed

+162
-121
lines changed

grafana-plugin/package.json

+13-1
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)