Skip to content

Commit

Permalink
feat: update AWS Service Spec (#27755)
Browse files Browse the repository at this point in the history
AWS Service Spec packages to latest versions.
  • Loading branch information
aws-cdk-automation authored Oct 30, 2023
1 parent 9babd7a commit 72bf499
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tools/@aws-cdk/spec2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.0.23",
"@aws-cdk/aws-service-spec": "^0.0.24",
"@aws-cdk/service-spec-importers": "^0.0.1",
"@aws-cdk/service-spec-types": "^0.0.23",
"@aws-cdk/service-spec-types": "^0.0.24",
"@cdklabs/tskb": "^0.0.1",
"@cdklabs/typewriter": "^0.0.2",
"camelcase": "^6",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.0.1.tgz#6dc9b7cdb22ff622a7176141197962360c33e9ac"
integrity sha512-DDt4SLdLOwWCjGtltH4VCST7hpOI5DzieuhGZsBpZ+AgJdSI2GCjklCXm0GCTwJG/SolkL5dtQXyUKgg9luBDg==

"@aws-cdk/aws-service-spec@^0.0.23":
version "0.0.23"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.23.tgz#3a44de2aee1adb7b19c147586975f66f1faacf1a"
integrity sha512-vaeCYomXvURpMvzN25T7AowiuTFmZMvOKyjjy/zCD5sb0d7Dn4fhCnVzWYED+FK/raTL0/F9ObwT/LkcxxGvHg==
"@aws-cdk/aws-service-spec@^0.0.24":
version "0.0.24"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.24.tgz#be83a0c87a0f23525d1e6e80586b850a605e50c5"
integrity sha512-XB2bveRXAToD/cSONc7E5fxO8w3JYd342fpX4PRLVJTLPvHnuQtLCcFrRQle1M+F2xhhVSL3yBKnu1O7FFc0eA==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.23"
"@aws-cdk/service-spec-types" "^0.0.24"
"@cdklabs/tskb" "^0.0.2"

"@aws-cdk/lambda-layer-kubectl-v24@^2.0.242":
Expand Down Expand Up @@ -91,6 +91,13 @@
dependencies:
"@cdklabs/tskb" "^0.0.2"

"@aws-cdk/service-spec-types@^0.0.24":
version "0.0.24"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.24.tgz#4ed4eb76d37e106d2664cd624ffe0958ef3db70d"
integrity sha512-FGrpmbwWlTUn+SIC3S42qdQS298tA33UMd2HlbVa2wDtZ1sta+PtXnAG1dU8LyNXisEWtTeKn9+21Bpx/QSWpQ==
dependencies:
"@cdklabs/tskb" "^0.0.2"

"@aws-crypto/crc32@3.0.0":
version "3.0.0"
resolved "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz#07300eca214409c33e3ff769cd5697b57fdd38fa"
Expand Down

0 comments on commit 72bf499

Please sign in to comment.