1
0
Fork 0

update: update dependency js-yaml to v4.1.0

This commit is contained in:
Renovate Bot 2021-04-17 10:29:37 +00:00 committed by Sean Sube
parent b94665fcdd
commit ebedffbd6f
2 changed files with 8 additions and 1 deletions

View File

@ -57,7 +57,7 @@
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.6.0",
"esm": "3.2.25",
"js-yaml": "4.0.0",
"js-yaml": "4.1.0",
"jsdom": "16.5.3",
"jsdom-global": "3.0.2",
"lodash": "4.17.21",

View File

@ -3433,6 +3433,13 @@ js-yaml@4.0.0:
dependencies:
argparse "^2.0.1"
js-yaml@4.1.0:
version "4.1.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
dependencies:
argparse "^2.0.1"
js-yaml@^3.13.1:
version "3.14.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"