update: update dependency js-yaml to v4.1.0
This commit is contained in:
parent
9b24acb422
commit
b69e84fd01
|
@ -71,7 +71,7 @@
|
|||
"eslint-plugin-mocha": "8.1.0",
|
||||
"eslint-plugin-no-null": "1.0.2",
|
||||
"eslint-plugin-sonarjs": "0.6.0",
|
||||
"js-yaml": "4.0.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"jsonpath-plus": "5.0.7",
|
||||
"lodash": "4.17.21",
|
||||
"minimatch": "3.0.4",
|
||||
|
|
|
@ -2698,6 +2698,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, js-yaml@~3.13.1:
|
||||
version "3.13.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
|
||||
|
|
Loading…
Reference in New Issue