v1.1.5
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
:[email protected]
,[email protected]
,[email protected]
,[email protected]
,[email protected]
, and[email protected]
- 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 [email protected]
or
yarn add --exact [email protected]