From 2cda7d3f2e617c6a8e203ee6c23426d69ed82881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 06:11:27 +0000 Subject: [PATCH] Bump standard from 14.3.4 to 15.0.0 in /js (#67) --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index ff3cea7e..071fac8e 100644 --- a/js/package.json +++ b/js/package.json @@ -5,7 +5,7 @@ "devDependencies": { "mocha": "^8.0.1", "@rdfjs/data-model": "1.1.2", - "standard": "^14.3.4" + "standard": "^15.0.0" }, "scripts": { "test": "standard test/*.js && wasm-pack build --dev --target nodejs && mocha",