From ef163fbc97d6d403d6124133dded9b3342966b9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 11:37:20 +0100 Subject: [PATCH] Bump standard from 15.0.1 to 16.0.3 (#13) Bumps [standard](https://github.com/standard/standard) from 15.0.1 to 16.0.3. - [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.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0199813..4b554ee 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/goto-bus-stop/qs-stringify/issues" }, "devDependencies": { - "standard": "^15.0.0", + "standard": "^16.0.3", "tap-spec": "^5.0.0", "tape": "^5.0.0" },