Skip to content

Commit 1e0510a

Browse files
authored
Update webpack dependency to avoid openssl errors
Fixes `ERR_OSSL_EVP_UNSUPPORTED` because openssl 3 no longer provides md4. https://github.com/webpack/webpack/releases/tag/v5.61.0
1 parent a0d01f5 commit 1e0510a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"ts-jest": "^26.0.0",
7979
"ts-loader": "^8.0.0",
8080
"typescript": "~4.1.3",
81-
"webpack": "^5.0.0",
81+
"webpack": "^5.61.0",
8282
"webpack-cli": "^4.0.0"
8383
},
8484
"jupyterlab": {

0 commit comments

Comments
 (0)