323323 dependencies :
324324 " @babel/helper-plugin-utils" " ^7.0.0"
325325
326- " @babel/plugin-syntax-dynamic-import@7.0.0" , "@babel/plugin-syntax-dynamic-import@^7.0.0" :
326+ " @babel/plugin-syntax-dynamic-import@7.0.0 " :
327327 version "7.0.0"
328328 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0.tgz#6dfb7d8b6c3be14ce952962f658f3b7eb54c33ee"
329329 dependencies :
@@ -1361,6 +1361,12 @@ babel-messages@^6.23.0:
13611361 dependencies :
13621362 babel-runtime "^6.22.0"
13631363
1364+ babel-plugin-dynamic-import-node@2.2.0 :
1365+ version "2.2.0"
1366+ resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.2.0.tgz#c0adfb07d95f4a4495e9aaac6ec386c4d7c2524e"
1367+ dependencies :
1368+ object.assign "^4.1.0"
1369+
13641370babel-plugin-istanbul@^4.1.6 :
13651371 version "4.1.6"
13661372 resolved "http://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45"
@@ -1389,12 +1395,6 @@ babel-plugin-syntax-object-rest-spread@^6.13.0, babel-plugin-syntax-object-rest-
13891395 version "6.13.0"
13901396 resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
13911397
1392- babel-plugin-transform-dynamic-import@2.1.0 :
1393- version "2.1.0"
1394- resolved "https://registry.yarnpkg.com/babel-plugin-transform-dynamic-import/-/babel-plugin-transform-dynamic-import-2.1.0.tgz#3ce618dd983c072b6e2135f527d46092fb45d80e"
1395- dependencies :
1396- " @babel/plugin-syntax-dynamic-import" " ^7.0.0"
1397-
13981398babel-plugin-transform-object-rest-spread@^6.26.0 :
13991399 version "6.26.0"
14001400 resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
@@ -1413,9 +1413,9 @@ babel-preset-jest@^23.2.0:
14131413 babel-plugin-jest-hoist "^23.2.0"
14141414 babel-plugin-syntax-object-rest-spread "^6.13.0"
14151415
1416- babel-preset-react-app@^5.0.3 :
1417- version "5.0.3 "
1418- resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-5.0.3 .tgz#ab750bc368e5bbabb45a3dade946660d29dac6bd "
1416+ babel-preset-react-app@^5.0.4 :
1417+ version "5.0.4 "
1418+ resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-5.0.4 .tgz#e64a875071af1637a712b68f429551988ec5ebe4 "
14191419 dependencies :
14201420 " @babel/core" " 7.1.0"
14211421 " @babel/plugin-proposal-class-properties" " 7.1.0"
@@ -1431,8 +1431,8 @@ babel-preset-react-app@^5.0.3:
14311431 " @babel/preset-react" " 7.0.0"
14321432 " @babel/runtime" " 7.0.0"
14331433 babel-loader "8.0.4"
1434+ babel-plugin-dynamic-import-node "2.2.0"
14341435 babel-plugin-macros "2.4.2"
1435- babel-plugin-transform-dynamic-import "2.1.0"
14361436 babel-plugin-transform-react-remove-prop-types "0.4.18"
14371437
14381438babel-register@^6.26.0 :
@@ -2127,9 +2127,9 @@ concat-stream@^1.5.0:
21272127 readable-stream "^2.2.2"
21282128 typedarray "^0.0.6"
21292129
2130- confusing-browser-globals@^1.0.3 :
2131- version "1.0.3 "
2132- resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.3 .tgz#fefd5f993b4833fd814dc85633528d03df6e758c "
2130+ confusing-browser-globals@^1.0.4 :
2131+ version "1.0.4 "
2132+ resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.4 .tgz#7d3ae232117abdf158f968c1ebeeab42ea980991 "
21332133
21342134connect-history-api-fallback@^1.3.0 :
21352135 version "1.5.0"
@@ -2872,11 +2872,11 @@ escodegen@^1.11.0, escodegen@^1.9.1:
28722872 optionalDependencies :
28732873 source-map "~0.6.1"
28742874
2875- eslint-config-react-app@^3.0.3 :
2876- version "3.0.3 "
2877- resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-3.0.3 .tgz#490a7d8e04ae3055e78bb9aa3ee61781c14133b3 "
2875+ eslint-config-react-app@^3.0.4 :
2876+ version "3.0.4 "
2877+ resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-3.0.4 .tgz#83f394d765e7d5af623d773e64609e9c9f2cbeb5 "
28782878 dependencies :
2879- confusing-browser-globals "^1.0.3 "
2879+ confusing-browser-globals "^1.0.4 "
28802880
28812881eslint-import-resolver-node@^0.3.1 :
28822882 version "0.3.2"
@@ -2923,9 +2923,9 @@ eslint-plugin-import@2.14.0:
29232923 read-pkg-up "^2.0.0"
29242924 resolve "^1.6.0"
29252925
2926- eslint-plugin-jsx-a11y@6.1.1 :
2927- version "6.1.1 "
2928- resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.1 .tgz#7bf56dbe7d47d811d14dbb3ddff644aa656ce8e1 "
2926+ eslint-plugin-jsx-a11y@6.1.2 :
2927+ version "6.1.2 "
2928+ resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2 .tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88 "
29292929 dependencies :
29302930 aria-query "^3.0.0"
29312931 array-includes "^3.0.3"
@@ -3747,6 +3747,10 @@ has-flag@^3.0.0:
37473747 version "3.0.0"
37483748 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
37493749
3750+ has-symbols@^1.0.0 :
3751+ version "1.0.0"
3752+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3753+
37503754has-unicode@^2.0.0 :
37513755 version "2.0.1"
37523756 resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -5711,7 +5715,7 @@ object-hash@^1.1.4:
57115715 version "1.3.0"
57125716 resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.0.tgz#76d9ba6ff113cf8efc0d996102851fe6723963e2"
57135717
5714- object-keys@^1.0.8 :
5718+ object-keys@^1.0.11, object-keys@^1.0. 8 :
57155719 version "1.0.12"
57165720 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
57175721
@@ -5721,6 +5725,15 @@ object-visit@^1.0.0:
57215725 dependencies :
57225726 isobject "^3.0.0"
57235727
5728+ object.assign@^4.1.0 :
5729+ version "4.1.0"
5730+ resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
5731+ dependencies :
5732+ define-properties "^1.1.2"
5733+ function-bind "^1.1.1"
5734+ has-symbols "^1.0.0"
5735+ object-keys "^1.0.11"
5736+
57245737object.getownpropertydescriptors@^2.0.3 :
57255738 version "2.0.3"
57265739 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -6876,9 +6889,9 @@ react-app-polyfill@^0.1.3:
68766889 raf "3.4.0"
68776890 whatwg-fetch "3.0.0"
68786891
6879- react-dev-utils@^6.0.4 :
6880- version "6.0.4 "
6881- resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-6.0.4 .tgz#cd6d2712aa22d67751ef6757dc82787351da8826 "
6892+ react-dev-utils@^6.0.5 :
6893+ version "6.0.5 "
6894+ resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-6.0.5 .tgz#6ef34d0a416dc1c97ac20025031ea1f0d819b21d "
68826895 dependencies :
68836896 " @babel/code-frame" " 7.0.0"
68846897 address "1.0.3"
@@ -6896,7 +6909,7 @@ react-dev-utils@^6.0.4:
68966909 loader-utils "1.1.0"
68976910 opn "5.4.0"
68986911 pkg-up "2.0.0"
6899- react-error-overlay "^5.0.4 "
6912+ react-error-overlay "^5.0.5 "
69006913 recursive-readdir "2.2.2"
69016914 shell-quote "1.6.1"
69026915 sockjs-client "1.1.5"
@@ -6912,9 +6925,9 @@ react-dom@16.5.2:
69126925 prop-types "^15.6.2"
69136926 schedule "^0.5.0"
69146927
6915- react-error-overlay@^5.0.4 :
6916- version "5.0.4 "
6917- resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.0.4 .tgz#39cf184d770f98b65a2ee59a779d03b8d092b69e "
6928+ react-error-overlay@^5.0.5 :
6929+ version "5.0.5 "
6930+ resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.0.5 .tgz#716ff1a92fda76bb89a39adf9ce046a5d740e71a "
69186931
69196932react-redux@5.0.7 :
69206933 version "5.0.7"
@@ -6954,9 +6967,9 @@ react-router@4.3.1, react-router@^4.3.1:
69546967 prop-types "^15.6.1"
69556968 warning "^4.0.1"
69566969
6957- react-scripts@2.0.4 :
6958- version "2.0.4 "
6959- resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.0.4 .tgz#244a69abbf5630a80ad81349a6d0d56d91583c6c "
6970+ react-scripts@2.0.5 :
6971+ version "2.0.5 "
6972+ resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.0.5 .tgz#74b8e9fa6a7c5f0f11221dd18c10df2ae3df3d69 "
69606973 dependencies :
69616974 " @babel/core" " 7.1.0"
69626975 " @svgr/webpack" " 2.4.1"
@@ -6965,19 +6978,19 @@ react-scripts@2.0.4:
69656978 babel-jest "23.6.0"
69666979 babel-loader "8.0.4"
69676980 babel-plugin-named-asset-import "^0.2.2"
6968- babel-preset-react-app "^5.0.3 "
6981+ babel-preset-react-app "^5.0.4 "
69696982 bfj "6.1.1"
69706983 case-sensitive-paths-webpack-plugin "2.1.2"
69716984 chalk "2.4.1"
69726985 css-loader "1.0.0"
69736986 dotenv "6.0.0"
69746987 dotenv-expand "4.2.0"
69756988 eslint "5.6.0"
6976- eslint-config-react-app "^3.0.3 "
6989+ eslint-config-react-app "^3.0.4 "
69776990 eslint-loader "2.1.1"
69786991 eslint-plugin-flowtype "2.50.1"
69796992 eslint-plugin-import "2.14.0"
6980- eslint-plugin-jsx-a11y "6.1.1 "
6993+ eslint-plugin-jsx-a11y "6.1.2 "
69816994 eslint-plugin-react "7.11.1"
69826995 file-loader "2.0.0"
69836996 fs-extra "7.0.0"
@@ -6994,7 +7007,7 @@ react-scripts@2.0.4:
69947007 postcss-preset-env "6.0.6"
69957008 postcss-safe-parser "4.0.1"
69967009 react-app-polyfill "^0.1.3"
6997- react-dev-utils "^6.0.4 "
7010+ react-dev-utils "^6.0.5 "
69987011 resolve "1.8.1"
69997012 sass-loader "7.1.0"
70007013 style-loader "0.23.0"
0 commit comments