Skip to content

Commit 1e110c9

Browse files
committed
bump webpack version
Fixes `ERR_OSSL_EVP_UNSUPPORTED` because openssl 3 no longer provides md4. https://github.com/webpack/webpack/releases/tag/v5.61.0
1 parent 2587a09 commit 1e110c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"ts-jest": "^26.0.0",
7878
"ts-loader": "^8.0.0",
7979
"typescript": "~4.1.3",
80-
"webpack": "^5.0.0",
80+
"webpack": "^5.61.0",
8181
"webpack-cli": "^4.0.0"
8282
},
8383
"dependencies": {

0 commit comments

Comments
 (0)