File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
pkgs/by-name/gr/grafana-image-renderer Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3030 "@hapi/boom" : " ^10.0.0" ,
3131 "@puppeteer/browsers" : " ^2.3.1" ,
3232 "chokidar" : " ^3.5.2" ,
33- "dompurify" : " ^2.5 .4" ,
33+ "dompurify" : " ^3.2 .4" ,
3434 "express" : " ^4.21.1" ,
3535 "express-prom-bundle" : " ^6.5.0" ,
3636 "jimp" : " ^0.22.12" ,
4949 },
5050 "devDependencies" : {
5151 "@grafana/eslint-config" : " ^6.0.0" ,
52- "@types/dompurify" : " 2.3.4 " ,
52+ "@types/dompurify" : " ^3.2.0 " ,
5353 "@types/express" : " ^4.17.14" ,
5454 "@types/jest" : " ^29.5.12" ,
5555 "@types/jsdom" : " 20.0.0" ,
5656 "@types/multer" : " ^1.4.7" ,
57- "@types/node" : " ^22.13.1 " ,
57+ "@types/node" : " ^20.17.27 " ,
5858 "@types/pixelmatch" : " ^5.2.6" ,
5959 "@types/supertest" : " ^2.0.15" ,
6060 "@typescript-eslint/eslint-plugin" : " 5.37.0" ,
6161 "@typescript-eslint/parser" : " 5.37.0" ,
6262 "@yao-pkg/pkg" : " ^6.3.0" ,
63- "axios" : " 1.7.4 " ,
63+ "axios" : " 1.8.2 " ,
6464 "cross-env" : " 7.0.3" ,
6565 "eslint" : " 8.23.1" ,
6666 "fast-png" : " ^6.2.0" ,
8888 },
8989 "bin" : " build/app.js" ,
9090 "engines" : {
91- "node" : " >= 22 "
91+ "node" : " >= 20 "
9292 }
9393}
Original file line number Diff line number Diff line change 1414
1515mkYarnPackage rec {
1616 pname = "grafana-image-renderer" ;
17- version = "3.12.3 " ;
17+ version = "3.12.5 " ;
1818
1919 src = fetchFromGitHub {
2020 owner = "grafana" ;
2121 repo = "grafana-image-renderer" ;
2222 rev = "v${ version } " ;
23- hash = "sha256-twB2V5iecLEMTrp+prFmDoJvcGLVQlLJ+DTSl/9V8S8 =" ;
23+ hash = "sha256-dcWmMcvWwG4wGEEyFKa1R0jGGpK5x1F5Amr74JzJaLE =" ;
2424 } ;
2525
2626 offlineCache = fetchYarnDeps {
2727 yarnLock = src + "/yarn.lock" ;
28- hash = "sha256-TcsWApSR48OUIcQGko3XIaFCp22vFJbHcxrdFxUyRZU =" ;
28+ hash = "sha256-BBu+vOO0UgX3L7Svj0HgVKHR2lSe4tD6c9HDgJZdhHU =" ;
2929 } ;
3030
3131 packageJSON = ./package.json ;
You can’t perform that action at this time.
0 commit comments