Skip to content

Commit 17d68bf

Browse files
Merge pull request #311 from feathers-plus/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-1.13.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 1.11.0 to 1.13.0
2 parents 37015b5 + 54c26db commit 17d68bf

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

yarn.lock

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,11 @@
827827
resolved "https://registry.yarnpkg.com/@types/inflection/-/inflection-1.5.28.tgz#43d55e0d72cf333a2dffd9c4ec0407455a1b0931"
828828
integrity sha1-Q9VeDXLPMzot/9nE7AQHRVobCTE=
829829

830+
"@types/json-schema@^7.0.3":
831+
version "7.0.3"
832+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
833+
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
834+
830835
"@types/lodash@^4.14.123":
831836
version "4.14.135"
832837
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.135.tgz#d2607c35dd68f70c2b35ba020c667493dedd8447"
@@ -872,11 +877,11 @@
872877
"@types/node" "*"
873878

874879
"@typescript-eslint/eslint-plugin@^1.1.0", "@typescript-eslint/eslint-plugin@^1.5.0":
875-
version "1.11.0"
876-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.11.0.tgz#870f752c520db04db6d3668af7479026a6f2fb9a"
877-
integrity sha512-mXv9ccCou89C8/4avKHuPB2WkSZyY/XcTQUXd5LFZAcLw1I3mWYVjUu6eS9Ja0QkP/ClolbcW9tb3Ov/pMdcqw==
880+
version "1.13.0"
881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.13.0.tgz#22fed9b16ddfeb402fd7bcde56307820f6ebc49f"
882+
integrity sha512-WQHCozMnuNADiqMtsNzp96FNox5sOVpU8Xt4meaT4em8lOG1SrOv92/mUbEHQVh90sldKSfcOc/I0FOb/14G1g==
878883
dependencies:
879-
"@typescript-eslint/experimental-utils" "1.11.0"
884+
"@typescript-eslint/experimental-utils" "1.13.0"
880885
eslint-utils "^1.3.1"
881886
functional-red-black-tree "^1.0.1"
882887
regexpp "^2.0.1"
@@ -890,6 +895,15 @@
890895
"@typescript-eslint/typescript-estree" "1.11.0"
891896
eslint-scope "^4.0.0"
892897

898+
"@typescript-eslint/[email protected]":
899+
version "1.13.0"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
901+
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
902+
dependencies:
903+
"@types/json-schema" "^7.0.3"
904+
"@typescript-eslint/typescript-estree" "1.13.0"
905+
eslint-scope "^4.0.0"
906+
893907
"@typescript-eslint/parser@^1.1.0", "@typescript-eslint/parser@^1.5.0":
894908
version "1.11.0"
895909
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.11.0.tgz#2f6d4f7e64eeb1e7c25b422f8df14d0c9e508e36"
@@ -908,6 +922,14 @@
908922
lodash.unescape "4.0.1"
909923
semver "5.5.0"
910924

925+
"@typescript-eslint/[email protected]":
926+
version "1.13.0"
927+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
928+
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
929+
dependencies:
930+
lodash.unescape "4.0.1"
931+
semver "5.5.0"
932+
911933
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
912934
version "1.0.0"
913935
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"

0 commit comments

Comments
 (0)