Skip to content

Commit

Permalink
chore(deps): bump yaml from 1.8.0 to 1.8.1 (aws#6668)
Browse files Browse the repository at this point in the history
Bumps [yaml](https://github.com/eemeli/yaml) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v1.8.0...v1.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 11, 2020
1 parent 7318ee2 commit 3a104da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"source-map-support": "^0.5.16",
"table": "^5.4.6",
"uuid": "^7.0.2",
"yaml": "^1.8.0",
"yaml": "^1.8.1",
"yargs": "^15.3.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-dasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^1.1.0",
"yaml": "1.8.0"
"yaml": "1.8.1"
},
"devDependencies": {
"@types/jest": "^25.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"fs-extra": "^8.1.0",
"jsii-reflect": "^1.0.0",
"jsonschema": "^1.2.5",
"yaml": "1.8.0",
"yaml": "1.8.1",
"yargs": "^15.3.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12180,10 +12180,10 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==

yaml@1.8.0, yaml@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.0.tgz#169fbcfa2081302dc9441d02b0b6fe667e4f74c9"
integrity sha512-6qI/tTx7OVtA4qNqD0OyutbM6Z9EKu4rxWm/2Y3FDEBQ4/2X2XAnyuRXMzAE2+1BPyqzksJZtrIwblOHg0IEzA==
yaml@1.8.1, yaml@^1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.1.tgz#3a8cdb877ec9da2350f22b476a117e28e30069d8"
integrity sha512-vIXHJILY3e2Ru5s+hFwmO0fSHo0zm30AJ/eBaIUd/54xVocvjzix4bPOtjIGxKm5VDSOt5psTKW6CEv3WHzWdg==
dependencies:
"@babel/runtime" "^7.8.7"

Expand Down

0 comments on commit 3a104da

Please sign in to comment.