From b0ab30010a793552a4ab6c3f422d224dfa870007 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Sep 2021 22:02:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ws:20171108 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9566b490..faa613092 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "grunt-testcafe": "^0.15.0", "grunt-version": "*", "http-server": "^0.9.0", - "testcafe": "^0.16.0" + "testcafe": "^0.18.5" }, "description": "Minimalist JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports AngularJS and any CSS library, e.g. Bootstrap.", "main": "Sortable.js",