grafana-image-renderer: 3.11.5 -> 3.11.6

ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.11.6
This commit is contained in:
Maximilian Bosch 2024-10-18 22:51:03 +02:00
parent 37e51b08d4
commit 0690194179
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -7,18 +7,18 @@
mkYarnPackage rec {
pname = "grafana-image-renderer";
version = "3.11.5";
version = "3.11.6";
src = fetchFromGitHub {
owner = "grafana";
repo = "grafana-image-renderer";
rev = "v${version}";
hash = "sha256-ARrK6eL5G/IdJ4AgcpgyfCNA0cDBdj4bM1elFuXDCmM=";
hash = "sha256-jHACiSTZHNHj61kN8zEjGb3NpkhRJrJ7Mp0pNmJXDXY=";
};
offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
hash = "sha256-+WxZ5gJgRBhKy9igkw8r/J7r1R/L/EYL3AGjCuwmMb0=";
hash = "sha256-h4i27yNnVU+h5/oboAq6S4+dqjkvJ6TFqtljM3ffgTI=";
};
packageJSON = ./package.json;

View File

@ -30,8 +30,8 @@
"@hapi/boom": "^10.0.0",
"@puppeteer/browsers": "^2.3.1",
"chokidar": "^3.5.2",
"dompurify": "^2.4.0",
"express": "^4.21.0",
"dompurify": "^2.5.4",
"express": "^4.21.1",
"express-prom-bundle": "^6.5.0",
"jimp": "^0.22.12",
"jsdom": "20.0.0",