Skip to content

Commit 78a4683

Browse files
chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 (#339)
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.48.0...v8.49.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5eb4d07 commit 78a4683

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@remix-run/eslint-config": "^1.19.3",
1212
"@types/react": "^18.2.21",
13-
"eslint": "^8.48.0",
13+
"eslint": "^8.49.0",
1414
"eslint-config-prettier": "^9.0.0",
1515
"eslint-plugin-markdown": "^3.0.1",
1616
"eslint-plugin-cypress": "^2.14.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -399,15 +399,15 @@
399399
minimatch "^3.1.2"
400400
strip-json-comments "^3.1.1"
401401

402-
"@eslint/js@8.48.0":
403-
version "8.48.0"
404-
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
405-
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==
402+
"@eslint/js@8.49.0":
403+
version "8.49.0"
404+
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz#86f79756004a97fa4df866835093f1df3d03c333"
405+
integrity sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==
406406

407-
"@humanwhocodes/config-array@^0.11.10":
408-
version "0.11.10"
409-
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
410-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
407+
"@humanwhocodes/config-array@^0.11.11":
408+
version "0.11.11"
409+
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
410+
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
411411
dependencies:
412412
"@humanwhocodes/object-schema" "^1.2.1"
413413
debug "^4.1.1"
@@ -1838,16 +1838,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
18381838
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
18391839
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
18401840

1841-
eslint@^8.48.0:
1842-
version "8.48.0"
1843-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
1844-
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
1841+
eslint@^8.49.0:
1842+
version "8.49.0"
1843+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz#09d80a89bdb4edee2efcf6964623af1054bf6d42"
1844+
integrity sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==
18451845
dependencies:
18461846
"@eslint-community/eslint-utils" "^4.2.0"
18471847
"@eslint-community/regexpp" "^4.6.1"
18481848
"@eslint/eslintrc" "^2.1.2"
1849-
"@eslint/js" "8.48.0"
1850-
"@humanwhocodes/config-array" "^0.11.10"
1849+
"@eslint/js" "8.49.0"
1850+
"@humanwhocodes/config-array" "^0.11.11"
18511851
"@humanwhocodes/module-importer" "^1.0.1"
18521852
"@nodelib/fs.walk" "^1.2.8"
18531853
ajv "^6.12.4"

0 commit comments

Comments
 (0)