1.1.5 (August 24, 2018)
-
react-scripts
- Update the
webpack-dev-server
dependency
- Update the
-
react-dev-utils
-
#4866 Fix a Windows-only vulnerability (
CVE-2018-6342
) in the development server (@acdlite)-
Note: the fix is included in a patch version for every major release of
react-dev-utils
:react-dev-utils@1.0.4
,react-dev-utils@2.0.2
,react-dev-utils@3.1.2
,react-dev-utils@4.2.2
,react-dev-utils@5.0.2
, andreact-dev-utils@6.0.0-next.a671462c
-
Note: the fix is included in a patch version for every major release of
- Update the
sockjs-client
dependency
-
#4866 Fix a Windows-only vulnerability (
Committers: 1
- Andrew Clark (acdlite)
Migrating from 1.1.4 to 1.1.5
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.1.5
or
yarn add --exact react-scripts@1.1.5