Skip to content

Commit d05f787

Browse files
committed
chore(deps): update all non-major dependencies to v7.0.2
1 parent ac8ffa7 commit d05f787

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@types/cheerio": "0.22.35",
5050
"@types/jest": "^29.5.12",
5151
"@types/node": "20.11.19",
52-
"@typescript-eslint/eslint-plugin": "7.0.1",
53-
"@typescript-eslint/parser": "7.0.1",
52+
"@typescript-eslint/eslint-plugin": "7.0.2",
53+
"@typescript-eslint/parser": "7.0.2",
5454
"axios": "1.6.7",
5555
"eslint": "8.56.0",
5656
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -770,90 +770,90 @@
770770
dependencies:
771771
"@types/yargs-parser" "*"
772772

773-
"@typescript-eslint/[email protected].1":
774-
version "7.0.1"
775-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.1.tgz#407daffe09d964d57aceaf3ac51846359fbe61b0"
776-
integrity sha512-OLvgeBv3vXlnnJGIAgCLYKjgMEU+wBGj07MQ/nxAaON+3mLzX7mJbhRYrVGiVvFiXtwFlkcBa/TtmglHy0UbzQ==
773+
"@typescript-eslint/[email protected].2":
774+
version "7.0.2"
775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.2.tgz#c13a34057be425167cc4a765158c46fdf2fd981d"
776+
integrity sha512-/XtVZJtbaphtdrWjr+CJclaCVGPtOdBpFEnvtNf/jRV0IiEemRrL0qABex/nEt8isYcnFacm3nPHYQwL+Wb7qg==
777777
dependencies:
778778
"@eslint-community/regexpp" "^4.5.1"
779-
"@typescript-eslint/scope-manager" "7.0.1"
780-
"@typescript-eslint/type-utils" "7.0.1"
781-
"@typescript-eslint/utils" "7.0.1"
782-
"@typescript-eslint/visitor-keys" "7.0.1"
779+
"@typescript-eslint/scope-manager" "7.0.2"
780+
"@typescript-eslint/type-utils" "7.0.2"
781+
"@typescript-eslint/utils" "7.0.2"
782+
"@typescript-eslint/visitor-keys" "7.0.2"
783783
debug "^4.3.4"
784784
graphemer "^1.4.0"
785785
ignore "^5.2.4"
786786
natural-compare "^1.4.0"
787787
semver "^7.5.4"
788788
ts-api-utils "^1.0.1"
789789

790-
"@typescript-eslint/[email protected].1":
791-
version "7.0.1"
792-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.0.1.tgz#e9c61d9a5e32242477d92756d36086dc40322eed"
793-
integrity sha512-8GcRRZNzaHxKzBPU3tKtFNing571/GwPBeCvmAUw0yBtfE2XVd0zFKJIMSWkHJcPQi0ekxjIts6L/rrZq5cxGQ==
790+
"@typescript-eslint/[email protected].2":
791+
version "7.0.2"
792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.0.2.tgz#95c31233d343db1ca1df8df7811b5b87ca7b1a68"
793+
integrity sha512-GdwfDglCxSmU+QTS9vhz2Sop46ebNCXpPPvsByK7hu0rFGRHL+AusKQJ7SoN+LbLh6APFpQwHKmDSwN35Z700Q==
794794
dependencies:
795-
"@typescript-eslint/scope-manager" "7.0.1"
796-
"@typescript-eslint/types" "7.0.1"
797-
"@typescript-eslint/typescript-estree" "7.0.1"
798-
"@typescript-eslint/visitor-keys" "7.0.1"
795+
"@typescript-eslint/scope-manager" "7.0.2"
796+
"@typescript-eslint/types" "7.0.2"
797+
"@typescript-eslint/typescript-estree" "7.0.2"
798+
"@typescript-eslint/visitor-keys" "7.0.2"
799799
debug "^4.3.4"
800800

801-
"@typescript-eslint/[email protected].1":
802-
version "7.0.1"
803-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.1.tgz#611ec8e78c70439b152a805e1b10aaac36de7c00"
804-
integrity sha512-v7/T7As10g3bcWOOPAcbnMDuvctHzCFYCG/8R4bK4iYzdFqsZTbXGln0cZNVcwQcwewsYU2BJLay8j0/4zOk4w==
801+
"@typescript-eslint/[email protected].2":
802+
version "7.0.2"
803+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.2.tgz#6ec4cc03752758ddd1fdaae6fbd0ed9a2ca4fe63"
804+
integrity sha512-l6sa2jF3h+qgN2qUMjVR3uCNGjWw4ahGfzIYsCtFrQJCjhbrDPdiihYT8FnnqFwsWX+20hK592yX9I2rxKTP4g==
805805
dependencies:
806-
"@typescript-eslint/types" "7.0.1"
807-
"@typescript-eslint/visitor-keys" "7.0.1"
806+
"@typescript-eslint/types" "7.0.2"
807+
"@typescript-eslint/visitor-keys" "7.0.2"
808808

