From 8e0a6ac47428730b18981a700a6ad2494f8320d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 17:08:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9566b490..c2e2b57eb 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": "^13.1.1" }, "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",