Skip to content

Commit 0ecf3aa

Browse files
authored
Merge pull request #262 from Quramy/renovate/eslint-8.x
chore(deps): update dependency eslint to v8.54.0
2 parents c5c5d8a + 6d90afa commit 0ecf3aa

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"author": "Quramy",
2828
"license": "MIT",
2929
"devDependencies": {
30-
"@types/eslint": "8.44.7",
30+
"@types/eslint": "8.44.8",
3131
"@types/estree": "1.0.5",
3232
"@types/node": "20.10.0",
3333
"@typescript-eslint/parser": "6.12.0",
34-
"eslint": "8.53.0",
34+
"eslint": "8.54.0",
3535
"husky": "8.0.3",
3636
"jest": "29.7.0",
3737
"prettier": "2.8.8",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -537,10 +537,10 @@
537537
minimatch "^3.1.2"
538538
strip-json-comments "^3.1.1"
539539

540-
"@eslint/js@8.53.0":
541-
version "8.53.0"
542-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
543-
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
540+
"@eslint/js@8.54.0":
541+
version "8.54.0"
542+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.54.0.tgz#4fab9a2ff7860082c304f750e94acd644cf984cf"
543+
integrity sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==
544544

545545
"@humanwhocodes/config-array@^0.11.13":
546546
version "0.11.13"
@@ -971,10 +971,10 @@
971971
dependencies:
972972
"@babel/types" "^7.3.0"
973973

974-
"@types/eslint@8.44.7":
975-
version "8.44.7"
976-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.7.tgz#430b3cc96db70c81f405e6a08aebdb13869198f5"
977-
integrity sha512-f5ORu2hcBbKei97U73mf+l9t4zTGl74IqZ0GQk4oVea/VS8tQZYkUveSYojk+frraAVYId0V2WC9O4PTNru2FQ==
974+
"@types/eslint@8.44.8":
975+
version "8.44.8"
976+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.8.tgz#f4fe1dab9b3d3dd98082d4b9f80e59ab40f1261c"
977+
integrity sha512-4K8GavROwhrYl2QXDXm0Rv9epkA8GBFu0EI+XrrnnuCl7u8CWBRusX7fXJfanhZTDWSAL24gDI/UqXyUM0Injw==
978978
dependencies:
979979
"@types/estree" "*"
980980
"@types/json-schema" "*"
@@ -1622,15 +1622,15 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
16221622
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
16231623
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
16241624

1625-
eslint@8.53.0:
1626-
version "8.53.0"
1627-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
1628-
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
1625+
eslint@8.54.0:
1626+
version "8.54.0"
1627+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
1628+
integrity sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==
16291629
dependencies:
16301630
"@eslint-community/eslint-utils" "^4.2.0"
16311631
"@eslint-community/regexpp" "^4.6.1"
16321632
"@eslint/eslintrc" "^2.1.3"
1633-
"@eslint/js" "8.53.0"
1633+
"@eslint/js" "8.54.0"
16341634
"@humanwhocodes/config-array" "^0.11.13"
16351635
"@humanwhocodes/module-importer" "^1.0.1"
16361636
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)