Skip to content

Commit

Permalink
[GHSA-x565-32qp-m3vf] Bump jimp to remove phin dependency (#6977) (#…
Browse files Browse the repository at this point in the history
…6985)

`jimp@0.22.0` removed all the code that used phin.

`load-bmfont`, a nested dependency of `jimp` imports `phin` but that is a functionality we don't use as we don't import AngleCode bitmap fonts. With an arbitrarily bump of `phin`, this commit avoids including an offending version in the dev-deps.



(cherry picked from commit 54cd2d0)

Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Jun 10, 2024
1 parent 58844ad commit 0d06e3f
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 271 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/6977.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
security:
- [GHSA-x565-32qp-m3vf] Bump `jimp` to remove phin dependency ([#6977](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6977))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"**/json11": "^1.1.2",
"**/json-schema": "^0.4.0",
"**/kind-of": ">=6.0.3",
"**/load-bmfont/phin": "^3.7.1",
"**/loader-utils": "^2.0.4",
"**/node-jose": "^2.2.0",
"**/nth-check": "^2.0.1",
Expand Down Expand Up @@ -414,7 +415,7 @@
"jest": "^27.5.1",
"jest-canvas-mock": "^2.5.1",
"jest-raw-loader": "^1.0.1",
"jimp": "^0.14.0",
"jimp": "^0.22.12",
"jquery": "^3.5.0",
"json-stringify-pretty-compact": "1.2.0",
"json5": "^2.2.3",
Expand Down
Loading

0 comments on commit 0d06e3f

Please sign in to comment.