From 67d7e60db41609bd09ab867083bb6b5d23ef1631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 05:32:27 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 5.30.0 to 5.30.7 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.0 to 5.30.7. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.7/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... 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..59da48bc4 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -31,7 +31,7 @@ "@types/mocha": "^9.1.1", "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^5.30.0", - "@typescript-eslint/parser": "^5.30.0", + "@typescript-eslint/parser": "^5.30.7", "chai": "^4.3.6", "chai-ethers": "^0.0.1", "dotenv": "^16.0.1", diff --git a/web/package.json b/web/package.json index de65f02fa..95d9325f2 100644 --- a/web/package.json +++ b/web/package.json @@ -35,7 +35,7 @@ "@types/react-dom": "^18.0.0", "@types/styled-components": "^5.1.21", "@typescript-eslint/eslint-plugin": "^5.30.0", - "@typescript-eslint/parser": "^5.30.0", + "@typescript-eslint/parser": "^5.30.7", "@typescript-eslint/utils": "^5.29.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.3.0",