1
0
Fork 0

update: update dependency js-yaml to v3.14.0 (#182)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-05-28 07:16:23 -05:00 committed by GitHub
parent 347c07f47e
commit 7dd52c3d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

View File

@ -17,7 +17,7 @@
"@microsoft/api-extractor": "7.7.13",
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2",
"@types/js-yaml": "3.12.3",
"@types/js-yaml": "3.12.4",
"@types/lodash": "4.14.150",
"@types/mocha": "7.0.2",
"@types/sinon-chai": "3.2.4",
@ -34,7 +34,7 @@
"eslint-plugin-mocha": "6.3.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.5.0",
"js-yaml": "3.13.1",
"js-yaml": "3.14.0",
"lodash": "4.17.15",
"mocha": "7.1.2",
"noicejs": "3.0.1",

View File

@ -360,10 +360,10 @@
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
"@types/js-yaml@3.12.3":
version "3.12.3"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/js-yaml/-/js-yaml-3.12.3.tgz#abf383c5b639d0aa8b8c4a420d6a85f703357d6c"
integrity sha512-otRe77JNNWzoVGLKw8TCspKswRoQToys4tuL6XYVBFxjgeM0RUrx7m3jkaTdxILxeGry3zM8mGYkGXMeQ02guA==
"@types/js-yaml@3.12.4":
version "3.12.4"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/js-yaml/-/js-yaml-3.12.4.tgz#7d3b534ec35a0585128e2d332db1403ebe057e25"
integrity sha512-fYMgzN+9e28R81weVN49inn/u798ruU91En1ZnGvSZzCRc5jXx9B2EDhlRaWmcO1RIxFHL8AajRXzxDuJu93+A==
"@types/json-schema@^7.0.3":
version "7.0.3"
@ -2243,6 +2243,14 @@ js-yaml@3.13.1, js-yaml@^3.13.1, js-yaml@~3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"
js-yaml@3.14.0:
version "3.14.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
jsesc@^2.5.1:
version "2.5.2"
resolved "https://artifacts.apextoaster.com/repository/group-npm/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"