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

build(deps): bump debug and webpack #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2023

  1. build(*): update banner.json and sync with chrome extension version, …

    …upgrade package-lock.json
    Aoi-hosizora committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b1f32a8 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump debug and webpack

    Removes [debug](https://github.com/debug-js/debug). It's no longer used after updating ancestor dependency [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.
    
    
    Removes `debug`
    
    Updates `webpack` from 4.46.0 to 5.75.0
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v4.46.0...v5.75.0)
    
    ---
    updated-dependencies:
    - dependency-name: debug
      dependency-type: indirect
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    10b3ed5 View commit details
    Browse the repository at this point in the history