diff --git a/Formula/a/aws-cdk.rb b/Formula/a/aws-cdk.rb index cd4c74d6d7bbe..69d55a705ee37 100644 --- a/Formula/a/aws-cdk.rb +++ b/Formula/a/aws-cdk.rb @@ -3,18 +3,18 @@ class AwsCdk < Formula desc "AWS Cloud Development Kit - framework for defining AWS infra as code" homepage "https://github.com/aws/aws-cdk" - url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.128.0.tgz" - sha256 "39e17016adf4b6c52fd5c24bca20cd3461a754a708f4135f5d134dee36851a6a" + url "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.129.0.tgz" + sha256 "d886d13bf2b01ba2345da4d7d6d88e6c06bdf70396c56daa6c68e1b3062cd2f8" license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "48246810bc0aecd36b996b00d76a8e5666c06f4cc8f88710a970ab0947d203b0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "48246810bc0aecd36b996b00d76a8e5666c06f4cc8f88710a970ab0947d203b0" - sha256 cellar: :any_skip_relocation, arm64_monterey: "48246810bc0aecd36b996b00d76a8e5666c06f4cc8f88710a970ab0947d203b0" - sha256 cellar: :any_skip_relocation, sonoma: "224724a570a87ddd8f6dc55c7d0f01d3fb8d66be0861b5e95d027f7e582220d3" - sha256 cellar: :any_skip_relocation, ventura: "224724a570a87ddd8f6dc55c7d0f01d3fb8d66be0861b5e95d027f7e582220d3" - sha256 cellar: :any_skip_relocation, monterey: "224724a570a87ddd8f6dc55c7d0f01d3fb8d66be0861b5e95d027f7e582220d3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c79de2187034f5096515a00c346d509fc30e808ab0e4f6c113d4ddedd76aad6f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c7e556085b2ace3c3e0ad12461c83f2850e437772b52e8e316b3317659aa543" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7c7e556085b2ace3c3e0ad12461c83f2850e437772b52e8e316b3317659aa543" + sha256 cellar: :any_skip_relocation, arm64_monterey: "7c7e556085b2ace3c3e0ad12461c83f2850e437772b52e8e316b3317659aa543" + sha256 cellar: :any_skip_relocation, sonoma: "d26fd53c000be5923cbe59d5dc83a3810dc458c6fe1adc89a4d9b2f839174f61" + sha256 cellar: :any_skip_relocation, ventura: "d26fd53c000be5923cbe59d5dc83a3810dc458c6fe1adc89a4d9b2f839174f61" + sha256 cellar: :any_skip_relocation, monterey: "d26fd53c000be5923cbe59d5dc83a3810dc458c6fe1adc89a4d9b2f839174f61" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4b740c08d4374f53ea720cd34dd8de52f517b7082fe453977fc52e4d60d0b20" end depends_on "node"