From d3df6543a768e682bc3dffb05805aed7e1c8d345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:42:01 +0000 Subject: [PATCH] build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 Bumps [neostandard](https://github.com/neostandard/neostandard) from 0.11.9 to 0.12.0. - [Release notes](https://github.com/neostandard/neostandard/releases) - [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md) - [Commits](https://github.com/neostandard/neostandard/compare/v0.11.9...v0.12.0) --- updated-dependencies: - dependency-name: neostandard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8c34f4..7b3c476 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@fastify/pre-commit": "^2.1.0", "airtap": "^5.0.0", "airtap-playwright": "^1.0.1", - "neostandard": "^0.11.9", + "neostandard": "^0.12.0", "nyc": "^17.0.0", "playwright": "^1.43.1", "tape": "^5.7.5",