From 19b029b8412b14d0e3207d46ea2179147632ce6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 04:04:07 +0000 Subject: [PATCH] Bump standard from 16.0.4 to 17.0.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abf0cf6..468eb1a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "fastify-cookie": "^5.3.1", "got": "^11.6.0", "nyc": "^15.0.0", - "standard": "^16.0.1", + "standard": "^17.0.0", "typescript": "^4.0.2" }, "types": "types/types.d.ts",