From 055138ecd61bd01acbd610545c25aa602e44a50e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Oct 2022 20:42:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ab013c..1907d0e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jquery": "^3.3.1", "jsdoc": "^3.5.5", "jsdom": "^13.0.0", - "mocha": "^5.2.0", + "mocha": "^10.1.0", "nyc": "^13.0.1", "rollup": "^0.67.0", "rollup-plugin-babel": "^4.0.3",