Skip to content

Commit 5ca080e

Browse files
chore(deps): update minor and patch (#178)
1 parent b428328 commit 5ca080e

2 files changed

Lines changed: 43 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"@babel/preset-env": "7.4.3",
3131
"autoprefixer": "9.5.1",
3232
"babel-loader": "8.0.5",
33-
"babel-plugin-istanbul": "5.1.1",
33+
"babel-plugin-istanbul": "5.1.2",
3434
"browser-sync": "2.26.3",
3535
"copy-webpack-plugin": "5.0.2",
3636
"css-loader": "1.0.1",
3737
"eslint": "5.16.0",
3838
"eslint-config-airbnb": "17.1.0",
39-
"eslint-plugin-import": "2.17.1",
39+
"eslint-plugin-import": "2.17.2",
4040
"eslint-plugin-protractor": "1.41.1",
4141
"eslint-plugin-react": "7.12.4",
4242
"glob": "7.1.3",

yarn.lock

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,13 +1596,13 @@ babel-loader@8.0.5:
15961596
mkdirp "^0.5.1"
15971597
util.promisify "^1.0.0"
15981598

1599-
babel-plugin-istanbul@5.1.1:
1600-
version "5.1.1"
1601-
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.1.tgz#7981590f1956d75d67630ba46f0c22493588c893"
1599+
babel-plugin-istanbul@5.1.2:
1600+
version "5.1.2"
1601+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.2.tgz#d8c2e2e83f72695d6bfdcd297719c66161d5f0f9"
16021602
dependencies:
16031603
find-up "^3.0.0"
1604-
istanbul-lib-instrument "^3.0.0"
1605-
test-exclude "^5.0.0"
1604+
istanbul-lib-instrument "^3.2.0"
1605+
test-exclude "^5.2.2"
16061606

16071607
babel-runtime@^6.26.0:
16081608
version "6.26.0"
@@ -3007,9 +3007,9 @@ eslint-module-utils@^2.4.0:
30073007
debug "^2.6.8"
30083008
pkg-dir "^2.0.0"
30093009

3010-
eslint-plugin-import@2.17.1:
3011-
version "2.17.1"
3012-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.1.tgz#b888feb4d9b3ee155113c8dccdd4bec5db33bdf4"
3010+
eslint-plugin-import@2.17.2:
3011+
version "2.17.2"
3012+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.2.tgz#d227d5c6dc67eca71eb590d2bb62fb38d86e9fcb"
30133013
dependencies:
30143014
array-includes "^3.0.3"
30153015
contains-path "^0.1.0"
@@ -4310,6 +4310,10 @@ istanbul-lib-coverage@^2.0.1:
43104310
version "2.0.1"
43114311
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#2aee0e073ad8c5f6a0b00e0dfbf52b4667472eda"
43124312

4313+
istanbul-lib-coverage@^2.0.4:
4314+
version "2.0.4"
4315+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#927a354005d99dd43a24607bb8b33fd4e9aca1ad"
4316+
43134317
istanbul-lib-hook@^2.0.1:
43144318
version "2.0.1"
43154319
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.1.tgz#918a57b75a0f951d552a08487ca1fa5336433d72"
@@ -4328,6 +4332,18 @@ istanbul-lib-instrument@^3.0.0:
43284332
istanbul-lib-coverage "^2.0.1"
43294333
semver "^5.5.0"
43304334

4335+
istanbul-lib-instrument@^3.2.0:
4336+
version "3.2.0"
4337+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.2.0.tgz#c549208da8a793f6622257a2da83e0ea96ae6a93"
4338+
dependencies:
4339+
"@babel/generator" "^7.0.0"
4340+
"@babel/parser" "^7.0.0"
4341+
"@babel/template" "^7.0.0"
4342+
"@babel/traverse" "^7.0.0"
4343+
"@babel/types" "^7.0.0"
4344+
istanbul-lib-coverage "^2.0.4"
4345+
semver "^6.0.0"
4346+
43314347
istanbul-lib-report@^2.0.2:
43324348
version "2.0.2"
43334349
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.2.tgz#430a2598519113e1da7af274ba861bd42dd97535"
@@ -6407,6 +6423,10 @@ require-main-filename@^1.0.1:
64076423
version "1.0.1"
64086424
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
64096425

6426+
require-main-filename@^2.0.0:
6427+
version "2.0.0"
6428+
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
6429+
64106430
requires-port@1.x.x:
64116431
version "1.0.0"
64126432
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
@@ -6583,6 +6603,10 @@ semver@^5.6.0:
65836603
version "5.6.0"
65846604
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
65856605

6606+
semver@^6.0.0:
6607+
version "6.0.0"
6608+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
6609+
65866610
send@0.16.2:
65876611
version "0.16.2"
65886612
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
@@ -7105,6 +7129,15 @@ test-exclude@5.0.0, test-exclude@^5.0.0:
71057129
read-pkg-up "^4.0.0"
71067130
require-main-filename "^1.0.1"
71077131

7132+
test-exclude@^5.2.2:
7133+
version "5.2.2"
7134+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.2.tgz#7322f8ab037b0b93ad2aab35fe9068baf997a4c4"
7135+
dependencies:
7136+
glob "^7.1.3"
7137+
minimatch "^3.0.4"
7138+
read-pkg-up "^4.0.0"
7139+
require-main-filename "^2.0.0"
7140+
71087141
text-encoding@^0.6.4:
71097142
version "0.6.4"
71107143
resolved "https://registry.yarnpkg.com/text-encoding/-/text-encoding-0.6.4.tgz#e399a982257a276dae428bb92845cb71bdc26d19"

0 commit comments

Comments
 (0)