Skip to content

Commit c84f376

Browse files
committed
chore(deps): update dependency eslint to v8.45.0
1 parent 112aa08 commit c84f376

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/supertest": "2.0.12",
3333
"@typescript-eslint/eslint-plugin": "5.62.0",
3434
"@typescript-eslint/parser": "5.62.0",
35-
"eslint": "8.44.0",
35+
"eslint": "8.45.0",
3636
"eslint-config-prettier": "8.8.0",
3737
"eslint-plugin-import": "2.27.5",
3838
"eslint-plugin-prettier": "5.0.0",

yarn.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -4718,10 +4718,10 @@ eslint-visitor-keys@^3.4.1:
47184718
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
47194719
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
47204720

4721-
eslint@8.44.0:
4722-
version "8.44.0"
4723-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
4724-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
4721+
eslint@8.45.0:
4722+
version "8.45.0"
4723+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
4724+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
47254725
dependencies:
47264726
"@eslint-community/eslint-utils" "^4.2.0"
47274727
"@eslint-community/regexpp" "^4.4.0"
@@ -4748,7 +4748,6 @@ eslint@8.44.0:
47484748
globals "^13.19.0"
47494749
graphemer "^1.4.0"
47504750
ignore "^5.2.0"
4751-
import-fresh "^3.0.0"
47524751
imurmurhash "^0.1.4"
47534752
is-glob "^4.0.0"
47544753
is-path-inside "^3.0.3"
@@ -4760,7 +4759,6 @@ eslint@8.44.0:
47604759
natural-compare "^1.4.0"
47614760
optionator "^0.9.3"
47624761
strip-ansi "^6.0.1"
4763-
strip-json-comments "^3.1.0"
47644762
text-table "^0.2.0"
47654763

47664764
espree@^9.6.0:
@@ -6182,7 +6180,7 @@ ignore@^5.1.4:
61826180
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
61836181
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
61846182

6185-
import-fresh@^3.0.0, import-fresh@^3.2.1:
6183+
import-fresh@^3.2.1:
61866184
version "3.2.1"
61876185
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
61886186
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
@@ -11484,11 +11482,6 @@ strip-indent@^3.0.0:
1148411482
dependencies:
1148511483
min-indent "^1.0.0"
1148611484

11487-
strip-json-comments@^3.1.0:
11488-
version "3.1.0"
11489-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180"
11490-
integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==
11491-
1149211485
strip-json-comments@^3.1.1:
1149311486
version "3.1.1"
1149411487
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"

0 commit comments

Comments
 (0)