From e5648b8dff655a99552cf363bf5cba786db35bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 17:12:18 +0000 Subject: [PATCH] chore(deps-dev): bump standard from 16.0.4 to 17.0.0 (#194) 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 4e04af9..d23a26a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@typescript-eslint/parser": "^5.12.1", "cors": "^2.8.5", "fastify": "^3.8.0", - "standard": "^16.0.2", + "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.20.0", "typescript": "^4.0.2"