From 776198b63de67712bf159cf53e3d40dab694f1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:06:05 +0000 Subject: [PATCH] build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 (#395) 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] 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 b644418..e489bcf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "got": "^11.8.6", "http-errors": "^2.0.0", "http-proxy": "^1.18.1", - "neostandard": "^0.11.9", + "neostandard": "^0.12.0", "simple-get": "^4.0.1", "socket.io": "^4.7.5", "socket.io-client": "^4.7.5",