Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Jan 30, 2024
1 parent affb871 commit dcbac6b
Show file tree
Hide file tree
Showing 3 changed files with 886 additions and 253 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"aws-cdk-lib": "2.110.1",
"aws-cdk-lib": "2.124.0",
"constructs": "10.3.0",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"husky": "^9.0.7",
"lerna": "^8.0.2",
"prettier": "^3.2.4",
"sst": "2.39.13"
"sst": "2.40.0"
},
"scripts": {
"test": "lerna run test",
Expand Down
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"dependencies": {
"@ambito-dolar/core": "^3.8.2",
"@atproto/api": "^0.9.5",
"@aws-sdk/client-dynamodb": "^3.501.0",
"@aws-sdk/client-s3": "^3.501.0",
"@aws-sdk/client-sns": "^3.501.0",
"@aws-sdk/lib-dynamodb": "^3.501.0",
"@aws-sdk/client-dynamodb": "^3.502.0",
"@aws-sdk/client-s3": "^3.502.0",
"@aws-sdk/client-sns": "^3.502.0",
"@aws-sdk/lib-dynamodb": "^3.502.0",
"@sentry/integrations": "7.69.0",
"@sentry/serverless": "7.69.0",
"@shelf/dynamodb-parallel-scan": "^3.7.0",
"@sparticuz/chromium": "~111.0.0",
"@sparticuz/chromium": "~121.0.0",
"async": "^3.2.5",
"boolean": "^3.2.0",
"expo-server-sdk": "^3.7.0",
"google-auth-library": "^9.5.0",
"google-auth-library": "^9.6.0",
"instagram-private-api": "^1.45.3",
"joi": "^17.12.1",
"lodash": "^4.17.21",
"masto": "^6.5.2",
"object-hash": "^3.0.0",
"puppeteer-core": "~19.7.5",
"puppeteer-core": "~21.9.0",
"reddit": "^1.2.1",
"semver": "^7.5.4",
"sharp": "^0.32.6",
Expand Down
Loading

0 comments on commit dcbac6b

Please sign in to comment.