Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Oct 22, 2024
1 parent a419bdb commit fbc36bf
Show file tree
Hide file tree
Showing 7 changed files with 4,517 additions and 4,084 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"aws-cdk-lib": "2.142.1",
"aws-cdk-lib": "2.161.1",
"constructs": "10.3.0",
"eslint": "^8.57.1",
"eslint-config-universe": "^13.0.0",
"husky": "^9.1.6",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"sst": "^2.43.7"
"sst": "2.44.0"
},
"scripts": {
"test": "lerna run test",
Expand All @@ -44,6 +44,7 @@
},
"packageManager": "[email protected]",
"resolutions": {
"eslint": "^8.9.0"
"eslint": "^8.9.0",
"promise": "^8.3.0"
}
}
28 changes: 14 additions & 14 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
"version": "3.17.3",
"dependencies": {
"@ambito-dolar/core": "^3.9.1",
"@atproto/api": "^0.13.8",
"@aws-sdk/client-dynamodb": "^3.658.1",
"@aws-sdk/client-s3": "^3.658.1",
"@aws-sdk/client-sns": "^3.658.1",
"@aws-sdk/lib-dynamodb": "^3.658.1",
"@aws-sdk/util-dynamodb": "^3.658.1",
"@sentry/integrations": "7.119.0",
"@sentry/serverless": "7.119.0",
"@atproto/api": "^0.13.12",
"@aws-sdk/client-dynamodb": "^3.677.0",
"@aws-sdk/client-s3": "^3.677.0",
"@aws-sdk/client-sns": "^3.677.0",
"@aws-sdk/lib-dynamodb": "^3.677.0",
"@aws-sdk/util-dynamodb": "^3.677.0",
"@instantdb/admin": "^0.14.19",
"@sentry/aws-serverless": "^8.35.0",
"@shelf/dynamodb-parallel-scan": "^3.9.2",
"@smithy/node-http-handler": "^3.2.4",
"@sparticuz/chromium": "~127.0.0",
"@smithy/node-http-handler": "^3.2.5",
"@sparticuz/chromium": "~130.0.0",
"boolean": "^3.2.0",
"expo-server-sdk": "^3.11.0",
"google-auth-library": "^9.14.1",
"google-auth-library": "^9.14.2",
"instagram-private-api": "^1.46.1",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"masto": "^6.8.0",
"masto": "^6.10.0",
"object-hash": "^3.0.0",
"p-throttle": "^6.2.0",
"pretty-ms": "^9.1.0",
"promise-limit": "^2.7.0",
"promise-retry": "^2.0.1",
"puppeteer-core": "~23.1.1",
"puppeteer-core": "~23.6.0",
"reddit": "^1.2.1",
"semver": "^7.6.3",
"sharp": "^0.32.6",
"throttled-queue": "^2.1.4",
"twitter-api-v2": "^1.17.2"
"twitter-api-v2": "^1.18.0"
}
}
Loading

0 comments on commit fbc36bf

Please sign in to comment.