From 9cff0427efae9ce18181fbd3cc84af9980ae9a64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 19:17:18 +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-LOADERUTILS-3043105 --- 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" } }