Bump glob-parent and webpack

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) and [webpack](https://github.com/webpack/webpack). These dependencies needed to be updated together.

Updates `glob-parent` from 3.1.0 to 5.1.2
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v3.1.0...v5.1.2)

Updates `webpack` from 4.44.1 to 5.74.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v5.74.0)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-04 12:09:08 +00:00 committed by GitHub
parent 4d8799a4ec
commit d99de95138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 435 additions and 1520 deletions

1949
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@
"eslint-loader": "^4.0.2",
"file-loader": "^5.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.44.1",
"webpack": "^5.74.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^4.9.3"
}