website: bump aws-cdk from 2.171.1 to 2.172.0 in /website (#12295)

Bumps [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) from 2.171.1 to 2.172.0.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/v2.172.0/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.172.0/packages/aws-cdk)

---
updated-dependencies:
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-09 14:39:40 +01:00
committed by GitHub
parent c09ce06812
commit 021c0f7cb9
2 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.3.2",
"@types/react": "^18.3.13",
"aws-cdk": "^2.171.1",
"aws-cdk": "^2.172.0",
"cross-env": "^7.0.3",
"prettier": "3.4.2",
"typescript": "~5.7.2",
@ -6121,9 +6121,9 @@
}
},
"node_modules/aws-cdk": {
"version": "2.171.1",
"resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.171.1.tgz",
"integrity": "sha512-IWENyT4F5UcLr1szLsbipUdjIHn8FD3d/RvaIvhs2+qCamkfEV5mqv/ChMvRJ8H2jebhIZ2iz74or9O5Ismp+Q==",
"version": "2.172.0",
"resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.172.0.tgz",
"integrity": "sha512-kacztcAl12F6zlBqKCuzCZmj4vrbMhzgDAxBB4T7fXR2amQyuu6W0nWcGWWvASXeBJcw2DJ6ulpfV4wuc9dksw==",
"dev": true,
"bin": {
"cdk": "bin/cdk"

View File

@ -56,7 +56,7 @@
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.3.2",
"@types/react": "^18.3.13",
"aws-cdk": "^2.171.1",
"aws-cdk": "^2.172.0",
"cross-env": "^7.0.3",
"prettier": "3.4.2",
"typescript": "~5.7.2",