grafana-image-renderer: 3.8.3 -> 3.8.4

ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.8.4
This commit is contained in:
Maximilian Bosch 2023-10-25 11:49:49 +02:00
parent d0d6219c42
commit 281b61397a
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A
2 changed files with 4 additions and 4 deletions

View File

@ -7,18 +7,18 @@
mkYarnPackage rec {
pname = "grafana-image-renderer";
version = "3.8.3";
version = "3.8.4";
src = fetchFromGitHub {
owner = "grafana";
repo = "grafana-image-renderer";
rev = "v${version}";
hash = "sha256-3CaIVOzya0euQEpFAqqwy9L6Dn6qxPzpYFjJOL80Ka0=";
hash = "sha256-YfqIWPciFyPIpQypSDNEK2yXV1Ah9TiLiEzEFA/KcMw=";
};
offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
hash = "sha256-GQ4dV3tyyKSYDA1tUgB+VaUBKIktdbx0o6GgBLQQkFc=";
hash = "sha256-HgUHxfFchqarVMmxbEg1gRN9vSkEx48aSy1yreux9fs=";
};
packageJSON = ./package.json;

View File

@ -69,7 +69,7 @@
"typescript": "4.8.3"
},
"resolutions": {
"jpeg-js": "^0.4.4"
"xml2js": "^0.6.2"
},
"lint-staged": {
"*.ts": [