Skip to content

v1.1.5

Compare
Choose a tag to compare
@gaearon gaearon released this 24 Aug 14:41
dc74990

1.1.5 (August 24, 2018)

  • react-scripts

    • Update the webpack-dev-server dependency
  • 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, and react-dev-utils@6.0.0-next.a671462c
    • Update the sockjs-client dependency

Committers: 1

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