Skip to content

Commit 4fdeef6

Browse files
authoredOct 22, 2022
chore(deps-dev): bump eslint to ^8.26.0
1 parent 49d9743 commit 4fdeef6

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^5.40.0",
2121
"@vitest/coverage-c8": "^0.24.3",
2222
"dotenv": "^16.0.3",
23-
"eslint": "^8.25.0",
23+
"eslint": "^8.26.0",
2424
"eslint-config-prettier": "^8.5.0",
2525
"eslint-plugin-prettier": "^4.2.1",
2626
"prettier": "^2.7.1",

‎yarn.lock

+22-14
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ __metadata:
130130
languageName: node
131131
linkType: hard
132132

133-
"@humanwhocodes/config-array@npm:^0.10.5":
134-
version: 0.10.5
135-
resolution: "@humanwhocodes/config-array@npm:0.10.5"
133+
"@humanwhocodes/config-array@npm:^0.11.6":
134+
version: 0.11.6
135+
resolution: "@humanwhocodes/config-array@npm:0.11.6"
136136
dependencies:
137137
"@humanwhocodes/object-schema": ^1.2.1
138138
debug: ^4.1.1
139139
minimatch: ^3.0.4
140-
checksum: af4fa2633c57414be22ddba0a072cc611ef9a07104542fa24bde918a0153b89b6e08ca6a20ccc9079de6079e219e2406e38414d1b662db8bb59a3ba9d6eee6e3
140+
checksum: 2fb7288638968dfeec27f06aef52f043726edd126ac47f24b54256902fdb35b3bf9863d4a4caf0423dccca5dd1354ca5899f3ac047b56774641ca0c4cbedb104
141141
languageName: node
142142
linkType: hard
143143

@@ -203,7 +203,7 @@ __metadata:
203203
languageName: node
204204
linkType: hard
205205

206-
"@nodelib/fs.walk@npm:^1.2.3":
206+
"@nodelib/fs.walk@npm:^1.2.3, @nodelib/fs.walk@npm:^1.2.8":
207207
version: 1.2.8
208208
resolution: "@nodelib/fs.walk@npm:1.2.8"
209209
dependencies:
@@ -1767,13 +1767,14 @@ __metadata:
17671767
languageName: node
17681768
linkType: hard
17691769

1770-
"eslint@npm:^8.25.0":
1771-
version: 8.25.0
1772-
resolution: "eslint@npm:8.25.0"
1770+
"eslint@npm:^8.26.0":
1771+
version: 8.26.0
1772+
resolution: "eslint@npm:8.26.0"
17731773
dependencies:
17741774
"@eslint/eslintrc": ^1.3.3
1775-
"@humanwhocodes/config-array": ^0.10.5
1775+
"@humanwhocodes/config-array": ^0.11.6
17761776
"@humanwhocodes/module-importer": ^1.0.1
1777+
"@nodelib/fs.walk": ^1.2.8
17771778
ajv: ^6.10.0
17781779
chalk: ^4.0.0
17791780
cross-spawn: ^7.0.2
@@ -1789,14 +1790,14 @@ __metadata:
17891790
fast-deep-equal: ^3.1.3
17901791
file-entry-cache: ^6.0.1
17911792
find-up: ^5.0.0
1792-
glob-parent: ^6.0.1
1793+
glob-parent: ^6.0.2
17931794
globals: ^13.15.0
1794-
globby: ^11.1.0
17951795
grapheme-splitter: ^1.0.4
17961796
ignore: ^5.2.0
17971797
import-fresh: ^3.0.0
17981798
imurmurhash: ^0.1.4
17991799
is-glob: ^4.0.0
1800+
is-path-inside: ^3.0.3
18001801
js-sdsl: ^4.1.4
18011802
js-yaml: ^4.1.0
18021803
json-stable-stringify-without-jsonify: ^1.0.1
@@ -1811,7 +1812,7 @@ __metadata:
18111812
text-table: ^0.2.0
18121813
bin:
18131814
eslint: bin/eslint.js
1814-
checksum: 7acf2693b522b573657b53d2245b5522d3a131e4224b1cbf01e2c3579632fdbf62599284f68bc483e6e4eba23ae3643c9544744e0214a86e727cc361cedcd0fa
1815+
checksum: a2aced939ea060f77d10dcfced5cfeb940f63f383fd7ab1decadea64170ab552582e1c5909db1db641d4283178c9bc569f19b0f8900e00314a5f783e4b3f759d
18151816
languageName: node
18161817
linkType: hard
18171818

@@ -2112,7 +2113,7 @@ __metadata:
21122113
languageName: node
21132114
linkType: hard
21142115

2115-
"glob-parent@npm:^6.0.1":
2116+
"glob-parent@npm:^6.0.2":
21162117
version: 6.0.2
21172118
resolution: "glob-parent@npm:6.0.2"
21182119
dependencies:
@@ -2468,6 +2469,13 @@ __metadata:
24682469
languageName: node
24692470
linkType: hard
24702471

2472+
"is-path-inside@npm:^3.0.3":
2473+
version: 3.0.3
2474+
resolution: "is-path-inside@npm:3.0.3"
2475+
checksum: abd50f06186a052b349c15e55b182326f1936c89a78bf6c8f2b707412517c097ce04bc49a0ca221787bc44e1049f51f09a2ffb63d22899051988d3a618ba13e9
2476+
languageName: node
2477+
linkType: hard
2478+
24712479
"is-plain-obj@npm:^1.1.0":
24722480
version: 1.1.0
24732481
resolution: "is-plain-obj@npm:1.1.0"
@@ -3556,7 +3564,7 @@ __metadata:
35563564
"@typescript-eslint/parser": ^5.40.0
35573565
"@vitest/coverage-c8": ^0.24.3
35583566
dotenv: ^16.0.3
3559-
eslint: ^8.25.0
3567+
eslint: ^8.26.0
35603568
eslint-config-prettier: ^8.5.0
35613569
eslint-plugin-prettier: ^4.2.1
35623570
prettier: ^2.7.1

0 commit comments

Comments
 (0)