From 9fc43a70bfb868cba3b275bb9c2066b4350897f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 05:44:37 +0000 Subject: [PATCH] Bump standard from 14.3.4 to 15.0.0 in /js Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 15.0.0. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/standard/compare/v14.3.4...v15.0.0) Signed-off-by: dependabot[bot] --- 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",