Skip to content

Commit f734f9e

Browse files
Bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e92a96b commit f734f9e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"http-terminator": "^3.2.0",
9494
"isbot": "^5.1.29",
9595
"js-cookie": "2.2.1",
96-
"js-yaml": "^4.1.0",
96+
"js-yaml": "^4.1.1",
9797
"json5": "^2.2.3",
9898
"jsonschema": "1.5.0",
9999
"jwt-decode": "^3.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7812,10 +7812,10 @@ js-yaml@^3.13.1:
78127812
argparse "^1.0.7"
78137813
esprima "^4.0.0"
78147814

7815-
js-yaml@^4.1.0:
7816-
version "4.1.0"
7817-
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"
7818-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
7815+
js-yaml@^4.1.0, js-yaml@^4.1.1:
7816+
version "4.1.1"
7817+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
7818+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
78197819
dependencies:
78207820
argparse "^2.0.1"
78217821

0 commit comments

Comments
 (0)