Skip to content

Commit d21a910

Browse files
committed
fix: update dependency get-stdin to v8
1 parent 751f39f commit d21a910

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
@@ -54,7 +54,7 @@
5454
"@commitlint/read": "^9.1.2",
5555
"chalk": "4.1.0",
5656
"core-js": "^3.6.1",
57-
"get-stdin": "7.0.0",
57+
"get-stdin": "8.0.0",
5858
"lodash": "^4.17.19",
5959
"resolve-from": "5.0.0",
6060
"resolve-global": "1.0.0",

yarn.lock

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

5528-
get-stdin@7.0.0:
5529-
version "7.0.0"
5530-
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
5531-
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
5528+
get-stdin@8.0.0:
5529+
version "8.0.0"
5530+
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
5531+
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
55325532

55335533
get-stdin@^4.0.1:
55345534
version "4.0.1"

0 commit comments

Comments
 (0)