mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Dependency version bumps
This commit is contained in:
parent
da0dc28bc4
commit
e68a14c94c
@ -61,18 +61,18 @@
|
||||
"bluebird": "^3.4.1",
|
||||
"color": "^0.11.3",
|
||||
"nan": "^2.4.0",
|
||||
"semver": "^5.2.0",
|
||||
"semver": "^5.3.0",
|
||||
"request": "^2.74.0",
|
||||
"tar": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^2.0.1",
|
||||
"bufferutil": "^1.2.1",
|
||||
"coveralls": "^2.11.9",
|
||||
"exif-reader": "^1.0.0",
|
||||
"coveralls": "^2.11.12",
|
||||
"exif-reader": "^1.0.1",
|
||||
"icc": "^0.0.2",
|
||||
"istanbul": "^0.4.4",
|
||||
"mocha": "^2.5.3",
|
||||
"mocha": "^3.0.0",
|
||||
"mocha-jshint": "^2.3.1",
|
||||
"node-cpplint": "^0.4.0",
|
||||
"rimraf": "^2.5.4",
|
||||
|
@ -38,7 +38,7 @@ describe('Trim borders', function() {
|
||||
|
||||
describe('Invalid thresholds', function() {
|
||||
[-1, 100, 'fail', {}].forEach(function(threshold) {
|
||||
it(threshold, function() {
|
||||
it(JSON.stringify(threshold), function() {
|
||||
assert.throws(function() {
|
||||
sharp().trim(threshold);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user