Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Mar 24, 2024
1 parent b284fc5 commit e867956
Show file tree
Hide file tree
Showing 6 changed files with 1,363 additions and 514 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^19.2.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"aws-cdk-lib": "2.132.1",
"constructs": "10.3.0",
Expand All @@ -21,7 +21,7 @@
"husky": "^9.0.11",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"sst": "2.41.2"
"sst": "2.41.4"
},
"scripts": {
"test": "lerna run test",
Expand Down
18 changes: 9 additions & 9 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"version": "3.15.0",
"dependencies": {
"@ambito-dolar/core": "^3.8.4",
"@atproto/api": "^0.12.0",
"@aws-sdk/client-dynamodb": "~3.535.0",
"@aws-sdk/client-s3": "~3.535.0",
"@aws-sdk/client-sns": "~3.535.0",
"@aws-sdk/lib-dynamodb": "~3.535.0",
"@atproto/api": "^0.12.2",
"@aws-sdk/client-dynamodb": "~3.540.0",
"@aws-sdk/client-s3": "~3.540.0",
"@aws-sdk/client-sns": "~3.540.0",
"@aws-sdk/lib-dynamodb": "~3.540.0",
"@sentry/integrations": "7.100.1",
"@sentry/serverless": "7.100.1",
"@shelf/dynamodb-parallel-scan": "^3.7.0",
"@shelf/dynamodb-parallel-scan": "^3.8.0",
"@smithy/node-http-handler": "^2.5.0",
"@sparticuz/chromium": "~122.0.0",
"@sparticuz/chromium": "~123.0.0",
"async": "^3.2.5",
"boolean": "^3.2.0",
"expo-server-sdk": "^3.7.0",
"expo-server-sdk": "^3.9.0",
"google-auth-library": "^9.7.0",
"instagram-private-api": "^1.46.1",
"joi": "^17.12.2",
"lodash": "^4.17.21",
"masto": "^6.7.0",
"object-hash": "^3.0.0",
"pretty-ms": "^9.0.0",
"puppeteer-core": "~22.2.0",
"puppeteer-core": "~22.6.0",
"reddit": "^1.2.1",
"semver": "^7.6.0",
"sharp": "^0.32.6",
Expand Down
Loading

0 comments on commit e867956

Please sign in to comment.