Skip to content

Commit

Permalink
chore(deps): bump the all group in /cdk with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /cdk with 4 updates: [@guardian/cdk](https://github.com/guardian/cdk), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@guardian/cdk` from 52.2.1 to 52.3.0
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v52.2.1...v52.3.0)

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

Updates `eslint` from 8.54.0 to 8.55.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.54.0...v8.55.0)

Updates `typescript` from 5.1.6 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.3.2)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 4b85b1f commit e24d836
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
88 changes: 44 additions & 44 deletions cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"diff:prod": "cdk diff --path-metadata false --version-reporting false Prism-PROD"
},
"devDependencies": {
"@guardian/cdk": "52.2.1",
"@guardian/cdk": "52.3.0",
"@guardian/eslint-config-typescript": "^7.0.0",
"@types/jest": "^29.5.10",
"@types/node": "20.10.0",
"@types/node": "20.10.3",
"aws-cdk": "2.109.0",
"aws-cdk-lib": "2.109.0",
"constructs": "10.3.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
"typescript": "5.3.2"
}
}

0 comments on commit e24d836

Please sign in to comment.