809-
"@typescript-eslint/[email protected].1":
810-
version "7.0.1"
811-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.1.tgz#0fba92c1f81cad561d7b3adc812aa1cc0e35cdae"
812-
integrity sha512-YtT9UcstTG5Yqy4xtLiClm1ZpM/pWVGFnkAa90UfdkkZsR1eP2mR/1jbHeYp8Ay1l1JHPyGvoUYR6o3On5Nhmw==
809+
"@typescript-eslint/[email protected].2":
810+
version "7.0.2"
811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.2.tgz#a7fc0adff0c202562721357e7478207d380a757b"
812+
integrity sha512-IKKDcFsKAYlk8Rs4wiFfEwJTQlHcdn8CLwLaxwd6zb8HNiMcQIFX9sWax2k4Cjj7l7mGS5N1zl7RCHOVwHq2VQ==
813813
dependencies:
814-
"@typescript-eslint/typescript-estree" "7.0.1"
815-
"@typescript-eslint/utils" "7.0.1"
814+
"@typescript-eslint/typescript-estree" "7.0.2"
815+
"@typescript-eslint/utils" "7.0.2"
816816
debug "^4.3.4"
817817
ts-api-utils "^1.0.1"
818818

819-
"@typescript-eslint/[email protected].1":
820-
version "7.0.1"
821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.1.tgz#dcfabce192db5b8bf77ea3c82cfaabe6e6a3c901"
822-
integrity sha512-uJDfmirz4FHib6ENju/7cz9SdMSkeVvJDK3VcMFvf/hAShg8C74FW+06MaQPODHfDJp/z/zHfgawIJRjlu0RLg==
819+
"@typescript-eslint/[email protected].2":
820+
version "7.0.2"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.2.tgz#b6edd108648028194eb213887d8d43ab5750351c"
822+
integrity sha512-ZzcCQHj4JaXFjdOql6adYV4B/oFOFjPOC9XYwCaZFRvqN8Llfvv4gSxrkQkd2u4Ci62i2c6W6gkDwQJDaRc4nA==
823823

824-
"@typescript-eslint/[email protected].1":
825-
version "7.0.1"
826-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.1.tgz#1d52ac03da541693fa5bcdc13ad655def5046faf"
827-
integrity sha512-SO9wHb6ph0/FN5OJxH4MiPscGah5wjOd0RRpaLvuBv9g8565Fgu0uMySFEPqwPHiQU90yzJ2FjRYKGrAhS1xig==
824+
"@typescript-eslint/[email protected].2":
825+
version "7.0.2"
826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.2.tgz#3c6dc8a3b9799f4ef7eca0d224ded01974e4cb39"
827+
integrity sha512-3AMc8khTcELFWcKcPc0xiLviEvvfzATpdPj/DXuOGIdQIIFybf4DMT1vKRbuAEOFMwhWt7NFLXRkbjsvKZQyvw==
828828
dependencies:
829-
"@typescript-eslint/types" "7.0.1"
830-
"@typescript-eslint/visitor-keys" "7.0.1"
829+
"@typescript-eslint/types" "7.0.2"
830+
"@typescript-eslint/visitor-keys" "7.0.2"
831831
debug "^4.3.4"
832832
globby "^11.1.0"
833833
is-glob "^4.0.3"
834834
minimatch "9.0.3"
835835
semver "^7.5.4"
836836
ts-api-utils "^1.0.1"
837837

838-
"@typescript-eslint/[email protected].1":
839-
version "7.0.1"
840-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.1.tgz#b8ceac0ba5fef362b4a03a33c0e1fedeea3734ed"
841-
integrity sha512-oe4his30JgPbnv+9Vef1h48jm0S6ft4mNwi9wj7bX10joGn07QRfqIqFHoMiajrtoU88cIhXf8ahwgrcbNLgPA==
838+
"@typescript-eslint/[email protected].2":
839+
version "7.0.2"
840+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.2.tgz#8756123054cd934c8ba7db6a6cffbc654b10b5c4"
841+
integrity sha512-PZPIONBIB/X684bhT1XlrkjNZJIEevwkKDsdwfiu1WeqBxYEEdIgVDgm8/bbKHVu+6YOpeRqcfImTdImx/4Bsw==
842842
dependencies:
843843
"@eslint-community/eslint-utils" "^4.4.0"
844844
"@types/json-schema" "^7.0.12"
845845
"@types/semver" "^7.5.0"
846-
"@typescript-eslint/scope-manager" "7.0.1"
847-
"@typescript-eslint/types" "7.0.1"
848-
"@typescript-eslint/typescript-estree" "7.0.1"
846+
"@typescript-eslint/scope-manager" "7.0.2"
847+
"@typescript-eslint/types" "7.0.2"
848+
"@typescript-eslint/typescript-estree" "7.0.2"
849849
semver "^7.5.4"
850850

851-
"@typescript-eslint/[email protected].1":
852-
version "7.0.1"
853-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.1.tgz#864680ac5a8010ec4814f8a818e57595f79f464e"
854-
integrity sha512-hwAgrOyk++RTXrP4KzCg7zB2U0xt7RUU0ZdMSCsqF3eKUwkdXUMyTb0qdCuji7VIbcpG62kKTU9M1J1c9UpFBw==
851+
"@typescript-eslint/[email protected].2":
852+
version "7.0.2"
853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.2.tgz#2899b716053ad7094962beb895d11396fc12afc7"
854+
integrity sha512-8Y+YiBmqPighbm5xA2k4wKTxRzx9EkBu7Rlw+WHqMvRJ3RPz/BMBO9b2ru0LUNmXg120PHUXD5+SWFy2R8DqlQ==
855855
dependencies:
856-
"@typescript-eslint/types" "7.0.1"
856+
"@typescript-eslint/types" "7.0.2"
857857
eslint-visitor-keys "^3.4.1"
858858

859859
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)