deps: bump @types/js-yaml from 3.12.3 to 3.12.4 (#301)

This commit is contained in:
dependabot-preview[bot] 2020-05-15 11:46:08 +00:00 committed by GitHub
parent df4a516dab
commit 489eaccb26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1062,9 +1062,9 @@
} }
}, },
"@types/js-yaml": { "@types/js-yaml": {
"version": "3.12.3", "version": "3.12.4",
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.3.tgz", "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.4.tgz",
"integrity": "sha512-otRe77JNNWzoVGLKw8TCspKswRoQToys4tuL6XYVBFxjgeM0RUrx7m3jkaTdxILxeGry3zM8mGYkGXMeQ02guA==", "integrity": "sha512-fYMgzN+9e28R81weVN49inn/u798ruU91En1ZnGvSZzCRc5jXx9B2EDhlRaWmcO1RIxFHL8AajRXzxDuJu93+A==",
"dev": true "dev": true
}, },
"@types/json-schema": { "@types/json-schema": {

View File

@ -61,7 +61,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^25.2.2", "@types/jest": "^25.2.2",
"@types/js-yaml": "^3.12.3", "@types/js-yaml": "^3.12.4",
"@types/node": "~12", "@types/node": "~12",
"@typescript-eslint/eslint-plugin": "^2.33.0", "@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0", "@typescript-eslint/parser": "^2.33.0",