Webpack-related updates

This commit is contained in:
Leon Zandman 2026-03-20 09:21:25 +01:00 committed by GCHQDeveloper581
parent 4a97e8298a
commit b844a81aed
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C
2 changed files with 351 additions and 522 deletions

863
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,11 +55,11 @@
"chromedriver": "^146.0.6", "chromedriver": "^146.0.6",
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"colors": "^1.4.0", "colors": "^1.4.0",
"compression-webpack-plugin": "^11.1.0", "compression-webpack-plugin": "^12.0.0",
"copy-webpack-plugin": "^13.0.1", "copy-webpack-plugin": "^14.0.0",
"core-js": "^3.49.0", "core-js": "^3.49.0",
"cspell": "^8.19.4", "cspell": "^8.19.4",
"css-loader": "7.1.4", "css-loader": "^7.1.4",
"eslint": "^9.39.4", "eslint": "^9.39.4",
"eslint-plugin-jsdoc": "^50.8.0", "eslint-plugin-jsdoc": "^50.8.0",
"globals": "^15.15.0", "globals": "^15.15.0",
@ -87,8 +87,8 @@
"sitemap": "^8.0.3", "sitemap": "^8.0.3",
"terser": "^5.46.2", "terser": "^5.46.2",
"webpack": "^5.106.2", "webpack": "^5.106.2",
"webpack-bundle-analyzer": "^4.10.2", "webpack-bundle-analyzer": "^5.0.0",
"webpack-dev-server": "5.0.4", "webpack-dev-server": "^5.0.4",
"webpack-node-externals": "^3.0.0", "webpack-node-externals": "^3.0.0",
"worker-loader": "^3.0.8" "worker-loader": "^3.0.8"
}, },