chore(deps-dev): update webpack requirement in /src (#2661)

Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.64.4...v5.65.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-13 17:20:10 -05:00
committed by GitHub
parent 223f2bf801
commit 1b4ebea289

View File

@@ -12,7 +12,7 @@
"start": "webpack-dev-server --open --port 8080"
},
"devDependencies": {
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"html-webpack-plugin": "^5.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"