From 35d986aa7bbb1725c789fb371127f88534f76a17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 05:02:34 +0000 Subject: [PATCH] Bump standard from 14.3.4 to 15.0.1 Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 15.0.1. - [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.1) 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 858e619..8fa6f5c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "read-file-tree": "^1.1.1", - "standard": "^14.3.1", + "standard": "^15.0.1", "tape": "^5.0.1", "tempy": "^0.2.1" },