Skip to content

Commit 4501b8b

Browse files
chore(deps): bump yaml from 1.8.2 to 1.8.3 (#6917)
Bumps [yaml](https://github.com/eemeli/yaml) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v1.8.2...v1.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent f31f4e1 commit 4501b8b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/aws-cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"source-map-support": "^0.5.16",
8585
"table": "^5.4.6",
8686
"uuid": "^7.0.2",
87-
"yaml": "^1.8.2",
87+
"yaml": "^1.8.3",
8888
"yargs": "^15.3.1"
8989
},
9090
"repository": {

packages/cdk-dasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "Apache-2.0",
2828
"dependencies": {
2929
"codemaker": "^1.1.0",
30-
"yaml": "1.8.2"
30+
"yaml": "1.8.3"
3131
},
3232
"devDependencies": {
3333
"@types/jest": "^25.1.4",

packages/decdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"jsii-reflect": "^1.1.0",
170170
"jsonschema": "^1.2.5",
171171
"constructs": "^2.0.0",
172-
"yaml": "1.8.2",
172+
"yaml": "1.8.3",
173173
"yargs": "^15.3.1"
174174
},
175175
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12073,10 +12073,10 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
1207312073
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
1207412074
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
1207512075

12076-
yaml@1.8.2, yaml@^1.8.2:
12077-
version "1.8.2"
12078-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.2.tgz#a29c03f578faafd57dcb27055f9a5d569cb0c3d9"
12079-
integrity sha512-omakb0d7FjMo3R1D2EbTKVIk6dAVLRxFXdLZMEUToeAvuqgG/YuHMuQOZ5fgk+vQ8cx+cnGKwyg+8g8PNT0xQg==
12076+
yaml@1.8.3, yaml@^1.8.3:
12077+
version "1.8.3"
12078+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a"
12079+
integrity sha512-X/v7VDnK+sxbQ2Imq4Jt2PRUsRsP7UcpSl3Llg6+NRRqWLIvxkMFYtH1FmvwNGYRKKPa+EPA4qDBlI9WVG1UKw==
1208012080
dependencies:
1208112081
"@babel/runtime" "^7.8.7"
1208212082

0 commit comments

Comments
 (0)