Skip to content

Commit f244c68

Browse files
fix(deps): update dependency js-yaml to v3.14.2 [security] (#631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7601ed3 commit f244c68

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"heroku-postbuild": "npm run build"
1414
},
1515
"dependencies": {
16-
"js-yaml": "3.14.1",
16+
"js-yaml": "3.14.2",
1717
"probot": "9.15.1"
1818
},
1919
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3148,7 +3148,15 @@ js-tokens@^4.0.0:
31483148
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
31493149
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
31503150

3151-
[email protected], js-yaml@^3.13.1:
3151+
3152+
version "3.14.2"
3153+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.2.tgz#77485ce1dd7f33c061fd1b16ecea23b55fcb04b0"
3154+
integrity sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==
3155+
dependencies:
3156+
argparse "^1.0.7"
3157+
esprima "^4.0.0"
3158+
3159+
js-yaml@^3.13.1:
31523160
version "3.14.1"
31533161
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
31543162
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==

0 commit comments

Comments
 (0)