Skip to content

Commit 73da4b0

Browse files
committed
fix: update dependency get-stdin to v8
1 parent 4bafaac commit 73da4b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@commitlint/read": "^9.0.1",
6565
"chalk": "3.0.0",
6666
"core-js": "^3.6.1",
67-
"get-stdin": "7.0.0",
67+
"get-stdin": "8.0.0",
6868
"lodash": "^4.17.15",
6969
"meow": "5.0.0",
7070
"regenerator-runtime": "0.13.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5427,10 +5427,10 @@ get-port@^5.0.0:
54275427
resolved "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193"
54285428
integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==
54295429

5430-
get-stdin@7.0.0:
5431-
version "7.0.0"
5432-
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
5433-
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
5430+
get-stdin@8.0.0:
5431+
version "8.0.0"
5432+
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
5433+
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
54345434

54355435
get-stdin@^4.0.1:
54365436
version "4.0.1"

0 commit comments

Comments
 (0)