Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v8.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2022
1 parent efa913c commit a2dff1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"core-js": "3.25.1",
"cypress": "10.8.0",
"cypress-wait-until": "1.7.2",
"eslint": "8.23.1",
"eslint": "8.24.0",
"fast-glob": "3.2.12",
"fs-extra": "10.1.0",
"is-port-reachable": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@redwoodjs/internal": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-babel-module": "5.3.1",
"eslint-plugin-babel": "5.3.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3611,14 +3611,14 @@ __metadata:
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.10.4":
version: 0.10.4
resolution: "@humanwhocodes/config-array@npm:0.10.4"
"@humanwhocodes/config-array@npm:^0.10.5":
version: 0.10.5
resolution: "@humanwhocodes/config-array@npm:0.10.5"
dependencies:
"@humanwhocodes/object-schema": ^1.2.1
debug: ^4.1.1
minimatch: ^3.0.4
checksum: 3d606164d4ba05fd3861bc75c1c02fa26d287d85349ce2ee15b5d3f84fc49bf1950d3d93b0cb28cd53ac690b842731ce3f276b4edd9225a072d0c426b39baa15
checksum: d8bdd91d8ff81e9663236de0650fa1d94457422bb1226604c66e7921ac0afee50148f1e935976eac98822761c98d92d0ca2e97e30c4c22c0ecdebdf8133e5e82
languageName: node
linkType: hard

Expand Down Expand Up @@ -6408,7 +6408,7 @@ __metadata:
"@redwoodjs/internal": 3.0.2
"@typescript-eslint/eslint-plugin": 5.35.1
"@typescript-eslint/parser": 5.35.1
eslint: 8.23.1
eslint: 8.24.0
eslint-config-prettier: 8.5.0
eslint-import-resolver-babel-module: 5.3.1
eslint-plugin-babel: 5.3.1
Expand Down Expand Up @@ -15832,12 +15832,12 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.23.1":
version: 8.23.1
resolution: "eslint@npm:8.23.1"
"eslint@npm:8.24.0":
version: 8.24.0
resolution: "eslint@npm:8.24.0"
dependencies:
"@eslint/eslintrc": ^1.3.2
"@humanwhocodes/config-array": ^0.10.4
"@humanwhocodes/config-array": ^0.10.5
"@humanwhocodes/gitignore-to-minimatch": ^1.0.2
"@humanwhocodes/module-importer": ^1.0.1
ajv: ^6.10.0
Expand Down Expand Up @@ -15877,7 +15877,7 @@ __metadata:
text-table: ^0.2.0
bin:
eslint: bin/eslint.js
checksum: f91fd0fd7c6aa816299886df05b1a15e12052dde5746835720ad6c007be1d4b512d3c837345a7beac5e3c0e5a81570c6be09e721848f092935494a5eb29602fd
checksum: af70b6aff3403ca025049eec69dfb20b72755de1a3384781305cdb9887c76f21d05387fe15bba7771e5f185b47818704845c8fcfc82b4fb16168c9299081e6e8
languageName: node
linkType: hard

Expand Down Expand Up @@ -27165,7 +27165,7 @@ __metadata:
core-js: 3.25.1
cypress: 10.8.0
cypress-wait-until: 1.7.2
eslint: 8.23.1
eslint: 8.24.0
fast-glob: 3.2.12
fs-extra: 10.1.0
is-port-reachable: 3.1.0
Expand Down

0 comments on commit a2dff1e

Please sign in to comment.