Skip to content

Commit b5d8b72

Browse files
fix(deps): update dependency js-yaml to v4 [security]
1 parent f244c68 commit b5d8b72

2 files changed

Lines changed: 11 additions & 7 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": "4.2.0",
1717
"probot": "9.15.1"
1818
},
1919
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,11 @@ argparse@^1.0.7:
10131013
dependencies:
10141014
sprintf-js "~1.0.2"
10151015

1016+
argparse@^2.0.1:
1017+
version "2.0.1"
1018+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
1019+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
1020+
10161021
arr-diff@^4.0.0:
10171022
version "4.0.0"
10181023
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
@@ -3148,13 +3153,12 @@ js-tokens@^4.0.0:
31483153
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
31493154
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
31503155

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==
3156+
js-yaml@4.2.0:
3157+
version "4.2.0"
3158+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524"
3159+
integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==
31553160
dependencies:
3156-
argparse "^1.0.7"
3157-
esprima "^4.0.0"
3161+
argparse "^2.0.1"
31583162

31593163
js-yaml@^3.13.1:
31603164
version "3.14.1"

0 commit comments

Comments
 (0)