Skip to content

Commit

Permalink
Upgrade sharp on pds and appview (#1864)
Browse files Browse the repository at this point in the history
upgrade sharp to 0.32.6
  • Loading branch information
devinivy authored Nov 16, 2023
1 parent e6fb39d commit c28754f
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 29 deletions.
3 changes: 1 addition & 2 deletions packages/bsky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"pg": "^8.10.0",
"pino": "^8.15.0",
"pino-http": "^8.2.1",
"sharp": "^0.31.2",
"sharp": "^0.32.6",
"typed-emitter": "^2.1.0",
"uint8arrays": "3.0.0"
},
Expand All @@ -71,7 +71,6 @@
"@types/express-serve-static-core": "^4.17.36",
"@types/pg": "^8.6.6",
"@types/qs": "^6.9.7",
"@types/sharp": "^0.31.0",
"axios": "^0.27.2"
}
}
2 changes: 1 addition & 1 deletion packages/dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"express": "^4.18.2",
"get-port": "^6.1.2",
"multiformats": "^9.9.0",
"sharp": "^0.31.2",
"sharp": "^0.32.6",
"uint8arrays": "3.0.0"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/pds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"pg": "^8.10.0",
"pino": "^8.15.0",
"pino-http": "^8.2.1",
"sharp": "^0.31.2",
"sharp": "^0.32.6",
"typed-emitter": "^2.1.0",
"uint8arrays": "3.0.0",
"zod": "^3.21.4"
Expand All @@ -84,7 +84,6 @@
"@types/nodemailer": "^6.4.6",
"@types/pg": "^8.6.6",
"@types/qs": "^6.9.7",
"@types/sharp": "^0.31.0",
"axios": "^0.27.2",
"ws": "^8.12.0"
}
Expand Down
71 changes: 47 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c28754f

Please sign in to comment.