Skip to content

Commit f94a5c8

Browse files
fix: update dependency get-stdin to v8 (#1938)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4c5994f commit f94a5c8

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
@@ -5535,10 +5535,10 @@ get-port@^5.0.0:
55355535
resolved "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193"
55365536
integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==
55375537

5538-
get-stdin@7.0.0:
5539-
version "7.0.0"
5540-
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
5541-
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
5538+
get-stdin@8.0.0:
5539+
version "8.0.0"
5540+
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
5541+
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
55425542

55435543
get-stdin@^4.0.1:
55445544
version "4.0.1"

0 commit comments

Comments
 (0)