From 461b219978293c2e1097b2ad6278b137b80b582d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 09:00:56 +0000 Subject: [PATCH] chore: bump pro-commit from 1.2.2 to 1.2.3 Bumps [pro-commit](https://github.com/therealparmesh/pro-commit) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/therealparmesh/pro-commit/releases) - [Changelog](https://github.com/therealparmesh/pro-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/therealparmesh/pro-commit/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: pro-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69d22f1..f010d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2040,9 +2040,9 @@ } }, "node_modules/pro-commit": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/pro-commit/-/pro-commit-1.2.2.tgz", - "integrity": "sha512-XnYnobUT8C8a1Cf0LRzuWDkIoHkqcgKCJz17IRe4D1/um5l1rrP3HnVDWQbpGQp/S0r4qFwB5xE7cDvWpdNzyw==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/pro-commit/-/pro-commit-1.2.3.tgz", + "integrity": "sha512-5sC5xlQwJRG4EH89w0WxaHRkbYcqHdZMqtUQpZ2oyq8QpI2Cj6YGAyCulN3TbxJ4mRCbz6zxUFcotnmklmAnqw==", "dev": true, "bin": { "pro-commit": "cli.js" @@ -4327,9 +4327,9 @@ } }, "pro-commit": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/pro-commit/-/pro-commit-1.2.2.tgz", - "integrity": "sha512-XnYnobUT8C8a1Cf0LRzuWDkIoHkqcgKCJz17IRe4D1/um5l1rrP3HnVDWQbpGQp/S0r4qFwB5xE7cDvWpdNzyw==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/pro-commit/-/pro-commit-1.2.3.tgz", + "integrity": "sha512-5sC5xlQwJRG4EH89w0WxaHRkbYcqHdZMqtUQpZ2oyq8QpI2Cj6YGAyCulN3TbxJ4mRCbz6zxUFcotnmklmAnqw==", "dev": true }, "process-nextick-args": {