Skip to content

Commit

Permalink
build(deps-dev): Bump eslint and @types/eslint (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 18, 2023
1 parent 91128e7 commit 72afa6d
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 @@ -95,7 +95,7 @@
"@types/conventional-commits-parser": "3.0.3",
"@types/conventional-recommended-bump": "6.1.0",
"@types/dateformat": "5.0.0",
"@types/eslint": "8.21.0",
"@types/eslint": "8.21.1",
"@types/fs-extra": "11.0.1",
"@types/git-raw-commits": "2.0.1",
"@types/is-ci": "3.0.0",
Expand All @@ -119,7 +119,7 @@
"cross-env": "7.0.3",
"cspell": "6.22.0",
"esbuild": "0.17.7",
"eslint": "8.33.0",
"eslint": "8.34.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 @@ -1374,7 +1374,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.21.0"
"@types/eslint": "npm:8.21.1"
"@types/fs-extra": "npm:11.0.1"
"@types/git-raw-commits": "npm:2.0.1"
"@types/is-ci": "npm:3.0.0"
Expand All @@ -1398,7 +1398,7 @@ __metadata:
cross-env: "npm:7.0.3"
cspell: "npm:6.22.0"
esbuild: "npm:0.17.7"
eslint: "npm:8.33.0"
eslint: "npm:8.34.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 @@ -2127,13 +2127,13 @@ __metadata:
languageName: node
linkType: hard

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

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

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

Expand Down

0 comments on commit 72afa6d

Please sign in to comment.