From 242a7a132fc451c6ddbaf1c5b6edff7e834ff007 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 19:27:15 +0000 Subject: [PATCH] fix: spec-main/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- spec-main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-main/package.json b/spec-main/package.json index 8e65c4879fc86..287072fcf9626 100644 --- a/spec-main/package.json +++ b/spec-main/package.json @@ -12,6 +12,6 @@ "dependencies": { "chai-as-promised": "^7.1.1", "dirty-chai": "^2.0.1", - "pdfjs-dist": "^2.2.228" + "pdfjs-dist": "^2.4.456" } }