Merge pull request #181 from joelwmale/dependabot/npm_and_yarn/js-yaml-4.1.0

Bump js-yaml from 4.0.0 to 4.1.0
This commit is contained in:
mergify[bot] 2021-04-15 05:43:10 +00:00 committed by GitHub
commit 9e53e28f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@
"eslint-plugin-github": "^4.1.3", "eslint-plugin-github": "^4.1.3",
"eslint-plugin-jest": "^24.3.5", "eslint-plugin-jest": "^24.3.5",
"https": "^1.0.0", "https": "^1.0.0",
"js-yaml": "^4.0.0", "js-yaml": "^4.1.0",
"prettier": "2.2.1", "prettier": "2.2.1",
"typescript": "^4.2.4" "typescript": "^4.2.4"
} }

View File

@ -1048,10 +1048,10 @@ js-yaml@^3.13.1:
argparse "^1.0.7" argparse "^1.0.7"
esprima "^4.0.0" esprima "^4.0.0"
js-yaml@^4.0.0: js-yaml@^4.1.0:
version "4.0.0" version "4.1.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q== integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
dependencies: dependencies:
argparse "^2.0.1" argparse "^2.0.1"