From 15b7cad64f0079f88acc9fe66ce9f7df29e59c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 09:10:41 +0000 Subject: [PATCH] Bump standard from 16.0.4 to 17.1.0 Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.1.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.1.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 fcc4ade..0446e52 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/mcollina/loopbench#readme", "devDependencies": { "pre-commit": "^1.2.2", - "standard": "^16.0.4", + "standard": "^17.1.0", "tap-spec": "^5.0.0", "tape": "^5.5.2" },