Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump all the things
  • Loading branch information
thisismana committed Oct 5, 2023
commit dae4db918d973b1902356849618fca626d47bad0
10 changes: 5 additions & 5 deletions source/image-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"version": "5.1.0",
"private": true,
"dependencies": {
"color": "3.2.1",
"color": "4.2.3",
"color-name": "1.1.4",
"sharp": "0.32.4",
"aws-sdk": "2.1432.0"
"sharp": "0.32.6",
"aws-sdk": "2.1470.0"
},
"devDependencies": {
"jest": "^26.6.3",
"sinon": "^10.0.1"
"jest": "^29.7.0",
"sinon": "^16.0.0"
},
"scripts": {
"pretest": "npm run build:init && npm install",
Expand Down
Loading