From 59408de50cd2114b74cee5ce3aab9726488e2be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:10:35 +0000 Subject: [PATCH] Bump micromatch and lint-staged Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependency [lint-staged](https://github.com/lint-staged/lint-staged). These dependencies need to be updated together. Updates `micromatch` from 4.0.7 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) Updates `lint-staged` from 13.3.0 to 13.3.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v13.3.0...v13.3.0) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect - dependency-name: lint-staged dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16129fe7..afecaf88 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "express": "^4.18.2", "hardhat": "^2.12.5", "husky": "^8.0.3", - "lint-staged": "^13.1.0", + "lint-staged": "^13.3.0", "nock": "^13.3.0", "prettier": "^2.8.1", "ts-node": "^10.9.1"