~cytrogen/masto-fe

4b87e2a8db6ff31552f13b6a817a659f97207fcf — dependabot[bot] 2 years ago b75c353
Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 (#24774)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed, 43 insertions(+), 9 deletions(-)

M package.json
M yarn.lock
M package.json => package.json +1 -1
@@ 178,7 178,7 @@
    "@types/webpack": "^4.41.33",
    "@types/yargs": "^17.0.24",
    "@typescript-eslint/eslint-plugin": "^5.59.1",
    "@typescript-eslint/parser": "^5.59.1",
    "@typescript-eslint/parser": "^5.59.2",
    "babel-jest": "^29.5.0",
    "eslint": "^8.39.0",
    "eslint-plugin-formatjs": "^4.9.0",

M yarn.lock => yarn.lock +42 -8
@@ 2475,14 2475,14 @@
    semver "^7.3.7"
    tsutils "^3.21.0"

"@typescript-eslint/parser@^5.59.1":
  version "5.59.1"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.1.tgz#73c2c12127c5c1182d2e5b71a8fa2a85d215cbb4"
  integrity sha512-nzjFAN8WEu6yPRDizIFyzAfgK7nybPodMNFGNH0M9tei2gYnYszRDqVA0xlnRjkl7Hkx2vYrEdb6fP2a21cG1g==
  dependencies:
    "@typescript-eslint/scope-manager" "5.59.1"
    "@typescript-eslint/types" "5.59.1"
    "@typescript-eslint/typescript-estree" "5.59.1"
"@typescript-eslint/parser@^5.59.2":
  version "5.59.2"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.2.tgz#c2c443247901d95865b9f77332d9eee7c55655e8"
  integrity sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==
  dependencies:
    "@typescript-eslint/scope-manager" "5.59.2"
    "@typescript-eslint/types" "5.59.2"
    "@typescript-eslint/typescript-estree" "5.59.2"
    debug "^4.3.4"

"@typescript-eslint/scope-manager@5.59.1":


@@ 2493,6 2493,14 @@
    "@typescript-eslint/types" "5.59.1"
    "@typescript-eslint/visitor-keys" "5.59.1"

"@typescript-eslint/scope-manager@5.59.2":
  version "5.59.2"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz#f699fe936ee4e2c996d14f0fdd3a7da5ba7b9a4c"
  integrity sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==
  dependencies:
    "@typescript-eslint/types" "5.59.2"
    "@typescript-eslint/visitor-keys" "5.59.2"

"@typescript-eslint/type-utils@5.59.1":
  version "5.59.1"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.1.tgz#63981d61684fd24eda2f9f08c0a47ecb000a2111"


@@ 2513,6 2521,11 @@
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.1.tgz#03f3fedd1c044cb336ebc34cc7855f121991f41d"
  integrity sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==

"@typescript-eslint/types@5.59.2":
  version "5.59.2"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.2.tgz#b511d2b9847fe277c5cb002a2318bd329ef4f655"
  integrity sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==

"@typescript-eslint/typescript-estree@5.45.0":
  version "5.45.0"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.0.tgz#f70a0d646d7f38c0dfd6936a5e171a77f1e5291d"


@@ 2539,6 2552,19 @@
    semver "^7.3.7"
    tsutils "^3.21.0"

"@typescript-eslint/typescript-estree@5.59.2":
  version "5.59.2"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz#6e2fabd3ba01db5d69df44e0b654c0b051fe9936"
  integrity sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==
  dependencies:
    "@typescript-eslint/types" "5.59.2"
    "@typescript-eslint/visitor-keys" "5.59.2"
    debug "^4.3.4"
    globby "^11.1.0"
    is-glob "^4.0.3"
    semver "^7.3.7"
    tsutils "^3.21.0"

"@typescript-eslint/utils@5.59.1":
  version "5.59.1"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.1.tgz#d89fc758ad23d2157cfae53f0b429bdf15db9473"


@@ 2569,6 2595,14 @@
    "@typescript-eslint/types" "5.59.1"
    eslint-visitor-keys "^3.3.0"

"@typescript-eslint/visitor-keys@5.59.2":
  version "5.59.2"
  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz#37a419dc2723a3eacbf722512b86d6caf7d3b750"
  integrity sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==
  dependencies:
    "@typescript-eslint/types" "5.59.2"
    eslint-visitor-keys "^3.3.0"

"@webassemblyjs/ast@1.9.0":
  version "1.9.0"
  resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"