chore: upgrade dependencies (#6916)

This commit is contained in:
Joshua Chen 2022-03-15 13:16:21 +08:00 committed by GitHub
parent ad88f5cc87
commit ff1b7168ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 670 additions and 668 deletions

View file

@ -21,13 +21,13 @@
"file-loader": "^6.2.0",
"lodash": "^4.17.21",
"node-vibrant": "^3.1.6",
"sharp": "^0.30.2",
"sharp": "^0.30.3",
"tslib": "^2.3.1"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@types/sharp": "^0.29.2"
"@types/sharp": "^0.30.0"
}
}