build(deps-dev): bump webpack from 5.3.0 to 5.3.1 in /web

Bumps [webpack](https://github.com/webpack/webpack) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.3.0...v5.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-28 22:21:59 +00:00 committed by Mike Welsh
parent 02c88f2bcc
commit ea0b6940a3
1 changed files with 5 additions and 5 deletions

10
web/package-lock.json generated
View File

@ -13242,9 +13242,9 @@
"dev": true
},
"webpack": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.3.0.tgz",
"integrity": "sha512-0LumZ36pDaWsh+PO3i6FpNQYVqNu5Rs/Jn5AoYQyHpUxIlzn5H7omwApiEzaIUeWDccExOpkNZGO6agCVSqXPg==",
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.3.1.tgz",
"integrity": "sha512-pQfG9Mjyis1HkHb5gpXYF+ymjnuq7/7ssE+m1VdiyulwmCpxjXDPNcNXyObb7vGBZ4vEXnsjPCXUYSQLf1TJAQ==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@ -13268,9 +13268,9 @@
"pkg-dir": "^4.2.0",
"schema-utils": "^3.0.0",
"tapable": "^2.0.0",
"terser-webpack-plugin": "^5.0.0",
"terser-webpack-plugin": "^5.0.3",
"watchpack": "^2.0.0",
"webpack-sources": "^2.1.0"
"webpack-sources": "^2.1.1"
},
"dependencies": {
"acorn": {