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 global-modules-path and webpack-cli #91

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump global-modules-path and webpack-cli
Removes [global-modules-path](https://github.com/rosen-vladimirov/global-modules-path). It's no longer used after updating ancestor dependency [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Removes `global-modules-path`

Updates `webpack-cli` from 3.2.1 to 3.3.12
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-cli@v.3.2.1...v3.3.12)

---
updated-dependencies:
- dependency-name: global-modules-path
  dependency-type: indirect
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 14, 2023
commit 726929be36bf211c4006b6de4a1f398134d6cfa6
366 changes: 229 additions & 137 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@
"supertest": "^3.3.0",
"uuid": "^3.3.2",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.5.0",
"webpack-dev-server": "^3.1.14"
}