Skip to content

Commit

Permalink
chore(deps-dev): bump the cdk group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the cdk group with 5 updates in the /cdk directory:

| Package | From | To |
| --- | --- | --- |
| [@guardian/cdk](https://github.com/guardian/cdk) | `59.5.2` | `59.5.6` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.11` | `20.17.1` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.162.1` | `2.164.1` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.162.1` | `2.164.1` |



Updates `@guardian/cdk` from 59.5.2 to 59.5.6
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v59.5.2...v59.5.6)

Updates `@types/jest` from 29.5.13 to 29.5.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 20.16.11 to 20.17.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `aws-cdk` from 2.162.1 to 2.164.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.164.1/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.162.1 to 2.164.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.164.1/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
- dependency-name: aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent bb8b32e commit 204326b
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 156 deletions.
10 changes: 5 additions & 5 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"diff": "cdk diff --path-metadata false --version-reporting false"
},
"devDependencies": {
"@guardian/cdk": "59.5.2",
"@guardian/cdk": "59.5.6",
"@guardian/eslint-config-typescript": "12.0.0",
"@guardian/prettier": "8.0.1",
"@guardian/tsconfig": "^1.0.0",
"@types/jest": "^29.5.13",
"@types/node": "20.16.11",
"aws-cdk": "2.162.1",
"aws-cdk-lib": "2.162.1",
"@types/jest": "^29.5.14",
"@types/node": "20.17.1",
"aws-cdk": "2.164.1",
"aws-cdk-lib": "2.164.1",
"constructs": "10.4.2",
"eslint": "^8.57.1",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 204326b

Please sign in to comment.