fix(deps): update dependency @types/js-yaml to v3.12.1

This commit is contained in:
Renovate Bot
2019-04-05 16:20:16 +00:00
committed by Zoltan Kochan
parent 29428f4424
commit 0b413ffb07
3 changed files with 14 additions and 11 deletions

View File

@@ -54,10 +54,10 @@
"@pnpm/constants": "1.0.0",
"@pnpm/lockfile-types": "1.0.0",
"@pnpm/types": "3.0.0",
"@types/js-yaml": "3.12.0",
"@types/js-yaml": "3",
"@types/node": "*",
"@types/ramda": "0.25.39",
"js-yaml": "3.13.0",
"js-yaml": "3.13.1",
"mkdirp-promise": "5.0.1",
"normalize-path": "3.0.0",
"ramda": "0.26.1",

View File

@@ -50,7 +50,7 @@
"@pnpm/lockfile-types": "1.0.0",
"@pnpm/resolver-base": "3.0.0",
"@pnpm/types": "3.0.0",
"@types/js-yaml": "3.12.0",
"@types/js-yaml": "3",
"@types/node": "*",
"@types/ramda": "0.25.39",
"dependency-path": "3.0.1",

19
pnpm-lock.yaml generated
View File

@@ -794,10 +794,10 @@ importers:
'@pnpm/constants': 'link:../constants'
'@pnpm/lockfile-types': 'link:../lockfile-types'
'@pnpm/types': 'link:../types'
'@types/js-yaml': 3.12.0
'@types/js-yaml': 3.12.1
'@types/node': 11.13.0
'@types/ramda': 0.25.39
js-yaml: 3.13.0
js-yaml: 3.13.1
mkdirp-promise: 5.0.1
normalize-path: 3.0.0
ramda: 0.26.1
@@ -825,12 +825,12 @@ importers:
'@pnpm/logger': 2.1.0
'@pnpm/tslint-config': 0.0.0
'@pnpm/types': 3.0.0
'@types/js-yaml': 3.12.0
'@types/js-yaml': '3'
'@types/node': '*'
'@types/ramda': 0.25.39
'@types/tape': 4.2.33
'@types/tempy': 0.2.0
js-yaml: 3.13.0
js-yaml: 3.13.1
mkdirp-promise: 5.0.1
normalize-path: 3.0.0
ramda: 0.26.1
@@ -859,7 +859,7 @@ importers:
'@pnpm/lockfile-types': 'link:../lockfile-types'
'@pnpm/resolver-base': 'link:../resolver-base'
'@pnpm/types': 'link:../types'
'@types/js-yaml': 3.12.0
'@types/js-yaml': 3.12.1
'@types/node': 11.13.0
'@types/ramda': 0.25.39
dependency-path: 'link:../dependency-path'
@@ -884,7 +884,7 @@ importers:
'@pnpm/resolver-base': 3.0.0
'@pnpm/tslint-config': 0.0.0
'@pnpm/types': 3.0.0
'@types/js-yaml': 3.12.0
'@types/js-yaml': '3'
'@types/node': '*'
'@types/ramda': 0.25.39
'@types/tape': 4.2.33
@@ -2709,10 +2709,10 @@ packages:
dev: true
resolution:
integrity: sha1-byTuSHMdMRaOpRBhDW3RXl/Jxv8=
/@types/js-yaml/3.12.0:
/@types/js-yaml/3.12.1:
dev: false
resolution:
integrity: sha512-UGEe/6RsNAxgWdknhzFZbCxuYc5I7b/YEKlfKbo+76SM8CJzGs7XKCj7zyugXViRbKYpXhSXhCYVQZL5tmDbpQ==
integrity: sha512-SGGAhXLHDx+PK4YLNcNGa6goPf9XRWQNAUUbffkwVGGXIxmDKWyGGL4inzq2sPmExu431Ekb9aEMn9BkPqEYFA==
/@types/load-json-file/2.0.7:
resolution:
integrity: sha512-NrH6jPlV77QCVPhAHofWeiOr77TgpKt82c2RVxSBChWBJqyY/u4ngl3CA4mcsAg/w7rNLrkR7dkObMV0ihLLXw==
@@ -7260,6 +7260,7 @@ packages:
dependencies:
'@most/multicast': 1.3.0_most@1.7.3
'@most/prelude': 1.7.2
most: 1.7.3_most@1.7.3
symbol-observable: 1.2.0
dev: false
peerDependencies:
@@ -9708,7 +9709,9 @@ packages:
integrity: sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
/tslint-config-standard/8.0.1_tslint@5.15.0+typescript@3.4.2:
dependencies:
tslint: 5.15.0_typescript@3.4.2
tslint-eslint-rules: 5.4.0_tslint@5.15.0+typescript@3.4.2
typescript: 3.4.2
peerDependencies:
tslint: '*'
typescript: '*'