Skip to content

Commit a885e8c

Browse files
chore(deps): update dependency eslint to v8.56.0
1 parent dcb617c commit a885e8c

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@vitest/ui": "1.0.4",
9595
"babel-loader": "9.1.3",
9696
"conventional-changelog-conventionalcommits": "6.1.0",
97-
"eslint": "8.55.0",
97+
"eslint": "8.56.0",
9898
"eslint-config-prettier": "9.1.0",
9999
"eslint-plugin-import": "2.29.1",
100100
"eslint-plugin-import-newlines": "1.3.4",

yarn.lock

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2257,6 +2257,13 @@ __metadata:
22572257
languageName: node
22582258
linkType: hard
22592259

2260+
"@eslint/js@npm:8.56.0":
2261+
version: 8.56.0
2262+
resolution: "@eslint/js@npm:8.56.0"
2263+
checksum: 5804130574ef810207bdf321c265437814e7a26f4e6fac9b496de3206afd52f533e09ec002a3be06cd9adcc9da63e727f1883938e663c4e4751c007d5b58e539
2264+
languageName: node
2265+
linkType: hard
2266+
22602267
"@fal-works/esbuild-plugin-global-externals@npm:^2.1.2":
22612268
version: 2.1.2
22622269
resolution: "@fal-works/esbuild-plugin-global-externals@npm:2.1.2"
@@ -2930,7 +2937,7 @@ __metadata:
29302937
chroma-js: 2.4.2
29312938
classnames: 2.3.2
29322939
conventional-changelog-conventionalcommits: 6.1.0
2933-
eslint: 8.55.0
2940+
eslint: 8.56.0
29342941
eslint-config-prettier: 9.1.0
29352942
eslint-plugin-import: 2.29.1
29362943
eslint-plugin-import-newlines: 1.3.4
@@ -10232,6 +10239,54 @@ __metadata:
1023210239
languageName: node
1023310240
linkType: hard
1023410241

10242+
"eslint@npm:8.56.0":
10243+
version: 8.56.0
10244+
resolution: "eslint@npm:8.56.0"
10245+
dependencies:
10246+
"@eslint-community/eslint-utils": ^4.2.0
10247+
"@eslint-community/regexpp": ^4.6.1
10248+
"@eslint/eslintrc": ^2.1.4
10249+
"@eslint/js": 8.56.0
10250+
"@humanwhocodes/config-array": ^0.11.13
10251+
"@humanwhocodes/module-importer": ^1.0.1
10252+
"@nodelib/fs.walk": ^1.2.8
10253+
"@ungap/structured-clone": ^1.2.0
10254+
ajv: ^6.12.4
10255+
chalk: ^4.0.0
10256+
cross-spawn: ^7.0.2
10257+
debug: ^4.3.2
10258+
doctrine: ^3.0.0
10259+
escape-string-regexp: ^4.0.0
10260+
eslint-scope: ^7.2.2
10261+
eslint-visitor-keys: ^3.4.3
10262+
espree: ^9.6.1
10263+
esquery: ^1.4.2
10264+
esutils: ^2.0.2
10265+
fast-deep-equal: ^3.1.3
10266+
file-entry-cache: ^6.0.1
10267+
find-up: ^5.0.0
10268+
glob-parent: ^6.0.2
10269+
globals: ^13.19.0
10270+
graphemer: ^1.4.0
10271+
ignore: ^5.2.0
10272+
imurmurhash: ^0.1.4
10273+
is-glob: ^4.0.0
10274+
is-path-inside: ^3.0.3
10275+
js-yaml: ^4.1.0
10276+
json-stable-stringify-without-jsonify: ^1.0.1
10277+
levn: ^0.4.1
10278+
lodash.merge: ^4.6.2
10279+
minimatch: ^3.1.2
10280+
natural-compare: ^1.4.0
10281+
optionator: ^0.9.3
10282+
strip-ansi: ^6.0.1
10283+
text-table: ^0.2.0
10284+
bin:
10285+
eslint: bin/eslint.js
10286+
checksum: 883436d1e809b4a25d9eb03d42f584b84c408dbac28b0019f6ea07b5177940bf3cca86208f749a6a1e0039b63e085ee47aca1236c30721e91f0deef5cc5a5136
10287+
languageName: node
10288+
linkType: hard
10289+
1023510290
"espree@npm:^9.0.0, espree@npm:^9.6.0, espree@npm:^9.6.1":
1023610291
version: 9.6.1
1023710292
resolution: "espree@npm:9.6.1"

0 commit comments

Comments
 (0)