Bump webpack from 5.73.0 to 5.76.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-29 02:31:15 +00:00 committed by GitHub
parent 0558e92161
commit d98a20f640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 855 additions and 977 deletions

View File

@ -11,6 +11,6 @@
"lint": "eslint --ext .js src/"
},
"devDependencies": {
"webpack": "^5.73.0"
"webpack": "^5.76.0"
}
}

View File

@ -26,7 +26,7 @@
"eslint-plugin-react": "^7.31.6",
"eslint-plugin-react-hooks": "^4.6.0",
"mocha": "^10.0.0",
"webpack": "^5.74.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
},
"engines": {

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,6 @@
"lint": "eslint --ext .js src/"
},
"devDependencies": {
"webpack": "^5.73.0"
"webpack": "^5.76.0"
}
}

View File

@ -30,7 +30,7 @@
"postcss-easy-import": "^4.0.0",
"postcss-loader": "^6.2.1",
"stylelint": "^14.3.0",
"webpack": "^5.73.0",
"webpack": "^5.76.0",
"stylelint-config-standard": "^24.0.0"
}
}