Skip to content

Commit 763ff02

Browse files
authored
chore: update aws sdk (#6044)
* bump package
1 parent 536eadb commit 763ff02

File tree

11 files changed

+956
-1422
lines changed

11 files changed

+956
-1422
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
},
5050
"dependencies": {
5151
"@auth/prisma-adapter": "^1.0.14",
52-
"@aws-sdk/client-cognito-identity-provider": "^3.859.0",
53-
"@aws-sdk/client-dynamodb": "^3.859.0",
54-
"@aws-sdk/client-lambda": "^3.859.0",
55-
"@aws-sdk/client-s3": "^3.859.0",
56-
"@aws-sdk/client-sqs": "^3.859.0",
57-
"@aws-sdk/lib-dynamodb": "^3.859.0",
58-
"@aws-sdk/s3-presigned-post": "^3.840.0",
52+
"@aws-sdk/client-cognito-identity-provider": "^3.873.0",
53+
"@aws-sdk/client-dynamodb": "^3.873.0",
54+
"@aws-sdk/client-lambda": "^3.873.0",
55+
"@aws-sdk/client-s3": "^3.873.0",
56+
"@aws-sdk/client-sqs": "^3.873.0",
57+
"@aws-sdk/lib-dynamodb": "^3.873.0",
58+
"@aws-sdk/s3-presigned-post": "^3.873.0",
5959
"@bufbuild/protobuf": "^2.2.3",
6060
"@casl/ability": "6.7.3",
6161
"@cdssnc/gcds-tokens": "2.12.0",
@@ -131,7 +131,7 @@
131131
"zustand": "5.0.7"
132132
},
133133
"devDependencies": {
134-
"@aws-sdk/types": "^3.840.0",
134+
"@aws-sdk/types": "^3.862.0",
135135
"@babel/core": "^7.28.0",
136136
"@babel/preset-typescript": "^7.27.1",
137137
"@eslint/eslintrc": "^3",

packages/connectors/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [2.2.4] - 2025-08-25
10+
11+
### Changed
12+
13+
- Update AWS SDK package from version `3.873.0"`
14+
15+
916
## [2.2.3] - 2025-08-05
1017

1118
### Changed

packages/connectors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gcforms/connectors",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"author": "Canadian Digital Service",
55
"license": "MIT",
66
"publishConfig": {
@@ -25,7 +25,7 @@
2525
"connectors:prepack": "yarn prepack"
2626
},
2727
"dependencies": {
28-
"@aws-sdk/client-secrets-manager": "^3.859.0",
28+
"@aws-sdk/client-secrets-manager": "^3.873.0",
2929
"got": "^11.8.6",
3030
"postgres": "^3.4.5"
3131
},

utils/archivableAuditLogsMigration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"keywords": [],
1010
"author": "Clément Janin",
1111
"dependencies": {
12-
"@aws-sdk/client-dynamodb": "^3.859.0",
13-
"@aws-sdk/lib-dynamodb": "^3.859.0",
12+
"@aws-sdk/client-dynamodb": "^3.873.0",
13+
"@aws-sdk/lib-dynamodb": "^3.873.0",
1414
"dotenv": "^16.3.1",
1515
"tsx": "^3.14.0"
1616
},

utils/cognitoBackup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"keywords": [],
1111
"author": "Bryan Robitaille",
1212
"dependencies": {
13-
"@aws-sdk/client-cognito-identity-provider": "^3.859.0",
14-
"@aws-sdk/client-iam": "^3.859.0",
13+
"@aws-sdk/client-cognito-identity-provider": "^3.873.0",
14+
"@aws-sdk/client-iam": "^3.873.0",
1515
"@types/node": "^18.19.3",
1616
"axios": "^1.8.4",
1717
"csv-writer": "^1.6.0",

utils/cognitoMigration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"keywords": [],
1010
"author": "Clément Janin",
1111
"dependencies": {
12-
"@aws-sdk/client-cognito-identity-provider": "^3.859.0",
12+
"@aws-sdk/client-cognito-identity-provider": "^3.873.0",
1313
"@types/node": "^18.19.3",
1414
"dotenv": "^16.3.1",
1515
"tsx": "^4.7.0",

utils/createdAtVaultConfItemsMigration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"keywords": [],
1010
"author": "Clément Janin",
1111
"dependencies": {
12-
"@aws-sdk/client-dynamodb": "^3.859.0",
13-
"@aws-sdk/lib-dynamodb": "^3.859.0",
12+
"@aws-sdk/client-dynamodb": "^3.873.0",
13+
"@aws-sdk/lib-dynamodb": "^3.873.0",
1414
"dotenv": "^16.4.5",
1515
"tsx": "^4.19.2"
1616
},

utils/reliabilityQueueTableTTLDataTypeMigration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"keywords": [],
1010
"author": "Clément Janin",
1111
"dependencies": {
12-
"@aws-sdk/client-dynamodb": "^3.859.0",
13-
"@aws-sdk/lib-dynamodb": "^3.859.0",
12+
"@aws-sdk/client-dynamodb": "^3.873.0",
13+
"@aws-sdk/lib-dynamodb": "^3.873.0",
1414
"dotenv": "^16.3.1",
1515
"tsx": "^3.14.0"
1616
},

utils/responseGenerator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"keywords": [],
1010
"author": "Bryan Robitaille",
1111
"dependencies": {
12-
"@aws-sdk/client-lambda": "^3.859.0",
13-
"@aws-sdk/client-sqs": "^3.859.0",
14-
"@aws-sdk/types": "^3.840.0",
12+
"@aws-sdk/client-lambda": "^3.873.0",
13+
"@aws-sdk/client-sqs": "^3.873.0",
14+
"@aws-sdk/types": "^3.862.0",
1515
"@types/node": "^22.9.0",
1616
"axios": "^1.8.4",
1717
"cheerio": "^1.0.0-rc.12",

utils/statusCreatedAtMigration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"keywords": [],
1010
"author": "Clément Janin",
1111
"dependencies": {
12-
"@aws-sdk/client-dynamodb": "^3.859.0",
13-
"@aws-sdk/lib-dynamodb": "^3.859.0",
12+
"@aws-sdk/client-dynamodb": "^3.873.0",
13+
"@aws-sdk/lib-dynamodb": "^3.873.0",
1414
"dotenv": "^16.4.5",
1515
"tsx": "^4.19.2"
1616
},

0 commit comments

Comments
 (0)