From f71ddc382374a50c3d973382a2dccd95b09e601a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:12:32 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.1.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... 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 3fe65290..a645847b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,12 +21,12 @@ "@rollup/plugin-typescript": "11.1.3", "@typechain/ethers-v6": "0.5.0", "@types/jest": "29.5.4", - "@types/rollup-plugin-peer-deps-external": "^2.2.1", - "@typescript-eslint/eslint-plugin": "^6.7.0", - "@typescript-eslint/parser": "^6.7.0", + "@types/rollup-plugin-peer-deps-external": "2.2.1", + "@typescript-eslint/eslint-plugin": "6.7.0", + "@typescript-eslint/parser": "6.7.0", "core-js": "3.32.2", - "eslint": "^8.49.0", - "eslint-plugin-import": "^2.28.1", + "eslint": "8.49.0", + "eslint-plugin-import": "2.28.1", "hardhat": "2.17.1", "hardhat-jest-plugin": "0.0.6", "husky": "8.0.0", @@ -39,7 +39,7 @@ "ts-jest": "29.1.1", "ts-node": "10.9.1", "typechain": "8.3.1", - "typescript": "^5.1.6" + "typescript": "5.1.6" }, "peerDependencies": { "ethers": "^6.6.7"