Skip to content

Commit

Permalink
chore(deps-dev): bump cdk8s from 0.30.0 to 0.31.0
Browse files Browse the repository at this point in the history
Bumps [cdk8s](https://github.com/awslabs/cdk8s) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/awslabs/cdk8s/releases)
- [Changelog](https://github.com/awslabs/cdk8s/blob/master/CHANGELOG.md)
- [Commits](cdk8s-team/cdk8s@v0.30.0...v0.31.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Oct 20, 2020
1 parent 37dc9d8 commit d0e3266
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"pkglint": "0.0.0",
"sinon": "^9.1.0",
"cdk8s-plus": "^0.29.0",
"cdk8s": "^0.30.0"
"cdk8s": "^0.31.0"
},
"dependencies": {
"@aws-cdk/aws-autoscaling": "0.0.0",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4359,14 +4359,14 @@ cdk8s-plus@^0.29.0:
dependencies:
minimatch "^3.0.4"

cdk8s@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-0.30.0.tgz#71cfbc36c09a03c2410b4530486d38b4e0025c51"
integrity sha512-ZPNq02HXekAbgdTwNVXYpAqPT9tq2S279oRf0ffbiphjmVtL+wrog2es+DAygFZzG8zkoOkJG5dOZtkE9FaSbQ==
cdk8s@^0.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-0.31.0.tgz#3e230d5de70818e2571480527146a66fdbff5cf9"
integrity sha512-BfbJsfPZqi2qpY4MnUnt27ee/XZlb/KeUe63VrR8QUcA87p+/0dZIdN/ef4r7f9tq8lxph9WAztkY8YIo7B+EQ==
dependencies:
follow-redirects "^1.11.0"
json-stable-stringify "^1.0.1"
yaml "^1.7.2"
yaml "2.0.0-1"

chalk@^1.1.3:
version "1.1.3"
Expand Down Expand Up @@ -13841,11 +13841,16 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@*, yaml@1.10.0, yaml@^1.10.0, yaml@^1.5.0, yaml@^1.7.2:
yaml@*, yaml@1.10.0, yaml@^1.10.0, yaml@^1.5.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

yaml@2.0.0-1:
version "2.0.0-1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0-1.tgz#8c3029b3ee2028306d5bcf396980623115ff8d18"
integrity sha512-W7h5dEhywMKenDJh2iX/LABkbFnBxasD27oyXWDS/feDsxiw0dD5ncXdYXgkvAsXIY2MpW/ZKkr9IU30DBdMNQ==

yapool@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/yapool/-/yapool-1.0.0.tgz#f693f29a315b50d9a9da2646a7a6645c96985b6a"
Expand Down

0 comments on commit d0e3266

Please sign in to comment.