Skip to content

Commit 0f44f2f

Browse files
chore(deps): update dependency js-yaml to v4.2.0 [security]
1 parent 7131180 commit 0f44f2f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-config-prettier": "8.5.0",
4444
"eslint-plugin-import": "2.25.4",
4545
"eslint-plugin-prettier": "4.0.0",
46-
"js-yaml": "4.1.0",
46+
"js-yaml": "4.2.0",
4747
"postcss": "8.4.12",
4848
"postcss-import": "14.1.0",
4949
"precss": "4.0.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,14 @@ js-tokens@^4.0.0:
20072007
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
20082008
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
20092009

2010-
js-yaml@4.1.0, js-yaml@^4.1.0:
2010+
js-yaml@4.2.0:
2011+
version "4.2.0"
2012+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524"
2013+
integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==
2014+
dependencies:
2015+
argparse "^2.0.1"
2016+
2017+
js-yaml@^4.1.0:
20112018
version "4.1.0"
20122019
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
20132020
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==

0 commit comments

Comments
 (0)