From 22020aff0e1f33dcc14b870dda63bc58a29f096a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 04:53:08 +0000 Subject: [PATCH] Bump standard from 14.3.4 to 16.0.2 Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 16.0.2. - [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...v16.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9f0314..547a0d4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "babel-core": "^6.26.0", "dedent": "^0.7.0", - "standard": "^14.3.1", + "standard": "^16.0.2", "tape": "^5.0.0" }, "homepage": "https://github.com/goto-bus-stop/babel-plugin-dynamic-import-split-require",