File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 },
2828 "dependencies" : {
2929 "commander" : " 3.0.2" ,
30- "csv-parse" : " ^4.4.3 " ,
30+ "csv-parse" : " 4.6.5 " ,
3131 "inquirer" : " ^6.5.0" ,
3232 "js-yaml" : " ^3.13.1" ,
3333 "lodash" : " ^4.17.15" ,
Original file line number Diff line number Diff line change @@ -963,10 +963,12 @@ crypto-random-string@^1.0.0:
963963 resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
964964 integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=
965965
966- csv-parse@^4.4.3 :
967- version "4.4.3"
968- resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.4.3.tgz#a3fc56b6f54de88db76fbd34a55c091861522712"
969- integrity sha512-TiLGAy14FPJ7/yB+Gn6RgSxoZLpf6pJTRkGqmCt9t/SGVwubrXjbUWtEw39RlKB6hDHzbdjLyBZaysQ0Ji6p/w==
966+ csv-parse@4.6.5 :
967+ version "4.6.5"
968+ resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.6.5.tgz#e5175166dd883d6d89e29ad8174a63224cb02182"
969+ integrity sha512-tUohmlM5X1Wtn7aRA4FsJMmnvGo+GUknK/Dp+//ms7pvpXADda5HIi5vFYOvAs/WSn5JUM1bt2AT3TxtDFV3Cw==
970+ dependencies :
971+ pad "^3.2.0"
970972
971973currently-unhandled@^0.4.1 :
972974 version "0.4.1"
@@ -2428,6 +2430,13 @@ package-json@^6.3.0:
24282430 registry-url "^5.0.0"
24292431 semver "^5.6.0"
24302432
2433+ pad@^3.2.0 :
2434+ version "3.2.0"
2435+ resolved "https://registry.yarnpkg.com/pad/-/pad-3.2.0.tgz#be7a1d1cb6757049b4ad5b70e71977158fea95d1"
2436+ integrity sha512-2u0TrjcGbOjBTJpyewEl4hBO3OeX5wWue7eIFPzQTg6wFSvoaHcBTTUY5m+n0hd04gmTCPuY0kCpVIVuw5etwg==
2437+ dependencies :
2438+ wcwidth "^1.0.1"
2439+
24312440parent-module@^1.0.0 :
24322441 version "1.0.1"
24332442 resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
You can’t perform that action at this time.
0 commit comments