From 4dd44f1eaff1c6496f50c94d3b0617d08bd6f484 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 01:02:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78a8696b14..5d0b6503e0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "grunt-contrib-connect": "^3.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-watch": "^1.1.0", - "grunt-eslint": "^23.0.0", + "grunt-eslint": "^25.0.0", "grunt-exec": "~3.0.0", "grunt-webpack": "^4.0.3", "grunt-zip": "^0.18.2", @@ -118,7 +118,7 @@ "flat": "^5.0.2", "geodesy": "1.1.3", "highlight.js": "^11.2.0", - "jimp": "^0.16.1", + "jimp": "^0.22.0", "jquery": "3.6.0", "js-crc": "^0.2.0", "js-sha3": "^0.8.0",