@@ -730,6 +730,13 @@ eslint-plugin-ember-suave@^1.0.0:
730
730
dependencies :
731
731
requireindex "~1.1.0"
732
732
733
+ eslint-plugin-ember@^3.5.0 :
734
+ version "3.5.0"
735
+ resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-3.5.0.tgz#04f1fa733d77abe689c9317f9e538f2292e292d3"
736
+ dependencies :
737
+ requireindex "^1.1.0"
738
+ snake-case "^2.1.0"
739
+
733
740
eslint-plugin-filenames@^1.1.0 :
734
741
version "1.1.0"
735
742
resolved "https://registry.yarnpkg.com/eslint-plugin-filenames/-/eslint-plugin-filenames-1.1.0.tgz#bb925218ab25b1aad1c622cfa9cb8f43cc03a4ff"
@@ -739,8 +746,8 @@ eslint-plugin-filenames@^1.1.0:
739
746
lodash.snakecase "4.0.1"
740
747
741
748
eslint-plugin-flowtype@^2.34.0 :
742
- version "2.34.0 "
743
- resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.34.0 .tgz#b9875f314652e5081623c9d2b18a346bbb759c09 "
749
+ version "2.34.1 "
750
+ resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.34.1 .tgz#ea109175645b05d37baeac53b9b65066d79b9446 "
744
751
dependencies :
745
752
lodash "^4.15.0"
746
753
@@ -1506,6 +1513,10 @@ loose-envify@^1.0.0:
1506
1513
dependencies :
1507
1514
js-tokens "^2.0.0"
1508
1515
1516
+ lower-case@^1.1.1 :
1517
+ version "1.1.4"
1518
+ resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"
1519
+
1509
1520
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@~3.0.2 :
1510
1521
version "3.0.3"
1511
1522
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
@@ -1566,6 +1577,12 @@ no-arrowception@1.x.x:
1566
1577
version "1.0.0"
1567
1578
resolved "https://registry.yarnpkg.com/no-arrowception/-/no-arrowception-1.0.0.tgz#5bf3e95eb9c41b57384a805333daa3b734ee327a"
1568
1579
1580
+ no-case@^2.2.0 :
1581
+ version "2.3.1"
1582
+ resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.1.tgz#7aeba1c73a52184265554b7dc03baf720df80081"
1583
+ dependencies :
1584
+ lower-case "^1.1.1"
1585
+
1569
1586
number-is-nan@^1.0.0 :
1570
1587
version "1.0.1"
1571
1588
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
@@ -1778,7 +1795,7 @@ require-uncached@^1.0.2:
1778
1795
caller-path "^0.1.0"
1779
1796
resolve-from "^1.0.0"
1780
1797
1781
- requireindex@~1.1.0 :
1798
+ requireindex@^1.1.0, requireindex@ ~1.1.0 :
1782
1799
version "1.1.0"
1783
1800
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.1.0.tgz#e5404b81557ef75db6e49c5a72004893fe03e162"
1784
1801
@@ -1862,6 +1879,12 @@ slice-ansi@0.0.4:
1862
1879
version "0.0.4"
1863
1880
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
1864
1881
1882
+ snake-case@^2.1.0 :
1883
+ version "2.1.0"
1884
+ resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-2.1.0.tgz#41bdb1b73f30ec66a04d4e2cad1b76387d4d6d9f"
1885
+ dependencies :
1886
+ no-case "^2.2.0"
1887
+
1865
1888
source-map-support@^0.4.2 :
1866
1889
version "0.4.6"
1867
1890
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.6.tgz#32552aa64b458392a85eab3b0b5ee61527167aeb"
0 commit comments