From 753eae6d57714e7a3132abc142a7ae3b1a150bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 14:40:48 +0000 Subject: [PATCH] chore(deps-dev): bump simple-git-hooks from 2.6.1 to 2.7.0 (#7205) Bumps [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/toplenboren/simple-git-hooks/releases) - [Changelog](https://github.com/toplenboren/simple-git-hooks/blob/master/Changelog.md) - [Commits](https://github.com/toplenboren/simple-git-hooks/compare/2.6.1...2.7.0) --- updated-dependencies: - dependency-name: simple-git-hooks 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> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75bf1e0739..d328ab87d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -143,7 +143,7 @@ "redis-server": "^1.2.2", "rimraf": "^3.0.2", "sazerac": "^2.0.0", - "simple-git-hooks": "^2.6.1", + "simple-git-hooks": "^2.7.0", "sinon": "^11.1.2", "sinon-chai": "^3.7.0", "snap-shot-it": "^7.9.6", @@ -25764,9 +25764,9 @@ "dev": true }, "node_modules/simple-git-hooks": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.6.1.tgz", - "integrity": "sha512-nvqaNfgvcjN3cGSYJSdjwB+tP8YKRCyvuUvQ24luIjIpGhUCPpZDTJ+p+hcJiwc0lZlTCl0NayfBVDoIMG7Jpg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.7.0.tgz", + "integrity": "sha512-nQe6ASMO9zn5/htIrU37xEIHGr9E6wikXelLbOeTcfsX2O++DHaVug7RSQoq+kO7DvZTH37WA5gW49hN9HTDmQ==", "dev": true, "hasInstallScript": true, "bin": { @@ -50479,9 +50479,9 @@ "dev": true }, "simple-git-hooks": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.6.1.tgz", - "integrity": "sha512-nvqaNfgvcjN3cGSYJSdjwB+tP8YKRCyvuUvQ24luIjIpGhUCPpZDTJ+p+hcJiwc0lZlTCl0NayfBVDoIMG7Jpg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.7.0.tgz", + "integrity": "sha512-nQe6ASMO9zn5/htIrU37xEIHGr9E6wikXelLbOeTcfsX2O++DHaVug7RSQoq+kO7DvZTH37WA5gW49hN9HTDmQ==", "dev": true }, "simple-icons": { diff --git a/package.json b/package.json index b3345ad75d..145f10f75b 100644 --- a/package.json +++ b/package.json @@ -230,7 +230,7 @@ "redis-server": "^1.2.2", "rimraf": "^3.0.2", "sazerac": "^2.0.0", - "simple-git-hooks": "^2.6.1", + "simple-git-hooks": "^2.7.0", "sinon": "^11.1.2", "sinon-chai": "^3.7.0", "snap-shot-it": "^7.9.6",