grafana-image-renderer: 3.11.0 -> 3.11.1

ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.11.1
This commit is contained in:
Maximilian Bosch 2024-07-19 18:35:10 +02:00
parent 05874810a6
commit e844aa91cf
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -7,18 +7,18 @@
mkYarnPackage rec {
pname = "grafana-image-renderer";
version = "3.11.0";
version = "3.11.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "grafana-image-renderer";
rev = "v${version}";
hash = "sha256-FoRXXeKiruXM8/Yh63zn2NuAj/JBXRNgNLLAuJ+sVIw=";
hash = "sha256-ORXzMXw8pgOtb9zyntkAeT5O4CYGCB1wJ4ipZlB2T84=";
};
offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
hash = "sha256-utJS1UsJ2SJ72w2zFpbP33Jz+eTG5aoKfvRP9muB9gg=";
hash = "sha256-rW9mxrM4aHKGojyRbsxQe3ZZJQ8I42PJ0MplkVu3qyA=";
};
packageJSON = ./package.json;

View File

@ -33,7 +33,7 @@
"dompurify": "^2.4.0",
"express": "^4.19.2",
"express-prom-bundle": "^6.5.0",
"jimp": "^0.22.10",
"jimp": "^0.22.12",
"jsdom": "20.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.6",