From 69aadc1c88cdeaac6cc50f591fa2ebf7a20a7dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 05:31:13 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.0 to 5.31.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.31.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- contracts/package.json | 2 +- web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/package.json b/contracts/package.json index 1e67c6dc6..04209676a 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -30,7 +30,7 @@ "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "@types/node": "^16", - "@typescript-eslint/eslint-plugin": "^5.30.0", + "@typescript-eslint/eslint-plugin": "^5.31.0", "@typescript-eslint/parser": "^5.30.0", "chai": "^4.3.6", "chai-ethers": "^0.0.1", diff --git a/web/package.json b/web/package.json index de65f02fa..14439f228 100644 --- a/web/package.json +++ b/web/package.json @@ -34,7 +34,7 @@ "@types/react": "^18.0.14", "@types/react-dom": "^18.0.0", "@types/styled-components": "^5.1.21", - "@typescript-eslint/eslint-plugin": "^5.30.0", + "@typescript-eslint/eslint-plugin": "^5.31.0", "@typescript-eslint/parser": "^5.30.0", "@typescript-eslint/utils": "^5.29.0", "eslint": "^8.16.0",