From efb6d75c5050d9b19322f423d5935b4fdf319c1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jul 2023 05:29:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ab013c..d053ed8 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "greenkeeper-lockfile": "^1.15.1", "jquery": "^3.3.1", "jsdoc": "^3.5.5", - "jsdom": "^13.0.0", + "jsdom": "^16.5.0", "mocha": "^5.2.0", "nyc": "^13.0.1", "rollup": "^0.67.0",