From 198a431c61cb54e18b3d92530c7309716777b45d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:18:17 +0000 Subject: [PATCH] Bump git-format-staged from 2.1.2 to 2.1.3 (#856) Bumps [git-format-staged](https://github.com/hallettj/git-format-staged) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/hallettj/git-format-staged/releases) - [Commits](https://github.com/hallettj/git-format-staged/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: git-format-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05ff3911..129a149c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14617,9 +14617,9 @@ } }, "git-format-staged": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/git-format-staged/-/git-format-staged-2.1.2.tgz", - "integrity": "sha512-ieP6iEyMJQ9xPKJGFSmK4HELcDdYwUO84dG4NBKdjaSTOdsZgrW9paLaEau2D4daPQjLwSsgwdqtYjqoVxz3Lw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/git-format-staged/-/git-format-staged-2.1.3.tgz", + "integrity": "sha512-M9q3W4CCQShYPHUiINhYUtHPJ3E1/aa3Ajbk8q2OAaCgqEmqZ6gBI6P1fnwD54/Fs9SA2MaOvDxpYRNa1OVGIA==", "dev": true }, "git-up": { diff --git a/package.json b/package.json index 704b74a8..d7142ed6 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-config-oceanprotocol": "^1.5.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", - "git-format-staged": "^2.1.2", + "git-format-staged": "^2.1.3", "husky": "^7.0.4", "markdownlint-cli": "^0.30.0", "node-sass": "^5.0.0",