Skip to content

Commit 3fa374f

Browse files
chore(deps): update dependency eslint to v8.51.0
1 parent 7052971 commit 3fa374f

File tree

3 files changed

+58
-4
lines changed

3 files changed

+58
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"cross-env": "7.0.3",
5353
"docsify": "4.13.1",
5454
"docsify-cli": "4.4.4",
55-
"eslint": "8.49.0",
55+
"eslint": "8.51.0",
5656
"husky": "8.0.3",
5757
"is-ci": "3.0.1",
5858
"lint-staged": "14.0.1",

packages/zod-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@vitest/coverage-istanbul": "0.34.3",
9393
"cross-env": "7.0.3",
9494
"es-check": "7.1.1",
95-
"eslint": "8.49.0",
95+
"eslint": "8.51.0",
9696
"get-tsconfig": "4.7.0",
9797
"next": "13.5.2",
9898
"npm-run-all": "4.1.5",

yarn.lock

+56-2
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,13 @@ __metadata:
10241024
languageName: node
10251025
linkType: hard
10261026

1027+
"@eslint/js@npm:8.51.0":
1028+
version: 8.51.0
1029+
resolution: "@eslint/js@npm:8.51.0"
1030+
checksum: c126d15213d938c72062b8f04388c084ba778771f2409ce508aa4b78152bf57e442b4c7996f632577b642101da5b41df101aece775fcc213a3159f55bcc4bdee
1031+
languageName: node
1032+
linkType: hard
1033+
10271034
"@examples/next-classic@workspace:examples/next-classic":
10281035
version: 0.0.0-use.local
10291036
resolution: "@examples/next-classic@workspace:examples/next-classic"
@@ -1406,7 +1413,7 @@ __metadata:
14061413
"@vitest/coverage-istanbul": "npm:0.34.3"
14071414
cross-env: "npm:7.0.3"
14081415
es-check: "npm:7.1.1"
1409-
eslint: "npm:8.49.0"
1416+
eslint: "npm:8.51.0"
14101417
get-tsconfig: "npm:4.7.0"
14111418
next: "npm:13.5.2"
14121419
npm-run-all: "npm:4.1.5"
@@ -5120,6 +5127,53 @@ __metadata:
51205127
languageName: node
51215128
linkType: hard
51225129

5130+
"eslint@npm:8.51.0":
5131+
version: 8.51.0
5132+
resolution: "eslint@npm:8.51.0"
5133+
dependencies:
5134+
"@eslint-community/eslint-utils": "npm:^4.2.0"
5135+
"@eslint-community/regexpp": "npm:^4.6.1"
5136+
"@eslint/eslintrc": "npm:^2.1.2"
5137+
"@eslint/js": "npm:8.51.0"
5138+
"@humanwhocodes/config-array": "npm:^0.11.11"
5139+
"@humanwhocodes/module-importer": "npm:^1.0.1"
5140+
"@nodelib/fs.walk": "npm:^1.2.8"
5141+
ajv: "npm:^6.12.4"
5142+
chalk: "npm:^4.0.0"
5143+
cross-spawn: "npm:^7.0.2"
5144+
debug: "npm:^4.3.2"
5145+
doctrine: "npm:^3.0.0"
5146+
escape-string-regexp: "npm:^4.0.0"
5147+
eslint-scope: "npm:^7.2.2"
5148+
eslint-visitor-keys: "npm:^3.4.3"
5149+
espree: "npm:^9.6.1"
5150+
esquery: "npm:^1.4.2"
5151+
esutils: "npm:^2.0.2"
5152+
fast-deep-equal: "npm:^3.1.3"
5153+
file-entry-cache: "npm:^6.0.1"
5154+
find-up: "npm:^5.0.0"
5155+
glob-parent: "npm:^6.0.2"
5156+
globals: "npm:^13.19.0"
5157+
graphemer: "npm:^1.4.0"
5158+
ignore: "npm:^5.2.0"
5159+
imurmurhash: "npm:^0.1.4"
5160+
is-glob: "npm:^4.0.0"
5161+
is-path-inside: "npm:^3.0.3"
5162+
js-yaml: "npm:^4.1.0"
5163+
json-stable-stringify-without-jsonify: "npm:^1.0.1"
5164+
levn: "npm:^0.4.1"
5165+
lodash.merge: "npm:^4.6.2"
5166+
minimatch: "npm:^3.1.2"
5167+
natural-compare: "npm:^1.4.0"
5168+
optionator: "npm:^0.9.3"
5169+
strip-ansi: "npm:^6.0.1"
5170+
text-table: "npm:^0.2.0"
5171+
bin:
5172+
eslint: bin/eslint.js
5173+
checksum: b534962c60cb2ad219d20a33f93c80e8ea5dd89f390f7bab44c80df32134db0a87e73e7ccd2928d87498c0595128ee29b4dba8a1f1abbbb3da9c3fb0418ecdcc
5174+
languageName: node
5175+
linkType: hard
5176+
51235177
"espree@npm:^9.6.0, espree@npm:^9.6.1":
51245178
version: 9.6.1
51255179
resolution: "espree@npm:9.6.1"
@@ -7991,7 +8045,7 @@ __metadata:
79918045
cross-env: "npm:7.0.3"
79928046
docsify: "npm:4.13.1"
79938047
docsify-cli: "npm:4.4.4"
7994-
eslint: "npm:8.49.0"
8048+
eslint: "npm:8.51.0"
79958049
husky: "npm:8.0.3"
79968050
is-ci: "npm:3.0.1"
79978051
lint-staged: "npm:14.0.1"

0 commit comments

Comments
 (0)