chore(deps): update webpack and friends

Fixes the following error, which would show up after some time while
using `npm rest` to browse http://localhost:8080, even without
interacting with the page or making any code changes:

Cannot use 'in' operator to search for 'id' in "webpackHotUpdate..."
This commit is contained in:
Bart van Andel 2026-02-05 14:26:48 +01:00
parent 46b7169f3b
commit 7942d60349
2 changed files with 581 additions and 1020 deletions

1589
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -169,7 +169,7 @@
"cli-progress": "^3.12.0",
"colors": "^1.4.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"copy-webpack-plugin": "^13.0.1",
"core-js": "^3.37.1",
"cspell": "^8.17.3",
"css-loader": "7.1.2",
@ -185,9 +185,9 @@
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^25.0.0",
"grunt-exec": "~3.0.0",
"grunt-webpack": "^6.0.0",
"grunt-webpack": "^7.0.1",
"grunt-zip": "^1.0.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.6",
"imports-loader": "^5.0.0",
"mini-css-extract-plugin": "2.9.0",
"modify-source-webpack-plugin": "^4.1.0",
@ -199,9 +199,9 @@
"prompt": "^1.3.0",
"sitemap": "^8.0.0",
"terser": "^5.31.1",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "5.0.4",
"webpack": "^5.105.0",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-dev-server": "^5.2.3",
"webpack-node-externals": "^3.0.0",
"worker-loader": "^3.0.8"
},