Skip to content

Commit

Permalink
build(deps-dev): Bump eslint and @types/eslint (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2023
1 parent 18f0e4b commit 02c85a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@types/conventional-commits-parser": "3.0.3",
"@types/conventional-recommended-bump": "6.1.0",
"@types/dateformat": "5.0.0",
"@types/eslint": "8.4.10",
"@types/eslint": "8.21.0",
"@types/git-raw-commits": "2.0.1",
"@types/is-ci": "3.0.0",
"@types/node": "16.18.11",
Expand All @@ -114,7 +114,7 @@
"cross-env": "7.0.3",
"cspell": "6.20.1",
"esbuild": "0.17.5",
"eslint": "8.32.0",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ __metadata:
"@types/conventional-commits-parser": "npm:3.0.3"
"@types/conventional-recommended-bump": "npm:6.1.0"
"@types/dateformat": "npm:5.0.0"
"@types/eslint": "npm:8.4.10"
"@types/eslint": "npm:8.21.0"
"@types/git-raw-commits": "npm:2.0.1"
"@types/is-ci": "npm:3.0.0"
"@types/node": "npm:16.18.11"
Expand All @@ -1281,7 +1281,7 @@ __metadata:
cross-env: "npm:7.0.3"
cspell: "npm:6.20.1"
esbuild: "npm:0.17.5"
eslint: "npm:8.32.0"
eslint: "npm:8.33.0"
eslint-config-prettier: "npm:8.6.0"
eslint-plugin-chai-expect: "npm:3.0.0"
eslint-plugin-jest-formatting: "npm:3.1.0"
Expand Down Expand Up @@ -2022,13 +2022,13 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:8.4.10":
version: 8.4.10
resolution: "@types/eslint@npm:8.4.10"
"@types/eslint@npm:8.21.0":
version: 8.21.0
resolution: "@types/eslint@npm:8.21.0"
dependencies:
"@types/estree": "npm:*"
"@types/json-schema": "npm:*"
checksum: 459bcef9a9b7994668c32f853285bea5004dfce293511cf4a9596bdd00ee345a978e96bb82c773c2b03c486847f17194c2fcf36900ee3532549fecd7680f5fc1
checksum: ddb802f77b1a850666704019704588c0e3e1a5971865dc56a87b2722f3d5aa7290ccfff39ba59d7a13ee7c1c93150470029343e51b198a22d1596237fb9e5b95
languageName: node
linkType: hard

Expand Down Expand Up @@ -4298,9 +4298,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.32.0":
version: 8.32.0
resolution: "eslint@npm:8.32.0"
"eslint@npm:8.33.0":
version: 8.33.0
resolution: "eslint@npm:8.33.0"
dependencies:
"@eslint/eslintrc": "npm:^1.4.1"
"@humanwhocodes/config-array": "npm:^0.11.8"
Expand Down Expand Up @@ -4343,7 +4343,7 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: cc00214baef7655ccf19f65017910e6f24786958a19f481fbbc9595060aad7437646ffde1d123d13aef60a0ff61ab09573bff0319679d632e87dd1d0f9878c3e
checksum: 616877cf98325f619070e6c85b1bb4734fe99202871f5f43cbb9c56b13d7cacf8caa499c61c0a112541067be3b6143cd0497d1319950a4a1d355adeff8504596
languageName: node
linkType: hard

Expand Down

0 comments on commit 02c85a9

Please sign in to comment.