Skip to content

Commit 60a18d8

Browse files
authored
Merge pull request #1208 from inplayer-org/dependabot/npm_and_yarn/typescript-eslint/parser-4.8.2
chore(deps-dev): bump @typescript-eslint/parser from 4.3.0 to 4.8.2
2 parents 3c49367 + e92abad commit 60a18d8

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/react-toggle": "^4.0.2",
6363
"@types/styled-components": "^5.1.4",
6464
"@typescript-eslint/eslint-plugin": "4.3.0",
65-
"@typescript-eslint/parser": "4.3.0",
65+
"@typescript-eslint/parser": "4.8.2",
6666
"babel-eslint": "^10.1.0",
6767
"babel-loader": "^8.1.0",
6868
"babel-plugin-styled-components": "1.10.5",

yarn.lock

+43-8
Original file line numberDiff line numberDiff line change
@@ -3591,14 +3591,14 @@
35913591
eslint-scope "^5.0.0"
35923592
eslint-utils "^2.0.0"
35933593

3594-
"@typescript-eslint/parser@4.3.0":
3595-
version "4.3.0"
3596-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
3597-
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
3598-
dependencies:
3599-
"@typescript-eslint/scope-manager" "4.3.0"
3600-
"@typescript-eslint/types" "4.3.0"
3601-
"@typescript-eslint/typescript-estree" "4.3.0"
3594+
"@typescript-eslint/parser@4.8.2":
3595+
version "4.8.2"
3596+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.2.tgz#78dccbe5124de2b8dea2d4c363dee9f769151ca8"
3597+
integrity sha512-u0leyJqmclYr3KcXOqd2fmx6SDGBO0MUNHHAjr0JS4Crbb3C3d8dwAdlazy133PLCcPn+aOUFiHn72wcuc5wYw==
3598+
dependencies:
3599+
"@typescript-eslint/scope-manager" "4.8.2"
3600+
"@typescript-eslint/types" "4.8.2"
3601+
"@typescript-eslint/typescript-estree" "4.8.2"
36023602
debug "^4.1.1"
36033603

36043604
"@typescript-eslint/scope-manager@4.3.0":
@@ -3609,11 +3609,24 @@
36093609
"@typescript-eslint/types" "4.3.0"
36103610
"@typescript-eslint/visitor-keys" "4.3.0"
36113611

3612+
"@typescript-eslint/scope-manager@4.8.2":
3613+
version "4.8.2"
3614+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.2.tgz#a18388c63ae9c17adde519384f539392f2c4f0d9"
3615+
integrity sha512-qHQ8ODi7mMin4Sq2eh/6eu03uVzsf5TX+J43xRmiq8ujng7ViQSHNPLOHGw/Wr5dFEoxq/ubKhzClIIdQy5q3g==
3616+
dependencies:
3617+
"@typescript-eslint/types" "4.8.2"
3618+
"@typescript-eslint/visitor-keys" "4.8.2"
3619+
36123620
"@typescript-eslint/types@4.3.0":
36133621
version "4.3.0"
36143622
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
36153623
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
36163624

3625+
"@typescript-eslint/types@4.8.2":
3626+
version "4.8.2"
3627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36"
3628+
integrity sha512-z1/AVcVF8ju5ObaHe2fOpZYEQrwHyZ7PTOlmjd3EoFeX9sv7UekQhfrCmgUO7PruLNfSHrJGQvrW3Q7xQ8EoAw==
3629+
36173630
"@typescript-eslint/typescript-estree@4.3.0":
36183631
version "4.3.0"
36193632
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
@@ -3628,6 +3641,20 @@
36283641
semver "^7.3.2"
36293642
tsutils "^3.17.1"
36303643

3644+
"@typescript-eslint/typescript-estree@4.8.2":
3645+
version "4.8.2"
3646+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.2.tgz#eeec34707d8577600fb21661b5287226cc8b3bed"
3647+
integrity sha512-HToGNwI6fekH0dOw3XEVESUm71Onfam0AKin6f26S2FtUmO7o3cLlWgrIaT1q3vjB3wCTdww3Dx2iGq5wtUOCg==
3648+
dependencies:
3649+
"@typescript-eslint/types" "4.8.2"
3650+
"@typescript-eslint/visitor-keys" "4.8.2"
3651+
debug "^4.1.1"
3652+
globby "^11.0.1"
3653+
is-glob "^4.0.1"
3654+
lodash "^4.17.15"
3655+
semver "^7.3.2"
3656+
tsutils "^3.17.1"
3657+
36313658
"@typescript-eslint/visitor-keys@4.3.0":
36323659
version "4.3.0"
36333660
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
@@ -3636,6 +3663,14 @@
36363663
"@typescript-eslint/types" "4.3.0"
36373664
eslint-visitor-keys "^2.0.0"
36383665

3666+
"@typescript-eslint/visitor-keys@4.8.2":
3667+
version "4.8.2"
3668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.2.tgz#62cd3fbbbf65f8eccfbe6f159eb1b84a243a3f77"
3669+
integrity sha512-Vg+/SJTMZJEKKGHW7YC21QxgKJrSbxoYYd3MEUGtW7zuytHuEcksewq0DUmo4eh/CTNrVJGSdIY9AtRb6riWFw==
3670+
dependencies:
3671+
"@typescript-eslint/types" "4.8.2"
3672+
eslint-visitor-keys "^2.0.0"
3673+
36393674
"@webassemblyjs/ast@1.9.0":
36403675
version "1.9.0"
36413676
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)