Skip to content

Commit b90fe56

Browse files
dependabot[bot]jaybuidl
authored andcommitted
chore(deps-dev): bump @typescript-eslint/utils from 5.48.2 to 5.53.0
Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 5.48.2 to 5.53.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.53.0/packages/utils) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7a40c9 commit b90fe56

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/styled-components": "^5.1.26",
4141
"@typescript-eslint/eslint-plugin": "^5.43.0",
4242
"@typescript-eslint/parser": "^5.53.0",
43-
"@typescript-eslint/utils": "^5.43.0",
43+
"@typescript-eslint/utils": "^5.53.0",
4444
"eslint": "^8.27.0",
4545
"eslint-config-prettier": "^8.3.0",
4646
"eslint-import-resolver-parcel": "^1.10.6",

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3741,7 +3741,7 @@ __metadata:
37413741
"@types/styled-components": ^5.1.26
37423742
"@typescript-eslint/eslint-plugin": ^5.43.0
37433743
"@typescript-eslint/parser": ^5.53.0
3744-
"@typescript-eslint/utils": ^5.43.0
3744+
"@typescript-eslint/utils": ^5.53.0
37453745
"@web3-react/core": ^6.1.9
37463746
"@web3-react/injected-connector": ^6.0.7
37473747
"@web3-react/types": ^6.0.7
@@ -7126,6 +7126,24 @@ __metadata:
71267126
languageName: node
71277127
linkType: hard
71287128

7129+
"@typescript-eslint/utils@npm:^5.53.0":
7130+
version: 5.53.0
7131+
resolution: "@typescript-eslint/utils@npm:5.53.0"
7132+
dependencies:
7133+
"@types/json-schema": ^7.0.9
7134+
"@types/semver": ^7.3.12
7135+
"@typescript-eslint/scope-manager": 5.53.0
7136+
"@typescript-eslint/types": 5.53.0
7137+
"@typescript-eslint/typescript-estree": 5.53.0
7138+
eslint-scope: ^5.1.1
7139+
eslint-utils: ^3.0.0
7140+
semver: ^7.3.7
7141+
peerDependencies:
7142+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
7143+
checksum: 18e6bac14ae853385a74123759850bca367904723e170c37416fc014673eb714afb6bb090367bff61494a8387e941b6af65ee5f4f845f7177fabb4df85e01643
7144+
languageName: node
7145+
linkType: hard
7146+
71297147
"@typescript-eslint/visitor-keys@npm:5.48.2":
71307148
version: 5.48.2
71317149
resolution: "@typescript-eslint/visitor-keys@npm:5.48.2"

0 commit comments

Comments
 (0)