Skip to content

Commit 9ed27f2

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update all non-major devDependencies (#26)
1 parent 209ac57 commit 9ed27f2

File tree

2 files changed

+106
-66
lines changed

2 files changed

+106
-66
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,36 +50,36 @@
5050
"babel-core": "^6.26.3",
5151
"babel-eslint": "^10.0.1",
5252
"babel-jest": "^23.6.0",
53-
"babel-loader": "^8.0.4",
53+
"babel-loader": "^8.0.5",
5454
"babel-plugin-external-helpers": "^6.22.0",
5555
"babel-plugin-transform-object-rest-spread": "^6.26.0",
5656
"babel-plugin-transform-runtime": "^6.23.0",
5757
"babel-preset-env": "^1.7.0",
5858
"babel-preset-stage-2": "^6.24.1",
5959
"babel-register": "^6.26.0",
60-
"chalk": "^2.4.1",
60+
"chalk": "^2.4.2",
6161
"codecov": "^3.1.0",
6262
"cross-spawn": "^6.0.5",
63-
"eslint": "^5.9.0",
63+
"eslint": "^5.12.0",
6464
"eslint-config-standard": "^11.0.0",
6565
"eslint-friendly-formatter": "^4.0.1",
6666
"eslint-loader": "^2.1.1",
6767
"eslint-plugin-html": "^5.0.0",
6868
"eslint-plugin-import": "^2.14.0",
69-
"eslint-plugin-jest": "^22.0.0",
70-
"eslint-plugin-node": "^8.0.0",
69+
"eslint-plugin-jest": "^22.1.3",
70+
"eslint-plugin-node": "^8.0.1",
7171
"eslint-plugin-promise": "^4.0.1",
7272
"eslint-plugin-standard": "^4.0.0",
73-
"husky": "^1.2.0",
73+
"husky": "^1.3.1",
7474
"jest": "^23.6.0",
7575
"jest-each": "^23.6.0",
7676
"jest-environment-node": "^23.4.0",
7777
"regenerator-runtime": "^0.13.1",
78-
"rollup": "^1.0.0",
79-
"rollup-plugin-babel": "^4.0.3",
78+
"rollup": "^1.1.0",
79+
"rollup-plugin-babel": "^4.3.0",
8080
"rollup-plugin-commonjs": "^9.2.0",
8181
"rollup-plugin-node-resolve": "^3.4.0",
82-
"rollup-plugin-uglify": "^6.0.0"
82+
"rollup-plugin-uglify": "^6.0.1"
8383
},
8484
"jest": {
8585
"moduleDirectories": [

yarn.lock

Lines changed: 97 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,16 @@ acorn@^5.5.3:
305305
resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
306306
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
307307

308-
acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.4:
308+
acorn@^6.0.1, acorn@^6.0.2:
309309
version "6.0.4"
310310
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
311311
integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
312312

313+
acorn@^6.0.5:
314+
version "6.0.5"
315+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"
316+
integrity sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==
317+
313318
ajv@^6.5.3, ajv@^6.5.5:
314319
version "6.5.5"
315320
resolved "https://registry.npmjs.org/ajv/-/ajv-6.5.5.tgz#cf97cdade71c6399a92c6d6c4177381291b781a1"
@@ -693,12 +698,12 @@ babel-jest@^23.6.0:
693698
babel-plugin-istanbul "^4.1.6"
694699
babel-preset-jest "^23.2.0"
695700

696-
babel-loader@^8.0.4:
697-
version "8.0.4"
698-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.4.tgz#7bbf20cbe4560629e2e41534147692d3fecbdce6"
699-
integrity sha512-fhBhNkUToJcW9nV46v8w87AJOwAJDz84c1CL57n3Stj73FANM/b9TbCUK4YhdOwEyZ+OxhYpdeZDNzSI29Firw==
701+
babel-loader@^8.0.5:
702+
version "8.0.5"
703+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33"
704+
integrity sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==
700705
dependencies:
701-
find-cache-dir "^1.0.0"
706+
find-cache-dir "^2.0.0"
702707
loader-utils "^1.0.2"
703708
mkdirp "^0.5.1"
704709
util.promisify "^1.0.0"
@@ -1334,6 +1339,11 @@ callsites@^2.0.0:
13341339
resolved "http://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
13351340
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
13361341

1342+
callsites@^3.0.0:
1343+
version "3.0.0"
1344+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.0.0.tgz#fb7eb569b72ad7a45812f93fd9430a3e410b3dd3"
1345+
integrity sha512-tWnkwu9YEq2uzlBDI4RcLn8jrFvF9AOi8PxDNU3hZZjJcjkcRAq3vCI+vZcg1SuxISDYe86k9VZFwAxDiJGoAw==
1346+
13371347
camelcase-keys@^4.0.0:
13381348
version "4.2.0"
13391349
resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77"
@@ -1385,7 +1395,7 @@ chalk@^1.1.3:
13851395
strip-ansi "^3.0.0"
13861396
supports-color "^2.0.0"
13871397

1388-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1:
1398+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
13891399
version "2.4.1"
13901400
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
13911401
integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==
@@ -1394,6 +1404,15 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1:
13941404
escape-string-regexp "^1.0.5"
13951405
supports-color "^5.3.0"
13961406

1407+
chalk@^2.4.2:
1408+
version "2.4.2"
1409+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1410+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1411+
dependencies:
1412+
ansi-styles "^3.2.1"
1413+
escape-string-regexp "^1.0.5"
1414+
supports-color "^5.3.0"
1415+
13971416
chardet@^0.7.0:
13981417
version "0.7.0"
13991418
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -1409,6 +1428,11 @@ ci-info@^1.5.0:
14091428
resolved "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
14101429
integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==
14111430

1431+
ci-info@^2.0.0:
1432+
version "2.0.0"
1433+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
1434+
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
1435+
14121436
circular-json@^0.3.1:
14131437
version "0.3.3"
14141438
resolved "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
@@ -1589,7 +1613,7 @@ cosmiconfig@^4.0.0:
15891613
parse-json "^4.0.0"
15901614
require-from-string "^2.0.1"
15911615

1592-
cosmiconfig@^5.0.6:
1616+
cosmiconfig@^5.0.7:
15931617
version "5.0.7"
15941618
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04"
15951619
integrity sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA==
@@ -1994,15 +2018,15 @@ eslint-plugin-import@^2.14.0:
19942018
read-pkg-up "^2.0.0"
19952019
resolve "^1.6.0"
19962020

1997-
eslint-plugin-jest@^22.0.0:
1998-
version "22.0.0"
1999-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.0.0.tgz#87dc52bbdd47f37f23bf2b10bb8469458bb3ed68"
2000-
integrity sha512-YOj8cYI5ZXEZUrX2kUBLachR1ffjQiicIMBoivN7bXXHnxi8RcwNvmVzwlu3nTmjlvk5AP3kIpC5i8HcinmhPA==
2021+
eslint-plugin-jest@^22.1.3:
2022+
version "22.1.3"
2023+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.1.3.tgz#4444108dfcddc5d2117ed6dc551f529d7e73a99e"
2024+
integrity sha512-JTZTI6WQoNruAugNyCO8fXfTONVcDd5i6dMRFA5g3rUFn1UDDLILY1bTL6alvNXbW2U7Sc2OSpi8m08pInnq0A==
20012025

2002-
eslint-plugin-node@^8.0.0:
2003-
version "8.0.0"
2004-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.0.tgz#fb9e8911f4543514f154bb6a5924b599aa645568"
2005-
integrity sha512-Y+ln8iQ52scz9+rSPnSWRaAxeWaoJZ4wIveDR0vLHkuSZGe44Vk1J4HX7WvEP5Cm+iXPE8ixo7OM7gAO3/OKpQ==
2026+
eslint-plugin-node@^8.0.1:
2027+
version "8.0.1"
2028+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
2029+
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
20062030
dependencies:
20072031
eslint-plugin-es "^1.3.1"
20082032
eslint-utils "^1.3.1"
@@ -2047,10 +2071,10 @@ eslint-visitor-keys@^1.0.0:
20472071
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
20482072
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
20492073

2050-
eslint@^5.9.0:
2051-
version "5.9.0"
2052-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.9.0.tgz#b234b6d15ef84b5849c6de2af43195a2d59d408e"
2053-
integrity sha512-g4KWpPdqN0nth+goDNICNXGfJF7nNnepthp46CAlJoJtC5K/cLu3NgCM3AHu1CkJ5Hzt9V0Y0PBAO6Ay/gGb+w==
2074+
eslint@^5.12.0:
2075+
version "5.12.0"
2076+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.0.tgz#fab3b908f60c52671fb14e996a450b96c743c859"
2077+
integrity sha512-LntwyPxtOHrsJdcSwyQKVtHofPHdv+4+mFwEe91r2V13vqpM8yLr7b1sW+Oo/yheOPkWYsYlYJCkzlFAt8KV7g==
20542078
dependencies:
20552079
"@babel/code-frame" "^7.0.0"
20562080
ajv "^6.5.3"
@@ -2061,17 +2085,17 @@ eslint@^5.9.0:
20612085
eslint-scope "^4.0.0"
20622086
eslint-utils "^1.3.1"
20632087
eslint-visitor-keys "^1.0.0"
2064-
espree "^4.0.0"
2088+
espree "^5.0.0"
20652089
esquery "^1.0.1"
20662090
esutils "^2.0.2"
20672091
file-entry-cache "^2.0.0"
20682092
functional-red-black-tree "^1.0.1"
20692093
glob "^7.1.2"
20702094
globals "^11.7.0"
20712095
ignore "^4.0.6"
2096+
import-fresh "^3.0.0"
20722097
imurmurhash "^0.1.4"
20732098
inquirer "^6.1.0"
2074-
is-resolvable "^1.1.0"
20752099
js-yaml "^3.12.0"
20762100
json-stable-stringify-without-jsonify "^1.0.1"
20772101
levn "^0.3.0"
@@ -2084,17 +2108,16 @@ eslint@^5.9.0:
20842108
pluralize "^7.0.0"
20852109
progress "^2.0.0"
20862110
regexpp "^2.0.1"
2087-
require-uncached "^1.0.3"
20882111
semver "^5.5.1"
20892112
strip-ansi "^4.0.0"
20902113
strip-json-comments "^2.0.1"
20912114
table "^5.0.2"
20922115
text-table "^0.2.0"
20932116

2094-
espree@^4.0.0:
2095-
version "4.1.0"
2096-
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
2097-
integrity sha512-I5BycZW6FCVIub93TeVY1s7vjhP9CY6cXCznIRfiig7nRviKZYdRnj/sHEWC6A7WE9RDWOFq9+7OsWSYz8qv2w==
2117+
espree@^5.0.0:
2118+
version "5.0.0"
2119+
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.0.tgz#fc7f984b62b36a0f543b13fb9cd7b9f4a7f5b65c"
2120+
integrity sha512-1MpUfwsdS9MMoN7ZXqAr9e9UKdVHDcvrJpyx7mm1WuQlx/ygErEQBzgi5Nh5qBHIoYweprhtMkTCb9GhcAIcsA==
20982121
dependencies:
20992122
acorn "^6.0.2"
21002123
acorn-jsx "^5.0.0"
@@ -2369,14 +2392,14 @@ find-cache-dir@^0.1.1:
23692392
mkdirp "^0.5.1"
23702393
pkg-dir "^1.0.0"
23712394

2372-
find-cache-dir@^1.0.0:
2373-
version "1.0.0"
2374-
resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f"
2375-
integrity sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=
2395+
find-cache-dir@^2.0.0:
2396+
version "2.0.0"
2397+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.0.0.tgz#4c1faed59f45184530fb9d7fa123a4d04a98472d"
2398+
integrity sha512-LDUY6V1Xs5eFskUVYtIwatojt6+9xC9Chnlk/jYOOvn3FAFfSaWddxahDGyNHh0b2dMXa6YW2m0tk8TdVaXHlA==
23762399
dependencies:
23772400
commondir "^1.0.1"
23782401
make-dir "^1.0.0"
2379-
pkg-dir "^2.0.0"
2402+
pkg-dir "^3.0.0"
23802403

23812404
find-up@^1.0.0:
23822405
version "1.1.2"
@@ -2721,16 +2744,16 @@ http-signature@~1.2.0:
27212744
jsprim "^1.2.2"
27222745
sshpk "^1.7.0"
27232746

2724-
husky@^1.2.0:
2725-
version "1.2.0"
2726-
resolved "https://registry.yarnpkg.com/husky/-/husky-1.2.0.tgz#d631dda1e4a9ee8ba69a10b0c51a0e2c66e711e5"
2727-
integrity sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==
2747+
husky@^1.3.1:
2748+
version "1.3.1"
2749+
resolved "https://registry.yarnpkg.com/husky/-/husky-1.3.1.tgz#26823e399300388ca2afff11cfa8a86b0033fae0"
2750+
integrity sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==
27282751
dependencies:
2729-
cosmiconfig "^5.0.6"
2752+
cosmiconfig "^5.0.7"
27302753
execa "^1.0.0"
27312754
find-up "^3.0.0"
27322755
get-stdin "^6.0.0"
2733-
is-ci "^1.2.1"
2756+
is-ci "^2.0.0"
27342757
pkg-dir "^3.0.0"
27352758
please-upgrade-node "^3.1.1"
27362759
read-pkg "^4.0.1"
@@ -2769,6 +2792,14 @@ import-fresh@^2.0.0:
27692792
caller-path "^2.0.0"
27702793
resolve-from "^3.0.0"
27712794

2795+
import-fresh@^3.0.0:
2796+
version "3.0.0"
2797+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390"
2798+
integrity sha512-pOnA9tfM3Uwics+SaBLCNyZZZbK+4PTu0OPZtLlMIrv17EdBoC15S9Kn8ckJ9TZTyKb3ywNE5y1yeDxxGA7nTQ==
2799+
dependencies:
2800+
parent-module "^1.0.0"
2801+
resolve-from "^4.0.0"
2802+
27722803
import-local@^1.0.0:
27732804
version "1.0.0"
27742805
resolved "https://registry.npmjs.org/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"
@@ -2872,13 +2903,20 @@ is-callable@^1.1.3, is-callable@^1.1.4:
28722903
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
28732904
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
28742905

2875-
is-ci@^1.0.10, is-ci@^1.2.1:
2906+
is-ci@^1.0.10:
28762907
version "1.2.1"
28772908
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
28782909
integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==
28792910
dependencies:
28802911
ci-info "^1.5.0"
28812912

2913+
is-ci@^2.0.0:
2914+
version "2.0.0"
2915+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
2916+
integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
2917+
dependencies:
2918+
ci-info "^2.0.0"
2919+
28822920
is-data-descriptor@^0.1.4:
28832921
version "0.1.4"
28842922
resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -3044,11 +3082,6 @@ is-regex@^1.0.4:
30443082
dependencies:
30453083
has "^1.0.1"
30463084

3047-
is-resolvable@^1.1.0:
3048-
version "1.1.0"
3049-
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
3050-
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
3051-
30523085
is-stream@^1.1.0:
30533086
version "1.1.0"
30543087
resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -4360,6 +4393,13 @@ p-try@^2.0.0:
43604393
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1"
43614394
integrity sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==
43624395

4396+
parent-module@^1.0.0:
4397+
version "1.0.0"
4398+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.0.tgz#df250bdc5391f4a085fb589dad761f5ad6b865b5"
4399+
integrity sha512-8Mf5juOMmiE4FcmzYc4IaiS9L3+9paz2KOiXzkRviCP6aDmN49Hz6EMWz0lGNp9pX80GvvAuLADtyGfW/Em3TA==
4400+
dependencies:
4401+
callsites "^3.0.0"
4402+
43634403
parse-glob@^3.0.4:
43644404
version "3.0.4"
43654405
resolved "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
@@ -4943,10 +4983,10 @@ rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@~2.6.2:
49434983
dependencies:
49444984
glob "^7.0.5"
49454985

4946-
rollup-plugin-babel@^4.0.3:
4947-
version "4.0.3"
4948-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.3.tgz#8282b0e22233160d679e9c7631342e848422fb02"
4949-
integrity sha512-/PP0MgbPQyRywI4zRIJim6ySjTcOLo4kQbEbROqp9kOR3kHC3FeU++QpBDZhS2BcHtJTVZMVbBV46flbBN5zxQ==
4986+
rollup-plugin-babel@^4.3.0:
4987+
version "4.3.0"
4988+
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.3.0.tgz#1900e66af70c3975fef26a54111b87ee22a50974"
4989+
integrity sha512-HoNMaLA56MPZ9XCeG+RD2QzTySVe168R/k6bPEm8noB9PSK8wBnY4matFluwmH2Bj3PQdqYAknV1jDqw8GAc8g==
49504990
dependencies:
49514991
"@babel/helper-module-imports" "^7.0.0"
49524992
rollup-pluginutils "^2.3.0"
@@ -4970,10 +5010,10 @@ rollup-plugin-node-resolve@^3.4.0:
49705010
is-module "^1.0.0"
49715011
resolve "^1.1.6"
49725012

4973-
rollup-plugin-uglify@^6.0.0:
4974-
version "6.0.0"
4975-
resolved "https://registry.yarnpkg.com/rollup-plugin-uglify/-/rollup-plugin-uglify-6.0.0.tgz#15aa8919e5cdc63b7cfc9319c781788b40084ce4"
4976-
integrity sha512-XtzZd159QuOaXNvcxyBcbUCSoBsv5YYWK+7ZwUyujSmISst8avRfjWlp7cGu8T2O52OJnpEBvl+D4WLV1k1iQQ==
5013+
rollup-plugin-uglify@^6.0.1:
5014+
version "6.0.1"
5015+
resolved "https://registry.yarnpkg.com/rollup-plugin-uglify/-/rollup-plugin-uglify-6.0.1.tgz#f8d8e0309104af33981ec0956670b0bd7fac75f5"
5016+
integrity sha512-Mo4fFTof41Ij401wGl7rJxir8b/I9fHfaNeLi9FQAa8aFatQdmvoWR5nEixTmdk8ycbB8p1owYGru+g+cvrH0Q==
49775017
dependencies:
49785018
"@babel/code-frame" "^7.0.0"
49795019
jest-worker "^23.2.0"
@@ -4988,14 +5028,14 @@ rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.3:
49885028
estree-walker "^0.5.2"
49895029
micromatch "^2.3.11"
49905030

4991-
rollup@^1.0.0:
4992-
version "1.0.0"
4993-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.0.0.tgz#db97a04a15364d1cd3823a0024ae8d8fda530a1c"
4994-
integrity sha512-LV6Qz+RkuDAfxr9YopU4k5o5P/QA7YNq9xi2Ug2IqOmhPt9sAm89vh3SkNtFok3bqZHX54eMJZ8F68HPejgqtw==
5031+
rollup@^1.1.0:
5032+
version "1.1.0"
5033+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.1.0.tgz#461a7534b55be48aa4a6e6810a1543a5769e75d1"
5034+
integrity sha512-NK03gkkOz0CchHBMGomcNqa6U3jLNzHuWK9SI0+1FV475JA6cQxVtjlDcQoKKDNIQ3IwYumIlgoKYDEWUyFBwQ==
49955035
dependencies:
49965036
"@types/estree" "0.0.39"
49975037
"@types/node" "*"
4998-
acorn "^6.0.4"
5038+
acorn "^6.0.5"
49995039

50005040
rsvp@^3.3.3:
50015041
version "3.6.2"

0 commit comments

Comments
 (0)