Skip to content

Commit

Permalink
Merge pull request #1381 from guardian/dependabot/npm_and_yarn/aws-sd…
Browse files Browse the repository at this point in the history
…k-1e232f5d80
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
2 parents 491d309 + 7e5f1bd commit e78e9cd
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 165 deletions.
304 changes: 152 additions & 152 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"type": "module",
"devDependencies": {
"@aws-sdk/client-ecs": "^3.716.0",
"@aws-sdk/client-secrets-manager": "^3.716.0",
"@aws-sdk/client-ssm": "^3.716.0",
"@aws-sdk/client-ecs": "^3.722.0",
"@aws-sdk/client-secrets-manager": "^3.721.0",
"@aws-sdk/client-ssm": "^3.721.0",
"@types/yargs": "^17.0.32",
"execa": "^9.3.0",
"terminal-link": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"typecheck": "tsc"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.716.0",
"@aws-sdk/client-secrets-manager": "^3.721.0",
"@guardian/anghammarad": "^1.8.3",
"@aws-sdk/credential-providers": "^3.716.0",
"@aws-sdk/rds-signer": "^3.716.0",
"@aws-sdk/credential-providers": "^3.721.0",
"@aws-sdk/rds-signer": "^3.721.0",
"@octokit/auth-app": "^6.1.2",
"octokit": "^3.2.1",
"octokit-plugin-create-pull-request": "^5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/data-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.716.0",
"@aws-sdk/client-organizations": "^3.716.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/client-sts": "^3.716.0"
"@aws-sdk/client-lambda": "^3.721.0",
"@aws-sdk/client-organizations": "^3.721.0",
"@aws-sdk/client-s3": "^3.722.0",
"@aws-sdk/client-sts": "^3.721.0"
}
}
2 changes: 1 addition & 1 deletion packages/dependency-graph-integrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.716.0",
"@aws-sdk/client-sns": "^3.721.0",
"ts-markdown": "^1.2.0",
"yaml": "^2.7.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/repocop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.716.0",
"@aws-sdk/client-sns": "^3.716.0",
"@aws-sdk/client-cloudwatch": "^3.721.0",
"@aws-sdk/client-sns": "^3.721.0",
"octokit-plugin-create-pull-request": "^5.1.1",
"ts-markdown": "^1.2.0",
"yaml": "^2.7.0"
Expand Down

0 comments on commit e78e9cd

Please sign in to comment.