Skip to content

Commit 57ca807

Browse files
BAU: Bump the production-dependencies group with 6 updates
Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.1046.0` | `3.1047.0` | | [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) | `3.1046.0` | `3.1047.0` | | [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.1046.0` | `3.1047.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.1046.0` | `3.1047.0` | | [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) | `3.1046.0` | `3.1047.0` | | [@rollup/rollup-darwin-arm64](https://github.com/rollup/rollup) | `4.60.3` | `4.60.4` | Updates `@aws-sdk/client-dynamodb` from 3.1046.0 to 3.1047.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1047.0/clients/client-dynamodb) Updates `@aws-sdk/client-kms` from 3.1046.0 to 3.1047.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kms/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1047.0/clients/client-kms) Updates `@aws-sdk/client-sns` from 3.1046.0 to 3.1047.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sns/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1047.0/clients/client-sns) Updates `@aws-sdk/client-sqs` from 3.1046.0 to 3.1047.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1047.0/clients/client-sqs) Updates `@aws-sdk/lib-dynamodb` from 3.1046.0 to 3.1047.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1047.0/lib/lib-dynamodb) Updates `@rollup/rollup-darwin-arm64` from 4.60.3 to 4.60.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.60.3...v4.60.4) --- updated-dependencies: - dependency-name: "@aws-sdk/client-dynamodb" dependency-version: 3.1047.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/client-kms" dependency-version: 3.1047.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/client-sns" dependency-version: 3.1047.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/client-sqs" dependency-version: 3.1047.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/lib-dynamodb" dependency-version: 3.1047.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@rollup/rollup-darwin-arm64" dependency-version: 4.60.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ed6b2e commit 57ca807

2 files changed

Lines changed: 50 additions & 49 deletions

File tree

package-lock.json

Lines changed: 44 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"dependencies": {
4545
"@aws-crypto/client-node": "^5.0.0",
4646
"@aws-lambda-powertools/metrics": "^2.33.0",
47-
"@aws-sdk/client-dynamodb": "^3.1046.0",
48-
"@aws-sdk/client-kms": "^3.1046.0",
49-
"@aws-sdk/client-sns": "^3.1046.0",
50-
"@aws-sdk/client-sqs": "^3.1046.0",
51-
"@aws-sdk/lib-dynamodb": "^3.1046.0",
47+
"@aws-sdk/client-dynamodb": "^3.1047.0",
48+
"@aws-sdk/client-kms": "^3.1047.0",
49+
"@aws-sdk/client-sns": "^3.1047.0",
50+
"@aws-sdk/client-sqs": "^3.1047.0",
51+
"@aws-sdk/lib-dynamodb": "^3.1047.0",
5252
"@aws-sdk/util-dynamodb": "^3.985.0",
5353
"@govuk-one-login/frontend-analytics": "^4.0.8",
5454
"@govuk-one-login/frontend-device-intelligence": "^1.2.0",
@@ -132,6 +132,6 @@
132132
"json5": "2.2.3"
133133
},
134134
"optionalDependencies": {
135-
"@rollup/rollup-darwin-arm64": "^4.60.3"
135+
"@rollup/rollup-darwin-arm64": "^4.60.4"
136136
}
137137
}

0 commit comments

Comments
 (0)