diff --git a/package.json b/package.json index d5403ba..ca9732f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "jest-image-snapshot": "^4.5.1", "prettier": "^2.3.0", "rimraf": "^3.0.2", - "sharp": "^0.31.3", + "sharp": "^0.31.1", "ts-jest": "^27.0.1", "tsutils": "^3.21.0", "typescript": "^4.3.2" @@ -62,6 +62,6 @@ "tslib": "^2.3.1" }, "peerDependencies": { - "sharp": "^0.31.3" + "sharp": "^0.31.1" } }