From 86caf95dc048cef20338dafff30e07aca8cdd262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:23:40 +0000 Subject: [PATCH] build(deps-dev): bump @fastify/pre-commit from 2.0.2 to 2.1.0 Bumps [@fastify/pre-commit](https://github.com/fastify/pre-commit) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/fastify/pre-commit/releases) - [Changelog](https://github.com/fastify/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/fastify/pre-commit/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: "@fastify/pre-commit" 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 2719bf9..5a473e2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/fastify/fastify-routes-stats#readme", "devDependencies": { - "@fastify/pre-commit": "2.0.2", + "@fastify/pre-commit": "2.1.0", "@sinonjs/fake-timers": "^11.0.0", "@types/node": "^20.1.0", "fastify": "^4.2.1",