From e160a9a01429650b12bef0729031edc8122c0df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:35:19 +0000 Subject: [PATCH] build(deps-dev): bump standard from 16.0.4 to 17.0.0 (#1374) Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.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/v16.0.4...v17.0.0) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28af56b00b3..854083cdf42 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "semver": "^7.3.5", "sinon": "^11.1.2", "snazzy": "^9.0.0", - "standard": "^16.0.3", + "standard": "^17.0.0", "tap": "^15.0.9", "tsd": "^0.17.0", "wait-on": "^6.0.0"