@kaciras-blog/image
Advanced tools
Comparing version 1.2.5 to 1.3.1
{ | ||
"name": "@kaciras-blog/image", | ||
"version": "1.2.5", | ||
"version": "1.3.1", | ||
"description": "Image processing library for Kaciras Blog", | ||
@@ -12,7 +12,6 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=14.1.0" | ||
"node": ">=16" | ||
}, | ||
"dependencies": { | ||
"@saschazar/wasm-avif": "^1.0.0", | ||
"execa": "^5.0.0", | ||
"execa": "^5.1.0", | ||
"imagemin-gifsicle": "^7.0.0", | ||
@@ -22,4 +21,4 @@ "imagemin-pngquant": "^9.0.2", | ||
"make-error": "^1.3.6", | ||
"mozjpeg": "^7.0.0", | ||
"sharp": "^0.28.0", | ||
"mozjpeg": "^7.1.0", | ||
"sharp": "^0.28.3", | ||
"svgo": "^2.3.0" | ||
@@ -31,10 +30,7 @@ }, | ||
"@types/mozjpeg": "^5.0.0", | ||
"@types/sharp": "^0.27.2", | ||
"@types/sharp": "^0.28.3", | ||
"@types/svgo": "^2.3.0", | ||
"file-type": "^16.3.0" | ||
"file-type": "^16.5.0" | ||
}, | ||
"resolutions": { | ||
"gifsicle": "4.0.1" | ||
}, | ||
"gitHead": "66bad9e0c6cab87c3d501fdac20a0b10ee5bc904" | ||
"gitHead": "68f2be635310042fbd0607ab3e398f9da38b9c2d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
4291248
- Removed@saschazar/wasm-avif@^1.0.0
- Removed@saschazar/wasm-avif@1.0.0(transitive)
Updatedexeca@^5.1.0
Updatedmozjpeg@^7.1.0
Updatedsharp@^0.28.3