Skip to content

Commit

Permalink
chore(deps-dev): bump the cdk group in /cdk with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cdk group in /cdk with 4 updates: [@guardian/cdk](https://github.com/guardian/cdk), [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk), [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@guardian/cdk` from 60.1.1 to 60.1.3
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v60.1.1...v60.1.3)

Updates `aws-cdk` from 2.167.1 to 2.170.0
- [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.170.0/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.167.1 to 2.170.0
- [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.170.0/packages/aws-cdk-lib)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 71afae6 commit f234fb1
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 125 deletions.
8 changes: 4 additions & 4 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"diff": "cdk diff --path-metadata false --version-reporting false"
},
"devDependencies": {
"@guardian/cdk": "60.1.1",
"@guardian/cdk": "60.1.3",
"@guardian/eslint-config-typescript": "12.0.0",
"@guardian/prettier": "8.0.1",
"@guardian/tsconfig": "^1.0.0",
"@types/jest": "^29.5.14",
"@types/node": "22.9.0",
"aws-cdk": "2.167.1",
"aws-cdk-lib": "2.167.1",
"aws-cdk": "2.170.0",
"aws-cdk-lib": "2.170.0",
"constructs": "10.4.2",
"eslint": "^9.15.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"source-map-support": "^0.5.20",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"prettier": "@guardian/prettier",
"jest": {
Expand Down
Loading

0 comments on commit f234fb1

Please sign in to comment.