Skip to content

Commit 98aa68c

Browse files
Merge pull request #4 from christophersmith262/greenkeeper/yaml-1.6.0
#2: Greenkeeper/yaml 1.6.0
2 parents 3eef6e3 + 8a17605 commit 98aa68c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"dependencies": {
12-
"yaml": "^1.5.1"
12+
"yaml": "^1.6.0"
1313
},
1414
"devDependencies": {
1515
"coveralls": "^3.0.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
dependencies:
9999
"@babel/helper-plugin-utils" "^7.0.0"
100100

101-
"@babel/runtime@^7.4.4":
102-
version "7.4.4"
103-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"
104-
integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==
101+
"@babel/runtime@^7.4.5":
102+
version "7.4.5"
103+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12"
104+
integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==
105105
dependencies:
106106
regenerator-runtime "^0.13.2"
107107

@@ -5027,12 +5027,12 @@ yallist@^3.0.0, yallist@^3.0.2:
50275027
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
50285028
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
50295029

5030-
yaml@^1.5.1:
5031-
version "1.5.1"
5032-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.5.1.tgz#e8201678064fbcfef6afe4122ef802573b6cade8"
5033-
integrity sha512-btfJvMOgVthGZSgHBMrDkLuQu4YxOycw6kwuC67cUEOKJmmNozjIa02eKvuSq7usqqqpwwCvflGTF6JcDvSudw==
5030+
yaml@^1.6.0:
5031+
version "1.6.0"
5032+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.6.0.tgz#d8a985cfb26086dd73f91c637f6e6bc909fddd3c"
5033+
integrity sha512-iZfse3lwrJRoSlfs/9KQ9iIXxs9++RvBFVzAqbbBiFT+giYtyanevreF9r61ZTbGMgWQBxAua3FzJiniiJXWWw==
50345034
dependencies:
5035-
"@babel/runtime" "^7.4.4"
5035+
"@babel/runtime" "^7.4.5"
50365036

50375037
yargs-parser@^11.1.1:
50385038
version "11.1.1"

0 commit comments

Comments
 (0)