grafana-image-renderer: 3.10.1 -> 3.10.2

ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.10.2
This commit is contained in:
Maximilian Bosch 2024-04-12 16:56:49 +02:00
parent 8e37390d0e
commit 196a4fe6ac
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.10.1";
version = "3.10.2";
src = fetchFromGitHub {
owner = "grafana";
repo = "grafana-image-renderer";
rev = "v${version}";
hash = "sha256-hfq0wuDoZ/3kiXVgwFPGRXMGxeRRVvCzi+VWJczOwgM=";
hash = "sha256-GL9uJV4/j3tcD9DMoBuO/59OsfG+njc2FH1Bt3VP7K8=";
};
offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
hash = "sha256-NqzADMMjxxZQOPt0lJOWoJ8WEU7hFJmnwRnSQPYMtLo=";
hash = "sha256-xgaaIY5Jy8JTSJVGHwPOYgh+fASSPiyoUcmLN516jic=";
};
packageJSON = ./package.json;

View File

@ -30,7 +30,7 @@
"@puppeteer/browsers": "^1.6.0",
"chokidar": "^3.5.2",
"dompurify": "^2.4.0",
"express": "^4.16.3",
"express": "^4.19.2",
"express-prom-bundle": "^6.5.0",
"google-protobuf": "3.21.0",
"jimp": "^0.22.10",