Merge pull request #2022 from balena-os/update-webpack

Update webpack
This commit is contained in:
bulldozer-balena[bot] 2022-09-20 13:47:43 +00:00 committed by GitHub
commit bf3caa45b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 836 additions and 1470 deletions

2288
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,7 @@
"@types/chai-like": "^1.1.0",
"@types/chai-things": "0.0.34",
"@types/common-tags": "^1.8.0",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/copy-webpack-plugin": "^6.4.3",
"@types/dbus": "^1.0.0",
"@types/dockerode": "^2.5.34",
"@types/event-stream": "^3.3.34",
@ -71,9 +71,9 @@
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.5",
"@types/supertest": "^2.0.11",
"@types/terser-webpack-plugin": "^3.0.0",
"@types/terser-webpack-plugin": "^4.2.2",
"@types/tmp": "^0.1.0",
"@types/webpack": "^4.41.21",
"@types/webpack": "^4.41.32",
"@types/yargs": "^15.0.12",
"balena-register-device": "^8.0.0",
"blinking": "0.0.5",
@ -84,7 +84,7 @@
"chai-things": "^0.2.0",
"chokidar": "^3.5.1",
"common-tags": "^1.8.0",
"copy-webpack-plugin": "^6.0.3",
"copy-webpack-plugin": "^6.4.1",
"deep-object-diff": "^1.1.0",
"docker-delta": "^2.2.11",
"docker-progress": "^4.0.3",
@ -92,7 +92,7 @@
"duration-js": "^4.0.0",
"event-stream": "3.3.4",
"express": "^4.17.1",
"fork-ts-checker-webpack-plugin": "^5.1.0",
"fork-ts-checker-webpack-plugin": "^6.5.2",
"fp-ts": "^2.8.1",
"husky": "^8.0.1",
"io-ts": "^2.2.10",
@ -125,15 +125,15 @@
"strict-event-emitter-types": "^2.0.0",
"supertest": "^6.1.3",
"tar-stream": "^2.1.3",
"terser-webpack-plugin": "^4.1.0",
"terser-webpack-plugin": "^4.2.3",
"tmp": "^0.1.0",
"ts-loader": "^7.0.5",
"ts-loader": "^8.4.0",
"ts-node": "^8.10.2",
"tsconfig-paths": "^4.1.0",
"typed-error": "^3.2.1",
"typescript": "^4.8.3",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0",
"winston": "^3.3.3",
"yargs": "^15.4.1"
},