Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump node-forge and webpack-dev-server in /react #256

Commits on Sep 14, 2022

  1. Bump node-forge and webpack-dev-server in /react

    Bumps [node-forge](https://github.com/digitalbazaar/forge) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies needed to be updated together.
    
    Updates `node-forge` from 0.10.0 to 1.3.1
    - [Release notes](https://github.com/digitalbazaar/forge/releases)
    - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
    - [Commits](digitalbazaar/forge@0.10.0...v1.3.1)
    
    Updates `webpack-dev-server` from 3.11.3 to 4.11.0
    - [Release notes](https://github.com/webpack/webpack-dev-server/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-server@v3.11.3...v4.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: node-forge
      dependency-type: indirect
    - dependency-name: webpack-dev-server
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    12f8014 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge branch 'master' into dependabot/npm_and_yarn/react/node-forge-a…

    …nd-webpack-dev-server-1.3.1
    rubenthoms authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bcee4fb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Adjusted devServer options in webpack config

    With the new version of `webpack-dev-server`, the default public folder path is `./public`. However, our `index.html` file is located at `./index.html`.
    rubenthoms committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3d376a1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'equinor/master' into dependabot/npm_and…

    …_yarn/react/node-forge-and-webpack-dev-server-1.3.1
    rubenthoms committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    86c6e88 View commit details
    Browse the repository at this point in the history