diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-23 12:58:44 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-23 12:58:44 -0400 |
| commit | 342ca9ccba57f5d758baea1a4c67168c3175745d (patch) | |
| tree | 6398570cb34b18eb75ab41872c5cbcab83de4f20 /client/package.json | |
| parent | d420609f97e81d3bb696ec1b8bad927ae15b5c7b (diff) | |
client/build: fix npm audit
Diffstat (limited to 'client/package.json')
| -rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index e776126..696a215 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ "csso": "^3.5.1", "glob": "^7.1.2", "html-minifier": "^3.5.18", - "jimp": "^0.3.5", + "jimp": "^0.13.0", "stylus": "^0.54.5", "terser": "^3.7.7", "underscore": "^1.9.1" |