From a2abaa99a3fb09da80eee1e25cede1643af58b13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:23:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00feea3..b142d1a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "typescript": "^3.7.5" }, "dependencies": { - "@julusian/freetype2": "^0.5.0-0", + "@julusian/freetype2": "^1.0.0", "@types/bson": "^4.0.0", "@types/lodash": "^4.14.144", "@types/network-interfaces": "^1.1.0", @@ -54,7 +54,7 @@ "md5.js": "^1.3.5", "path": "^0.12.7", "varstruct": "^6.1.3", - "snyk": "^1.320.2" + "snyk": "^1.685.0" }, "snyk": true }