Skip to content

Commit 50f91ab

Browse files
committed
fix(dlp): downgrade mime and pixelmatch to restore CommonJS compatibility
1 parent dbb5826 commit 50f91ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dlp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"chai": "^4.5.0",
2525
"mime": "^3.0.0",
2626
"mocha": "^10.0.0",
27-
"pixelmatch": "^6.0.0",
27+
"pixelmatch": "^5.3.0",
2828
"pngjs": "^7.0.0",
2929
"proxyquire": "^2.1.3",
3030
"sinon": "^18.0.0",

0 commit comments

Comments
 (0)