From 74c80f7cb45e4643a45d95782367ef89403f8f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 04:20:32 +0000 Subject: [PATCH] Bump standard from 14.3.4 to 16.0.4 Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 16.0.4. - [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.4) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9f0314..7471185 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.4", "tape": "^5.0.0" }, "homepage": "https://github.com/goto-bus-stop/babel-plugin-dynamic-import-split-require",