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
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: /
schedule:
interval: weekly
cooldown:
# pnpm's minimumReleaseAge policy (1 day) rejects lockfile entries
# published less than 24h ago; keep dependabot behind that window.
default-days: 2
ignore:
# TS 7.0 ships only the tsc executable; the compiler API that the Nest
# CLI, typescript-eslint, ts-jest etc. need returns with TS 7.1.
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"pg:reset": "pnpm pg:base down --volumes"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1079.0",
"@aws-sdk/s3-presigned-post": "^3.1079.0",
"@aws-sdk/s3-request-presigner": "^3.1079.0",
"@aws-sdk/client-s3": "^3.1097.0",
"@aws-sdk/s3-presigned-post": "^3.1097.0",
"@aws-sdk/s3-request-presigner": "^3.1097.0",
"@nestjs/cache-manager": "^3.1.3",
"@nestjs/common": "^11.1.27",
"@nestjs/core": "^11.1.27",
"@nestjs/platform-express": "^11.1.27",
"@nestjs/common": "^11.1.28",
"@nestjs/core": "^11.1.28",
"@nestjs/platform-express": "^11.1.28",
"@nestjs/schedule": "^6.1.3",
"@nestjs/swagger": "^11.4.5",
"@nestjs/swagger": "^11.4.6",
"cache-manager": "^7.2.9",
"crypto-js": "^4.2.0",
"dotenv": "^17.4.2",
Expand All @@ -44,7 +44,7 @@
"ipaddr.js": "^2.4.0",
"knex": "^3.3.0",
"mysql": "^2.18.1",
"nanoid": "^5.1.16",
"nanoid": "^6.0.0",
"p-retry": "^8.0.0",
"pg": "^8.22.0",
"reflect-metadata": "^0.2.0",
Expand Down
Loading