Skip to content

Commit 392c364

Browse files
chore(deps): update dependency eslint to v8.33.0
1 parent f6cff37 commit 392c364

File tree

3 files changed

+53
-4
lines changed

3 files changed

+53
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"cross-env": "7.0.3",
5454
"docsify": "4.13.0",
5555
"docsify-cli": "4.4.4",
56-
"eslint": "8.32.0",
56+
"eslint": "8.33.0",
5757
"husky": "8.0.3",
5858
"is-ci": "3.0.1",
5959
"lint-staged": "13.1.0",

packages/zod-request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@vitest/coverage-istanbul": "0.28.1",
9393
"cross-env": "7.0.3",
9494
"es-check": "7.0.1",
95-
"eslint": "8.32.0",
95+
"eslint": "8.33.0",
9696
"get-tsconfig": "4.3.0",
9797
"jest": "29.3.1",
9898
"next": "^13.1.4",

yarn.lock

+51-2
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ __metadata:
16821682
"@vitest/coverage-istanbul": "npm:0.28.1"
16831683
cross-env: "npm:7.0.3"
16841684
es-check: "npm:7.0.1"
1685-
eslint: "npm:8.32.0"
1685+
eslint: "npm:8.33.0"
16861686
get-tsconfig: "npm:4.3.0"
16871687
jest: "npm:29.3.1"
16881688
next: "npm:^13.1.4"
@@ -5468,6 +5468,55 @@ __metadata:
54685468
languageName: node
54695469
linkType: hard
54705470

5471+
"eslint@npm:8.33.0":
5472+
version: 8.33.0
5473+
resolution: "eslint@npm:8.33.0"
5474+
dependencies:
5475+
"@eslint/eslintrc": "npm:^1.4.1"
5476+
"@humanwhocodes/config-array": "npm:^0.11.8"
5477+
"@humanwhocodes/module-importer": "npm:^1.0.1"
5478+
"@nodelib/fs.walk": "npm:^1.2.8"
5479+
ajv: "npm:^6.10.0"
5480+
chalk: "npm:^4.0.0"
5481+
cross-spawn: "npm:^7.0.2"
5482+
debug: "npm:^4.3.2"
5483+
doctrine: "npm:^3.0.0"
5484+
escape-string-regexp: "npm:^4.0.0"
5485+
eslint-scope: "npm:^7.1.1"
5486+
eslint-utils: "npm:^3.0.0"
5487+
eslint-visitor-keys: "npm:^3.3.0"
5488+
espree: "npm:^9.4.0"
5489+
esquery: "npm:^1.4.0"
5490+
esutils: "npm:^2.0.2"
5491+
fast-deep-equal: "npm:^3.1.3"
5492+
file-entry-cache: "npm:^6.0.1"
5493+
find-up: "npm:^5.0.0"
5494+
glob-parent: "npm:^6.0.2"
5495+
globals: "npm:^13.19.0"
5496+
grapheme-splitter: "npm:^1.0.4"
5497+
ignore: "npm:^5.2.0"
5498+
import-fresh: "npm:^3.0.0"
5499+
imurmurhash: "npm:^0.1.4"
5500+
is-glob: "npm:^4.0.0"
5501+
is-path-inside: "npm:^3.0.3"
5502+
js-sdsl: "npm:^4.1.4"
5503+
js-yaml: "npm:^4.1.0"
5504+
json-stable-stringify-without-jsonify: "npm:^1.0.1"
5505+
levn: "npm:^0.4.1"
5506+
lodash.merge: "npm:^4.6.2"
5507+
minimatch: "npm:^3.1.2"
5508+
natural-compare: "npm:^1.4.0"
5509+
optionator: "npm:^0.9.1"
5510+
regexpp: "npm:^3.2.0"
5511+
strip-ansi: "npm:^6.0.1"
5512+
strip-json-comments: "npm:^3.1.0"
5513+
text-table: "npm:^0.2.0"
5514+
bin:
5515+
eslint: bin/eslint.js
5516+
checksum: 583a783a3c7bec8b1167455cc6665a8f8ad9eba55518dadfdbd95041fa9ac57e0866c06dd3b380f3ebfa1be62461faca7df814a3286027037a3a0ea25ee4ef80
5517+
languageName: node
5518+
linkType: hard
5519+
54715520
"espree@npm:^9.4.0":
54725521
version: 9.4.0
54735522
resolution: "espree@npm:9.4.0"
@@ -8621,7 +8670,7 @@ __metadata:
86218670
cross-env: "npm:7.0.3"
86228671
docsify: "npm:4.13.0"
86238672
docsify-cli: "npm:4.4.4"
8624-
eslint: "npm:8.32.0"
8673+
eslint: "npm:8.33.0"
86258674
husky: "npm:8.0.3"
86268675
is-ci: "npm:3.0.1"
86278676
lint-staged: "npm:13.1.0"

0 commit comments

Comments
 (0)