From 167848016fab41989b670410c70fb8d42173a8ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jul 2023 04:09:01 +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 6861ea92..6c73a844 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^2.0.0", "eslint-plugin-standard": "^2.0.0", - "jsdom": "^9.4.1", + "jsdom": "^16.5.0", "mocha": "^2.5.3", "mocha-jsdom": "^1.1.0", "supertest": "^1.2.0"