Bump webpack from 5.28.0 to 5.76.0 (#183)

* Bump webpack from 5.28.0 to 5.76.0

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

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

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

* Fix build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Will Scullin <scullin@scullin.com>
This commit is contained in:
dependabot[bot] 2023-05-28 16:24:47 -07:00 committed by GitHub
parent e85aa735da
commit c8bc512655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 353 additions and 584 deletions

931
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -64,7 +64,7 @@
"ts-jest": "^27.0.5",
"ts-loader": "^9.3.0",
"typescript": "^4.7.3",
"webpack": "^5.28.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^5.8.0",

View File

@ -105,7 +105,7 @@ const appConfig = merge(baseConfig,
const workletConfig = merge(baseConfig,
{
target: false,
target: 'webworker',
entry: {
audio_worker: path.resolve('js/ui/audio_worker.ts')
},
@ -117,7 +117,7 @@ const workletConfig = merge(baseConfig,
const workerConfig = merge(baseConfig,
{
target: false,
target: 'webworker',
entry: {
format_worker: path.resolve('workers/format.worker.ts')
},