Skip to content

Commit 34ccfcf

Browse files
fix(deps): 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 d1f965e commit 34ccfcf

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
@@ -20,7 +20,7 @@
2020
"got": "^13",
2121
"graphology": "^0.25.4",
2222
"graphology-types": "^0.24.7",
23-
"js-yaml": "^4.1.0",
23+
"js-yaml": "^4.1.1",
2424
"lodash.defaultsdeep": "^4.6.1",
2525
"proxy-agent": "^6.4.0",
2626
"replace-in-file": "^6.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6159,10 +6159,10 @@ js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.14.1:
61596159
argparse "^1.0.7"
61606160
esprima "^4.0.0"
61616161

6162-
js-yaml@^4.1.0:
6163-
version "4.1.0"
6164-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
6165-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
6162+
js-yaml@^4.1.0, js-yaml@^4.1.1:
6163+
version "4.1.1"
6164+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
6165+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
61666166
dependencies:
61676167
argparse "^2.0.1"
61686168

0 commit comments

Comments
 (0)