website: bump aws-cdk from 2.167.1 to 2.171.1 in /website (#12241)

Bumps [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) from 2.167.1 to 2.171.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.171.1/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-02 15:00:12 +02:00
committed by GitHub
parent 02672e008c
commit dd0dc75951
2 changed files with 5 additions and 6 deletions

View File

@ -35,7 +35,7 @@
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.3.2",
"@types/react": "^18.3.12",
"aws-cdk": "^2.167.1",
"aws-cdk": "^2.171.1",
"cross-env": "^7.0.3",
"prettier": "3.4.1",
"typescript": "~5.7.2",
@ -6121,11 +6121,10 @@
}
},
"node_modules/aws-cdk": {
"version": "2.167.1",
"resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.167.1.tgz",
"integrity": "sha512-GOFe5hj7xi7i7aqkaQ2PT1jmar+Ip+qNpA7hJoH4anz98rthcl4N2X01CdHiEc61/0urobwl5358xAZIhMd21g==",
"version": "2.171.1",
"resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.171.1.tgz",
"integrity": "sha512-IWENyT4F5UcLr1szLsbipUdjIHn8FD3d/RvaIvhs2+qCamkfEV5mqv/ChMvRJ8H2jebhIZ2iz74or9O5Ismp+Q==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"cdk": "bin/cdk"
},

View File

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