Skip to content

Commit 7abc94c

Browse files
fix(deps): update dependency js-yaml to v3.15.0 [security]
1 parent 4e44a29 commit 7abc94c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.2",
16+
"js-yaml": "3.15.0",
1717
"probot": "9.15.1"
1818
},
1919
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,10 +3148,10 @@ 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-
js-yaml@3.14.2:
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==
3151+
js-yaml@3.15.0:
3152+
version "3.15.0"
3153+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.15.0.tgz#586e5214eafe3e893756a41e979b50d89d3e4a67"
3154+
integrity sha512-ttBQIIQPDeLjpPOohtUdXuXUVoA2uIB6fEH9HyJ7234s5mBJ5wTx20njxplLZQgLaOfpmPQA7X2t5AX6tIPbog==
31553155
dependencies:
31563156
argparse "^1.0.7"
31573157
esprima "^4.0.0"

0 commit comments

Comments
 (0)