From c9864f262b040e88a0af98f121d26bd45ea29b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 17:08:47 +0100 Subject: [PATCH] Bump standard from 15.0.1 to 16.0.0 in /js (#68) Bumps [standard](https://github.com/standard/standard) from 15.0.1 to 16.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/v15.0.1...v16.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 071fac8e..bf373b18 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": "^15.0.0" + "standard": "^16.0.0" }, "scripts": { "test": "standard test/*.js && wasm-pack build --dev --target nodejs && mocha",