From ce48bf0fc3164c9dd0483c2d5180fbd2f1a95bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Oct 2018 06:25:32 +0000 Subject: [PATCH] Bump react-scripts from 2.0.4 to 2.0.5 Bumps [react-scripts](https://github.com/facebook/create-react-app) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/create-react-app/compare/react-scripts@2.0.4...v2.0.5) Signed-off-by: dependabot[bot] --- examples/cra-kitchen-sink/package.json | 2 +- yarn.lock | 111 +++++++++++++++---------- 2 files changed, 66 insertions(+), 47 deletions(-) diff --git a/examples/cra-kitchen-sink/package.json b/examples/cra-kitchen-sink/package.json index 174819fcf991..6f520d83f734 100644 --- a/examples/cra-kitchen-sink/package.json +++ b/examples/cra-kitchen-sink/package.json @@ -37,6 +37,6 @@ "enzyme-adapter-react-16": "^1.6.0", "enzyme-to-json": "^3.3.4", "jest": "^23.6.0", - "react-scripts": "^2.0.4" + "react-scripts": "^2.0.5" } } diff --git a/yarn.lock b/yarn.lock index 408cae3fa258..b05974beb570 100644 --- a/yarn.lock +++ b/yarn.lock @@ -564,7 +564,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-dynamic-import@7.0.0", "@babel/plugin-syntax-dynamic-import@^7.0.0": +"@babel/plugin-syntax-dynamic-import@7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0.tgz#6dfb7d8b6c3be14ce952962f658f3b7eb54c33ee" integrity sha512-Gt9xNyRrCHCiyX/ZxDGOcBnlJl0I3IWicpZRC4CdC0P5a/I07Ya2OAMEBU+J7GmRFVmIetqEYRko6QYRuKOESw== @@ -3456,6 +3456,13 @@ babel-plugin-debug-macros@^0.2.0-beta.6: dependencies: semver "^5.3.0" +babel-plugin-dynamic-import-node@2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.2.0.tgz#c0adfb07d95f4a4495e9aaac6ec386c4d7c2524e" + integrity sha512-fP899ELUnTaBcIzmrW7nniyqqdYWrWuJUyPWHxFa/c7r7hS6KC8FscNfLlBNIoPSc55kYMGEEKjPjJGCLbE1qA== + dependencies: + object.assign "^4.1.0" + babel-plugin-ember-modules-api-polyfill@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-2.5.0.tgz#860aab9fecbf38c10d1fe0779c6979a854fff154" @@ -3757,13 +3764,6 @@ babel-plugin-transform-decorators@^6.24.1: babel-template "^6.24.1" babel-types "^6.24.1" -babel-plugin-transform-dynamic-import@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-dynamic-import/-/babel-plugin-transform-dynamic-import-2.1.0.tgz#3ce618dd983c072b6e2135f527d46092fb45d80e" - integrity sha512-ja4NWc37+7bV6/uJKCERJEGHEyK1DXgXp8teHvjKC4Jsj3Ib484dJdamFIBtSb40JFniyWZo6ML46usVvfdsSg== - dependencies: - "@babel/plugin-syntax-dynamic-import" "^7.0.0" - babel-plugin-transform-es2015-arrow-functions@^6.22.0, babel-plugin-transform-es2015-arrow-functions@^6.5.0, babel-plugin-transform-es2015-arrow-functions@^6.8.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" @@ -4301,10 +4301,10 @@ babel-preset-minify@^0.5.0: babel-plugin-transform-undefined-to-void "^6.9.4" lodash.isplainobject "^4.0.6" -babel-preset-react-app@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-5.0.3.tgz#ab750bc368e5bbabb45a3dade946660d29dac6bd" - integrity sha512-nLeuYPjhOUGKgYCZrGW57glKCwr5ahMsX5gv025bugevHfK2H+wTw8zOIkG/mpiC/vkhFBp8GamOhnpHNFIwmA== +babel-preset-react-app@^5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-5.0.4.tgz#e64a875071af1637a712b68f429551988ec5ebe4" + integrity sha512-NQ344N1BXY4ur8c7iRqj1JQvcI6tiLbNB8W2z0Vanmc6xld+EG9CYk9cfIFTPgk5RCkughimt+0uw2nd2CyevQ== dependencies: "@babel/core" "7.1.0" "@babel/plugin-proposal-class-properties" "7.1.0" @@ -4320,8 +4320,8 @@ babel-preset-react-app@^5.0.3: "@babel/preset-react" "7.0.0" "@babel/runtime" "7.0.0" babel-loader "8.0.4" + babel-plugin-dynamic-import-node "2.2.0" babel-plugin-macros "2.4.2" - babel-plugin-transform-dynamic-import "2.1.0" babel-plugin-transform-react-remove-prop-types "0.4.18" babel-preset-react-native@^4.0.0: @@ -6473,10 +6473,10 @@ configstore@^4.0.0: write-file-atomic "^2.0.0" xdg-basedir "^3.0.0" -confusing-browser-globals@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.3.tgz#fefd5f993b4833fd814dc85633528d03df6e758c" - integrity sha512-I+wBkVHWYZtnYj3/Ix72w7zHn9kM3pJJ9IkegXa+V3Hlw91Q+1lVlIbwW81GpoH2mHfNr+HTEPdLzMEtbvzYhQ== +confusing-browser-globals@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.4.tgz#7d3ae232117abdf158f968c1ebeeab42ea980991" + integrity sha512-oS1wYNQBHNxM7xnwetiG8X4QjEbWwSzQjcBTtsz0HTNLCTBsepo12z557p9I9F9gYCHaVGQ3rcJD/tQgprGlRA== connect-history-api-fallback@^1.3.0: version "1.5.0" @@ -8653,12 +8653,12 @@ eslint-config-prettier@^3.1.0: dependencies: get-stdin "^6.0.0" -eslint-config-react-app@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-3.0.3.tgz#490a7d8e04ae3055e78bb9aa3ee61781c14133b3" - integrity sha512-rw8p8XGNJl6x2Sg/BGWqOQ95FDhQLAELshDqAaqDUrksSZEQvSt16LDOau/xiZ7zFvxQ2umXPa/rgnwhCB4I4g== +eslint-config-react-app@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-3.0.4.tgz#83f394d765e7d5af623d773e64609e9c9f2cbeb5" + integrity sha512-Fos37wkB5QNc8Qh7HUq/ChMUi1njLE78Y2U0RD3MOtYRtPNrMyYw1pLufb8GwNSphMSgRgOkIdakc3d0yXbWyQ== dependencies: - confusing-browser-globals "^1.0.3" + confusing-browser-globals "^1.0.4" eslint-config-riot@^1.0.0: version "1.0.0" @@ -8727,21 +8727,7 @@ eslint-plugin-json@^1.2.1: dependencies: jshint "^2.9.6" -eslint-plugin-jsx-a11y@6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.1.tgz#7bf56dbe7d47d811d14dbb3ddff644aa656ce8e1" - integrity sha512-JsxNKqa3TwmPypeXNnI75FntkUktGzI1wSa1LgNZdSOMI+B4sxnr1lSF8m8lPiz4mKiC+14ysZQM4scewUrP7A== - dependencies: - aria-query "^3.0.0" - array-includes "^3.0.3" - ast-types-flow "^0.0.7" - axobject-query "^2.0.1" - damerau-levenshtein "^1.0.4" - emoji-regex "^6.5.1" - has "^1.0.3" - jsx-ast-utils "^2.0.1" - -eslint-plugin-jsx-a11y@^6.1.2: +eslint-plugin-jsx-a11y@6.1.2, eslint-plugin-jsx-a11y@^6.1.2: version "6.1.2" resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88" integrity sha512-7gSSmwb3A+fQwtw0arguwMdOdzmKUgnUcbSNlo+GjKLAQFuC2EZxWqG9XHRI8VscBJD5a8raz3RuxQNFW+XJbw== @@ -17968,7 +17954,7 @@ react-deep-force-update@^1.0.0: resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.1.2.tgz#3d2ae45c2c9040cbb1772be52f8ea1ade6ca2ee1" integrity sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA== -react-dev-utils@6.0.4, react-dev-utils@^6.0.4: +react-dev-utils@6.0.4: version "6.0.4" resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-6.0.4.tgz#cd6d2712aa22d67751ef6757dc82787351da8826" integrity sha512-0I+eRcb4RrmlWCKRJhDLi29oTEqpDEbbVGI1DrN/ZTJbvhzycsg03Edi67YQVUjYl690URufowi54+u0TUnQMw== @@ -17996,6 +17982,34 @@ react-dev-utils@6.0.4, react-dev-utils@^6.0.4: strip-ansi "4.0.0" text-table "0.2.0" +react-dev-utils@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-6.0.5.tgz#6ef34d0a416dc1c97ac20025031ea1f0d819b21d" + integrity sha512-X3/q2y8GHvcn6qzqlFhFNoIQgU4TfyerYpBTc5BrMtrSO0q1ctIheAaxDQawNeRgsm2W7L3QSQ9po+YLAGcYFQ== + dependencies: + "@babel/code-frame" "7.0.0" + address "1.0.3" + browserslist "4.1.1" + chalk "2.4.1" + cross-spawn "6.0.5" + detect-port-alt "1.1.6" + escape-string-regexp "1.0.5" + filesize "3.6.1" + find-up "3.0.0" + global-modules "1.0.0" + gzip-size "5.0.0" + inquirer "6.2.0" + is-root "2.0.0" + loader-utils "1.1.0" + opn "5.4.0" + pkg-up "2.0.0" + react-error-overlay "^5.0.5" + recursive-readdir "2.2.2" + shell-quote "1.6.1" + sockjs-client "1.1.5" + strip-ansi "4.0.0" + text-table "0.2.0" + react-devtools-core@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.0.0.tgz#f683e19f0311108f97dbb5b29d948323a1bf7c03" @@ -18032,6 +18046,11 @@ react-error-overlay@^5.0.4: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.0.4.tgz#39cf184d770f98b65a2ee59a779d03b8d092b69e" integrity sha512-grVJtoDzIbSMYgy5rKbSOmt2FvzR4iJnpMBjXmZolSYJM5acQvBHoEbBBNW0FzTE/TLZMZ+gSy0bAHydc1hFEw== +react-error-overlay@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.0.5.tgz#716ff1a92fda76bb89a39adf9ce046a5d740e71a" + integrity sha512-ab0HWBgxdIsngHtMGU8+8gYFdTBXpUGd4AE4lN2VZvOIlBmWx9dtaWEViihuGSIGosCKPeHCnzFoRWB42UtnLg== + react-fuzzy@^0.5.2: version "0.5.2" resolved "https://registry.yarnpkg.com/react-fuzzy/-/react-fuzzy-0.5.2.tgz#fc13bf6f0b785e5fefe908724efebec4935eaefe" @@ -18204,10 +18223,10 @@ react-proxy@^1.1.7: lodash "^4.6.1" react-deep-force-update "^1.0.0" -react-scripts@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.0.4.tgz#244a69abbf5630a80ad81349a6d0d56d91583c6c" - integrity sha512-zqsdYYeUqfURac6NEL9/5aImOINuMdm3OjBaIhGxEqJQOtlhsJTrvjY30zJpnCLUMv9B7BLIsmkvvOd0z+x1kQ== +react-scripts@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-2.0.5.tgz#74b8e9fa6a7c5f0f11221dd18c10df2ae3df3d69" + integrity sha512-ApwQM91U5FK9CPktUJQu+UhGIdgcBqqw0pvCUPYshW1jBhIgl8N3SJtd+o+I+jwRXPWAXcbJNvzsBAFDW5HHAQ== dependencies: "@babel/core" "7.1.0" "@svgr/webpack" "2.4.1" @@ -18216,7 +18235,7 @@ react-scripts@^2.0.4: babel-jest "23.6.0" babel-loader "8.0.4" babel-plugin-named-asset-import "^0.2.2" - babel-preset-react-app "^5.0.3" + babel-preset-react-app "^5.0.4" bfj "6.1.1" case-sensitive-paths-webpack-plugin "2.1.2" chalk "2.4.1" @@ -18224,11 +18243,11 @@ react-scripts@^2.0.4: dotenv "6.0.0" dotenv-expand "4.2.0" eslint "5.6.0" - eslint-config-react-app "^3.0.3" + eslint-config-react-app "^3.0.4" eslint-loader "2.1.1" eslint-plugin-flowtype "2.50.1" eslint-plugin-import "2.14.0" - eslint-plugin-jsx-a11y "6.1.1" + eslint-plugin-jsx-a11y "6.1.2" eslint-plugin-react "7.11.1" file-loader "2.0.0" fs-extra "7.0.0" @@ -18245,7 +18264,7 @@ react-scripts@^2.0.4: postcss-preset-env "6.0.6" postcss-safe-parser "4.0.1" react-app-polyfill "^0.1.3" - react-dev-utils "^6.0.4" + react-dev-utils "^6.0.5" resolve "1.8.1" sass-loader "7.1.0" style-loader "0.23.0"