From 4e46929a49eee0d7d1ba1eccdb19045ead335d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 05:56:01 +0000 Subject: [PATCH] Bump standard from 15.0.1 to 16.0.0 in /js 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] --- 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",