Skip to content

Commit a2da5f5

Browse files
authored
chore(deps): Update all-contributors-cli to version 6.20.4 (#88)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 0fc7c76 commit a2da5f5

2 files changed

Lines changed: 26 additions & 19 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/mocha": "^9.1.1",
6464
"@types/node": "^18.7.6",
6565
"@types/vscode": "^1.70.0",
66-
"all-contributors-cli": "^6.16.0",
66+
"all-contributors-cli": "^6.20.4",
6767
"esbuild": "^0.15.5",
6868
"esbuild-plugin-text-replace": "^1.2.0",
6969
"eslint": "^8.22.0",

yarn.lock

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,14 @@
4444
chalk "^2.0.0"
4545
js-tokens "^4.0.0"
4646

47-
"@babel/runtime@^7.14.6", "@babel/runtime@^7.7.6":
47+
"@babel/runtime@^7.18.9":
48+
version "7.19.0"
49+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259"
50+
integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==
51+
dependencies:
52+
regenerator-runtime "^0.13.4"
53+
54+
"@babel/runtime@^7.7.6":
4855
version "7.15.4"
4956
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz"
5057
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
@@ -864,17 +871,17 @@ ajv@^6.10.0, ajv@^6.12.4:
864871
json-schema-traverse "^0.4.1"
865872
uri-js "^4.2.2"
866873

867-
all-contributors-cli@^6.16.0:
868-
version "6.20.0"
869-
resolved "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.20.0.tgz"
870-
integrity sha512-trEQlL1s1u8FSWSwY2w9uL4GCG7Fo9HIW5rm5LtlE0SQHSolfXQBzJib07Qes5j52/t72wjuE6sEKkuRrwiuuQ==
874+
all-contributors-cli@^6.20.4:
875+
version "6.20.4"
876+
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.20.4.tgz#de69d243206cb821f8c33ef0b57e9f511ceb7e25"
877+
integrity sha512-oLOrCGh1LjR/EkaESbLe7faTX1tq8TP4pcR6CvkKED5O9E7Yahk5DiexR8roghluljwI20m2JX2I6UTYV7/tLg==
871878
dependencies:
872879
"@babel/runtime" "^7.7.6"
873-
async "^3.0.1"
880+
async "^3.1.0"
874881
chalk "^4.0.0"
875882
didyoumean "^1.2.1"
876-
inquirer "^7.0.4"
877-
json-fixer "^1.5.1"
883+
inquirer "^7.3.3"
884+
json-fixer "^1.6.8"
878885
lodash "^4.11.2"
879886
node-fetch "^2.6.0"
880887
pify "^5.0.0"
@@ -1065,7 +1072,7 @@ assign-symbols@^1.0.0:
10651072
resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz"
10661073
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
10671074

1068-
async@^3.0.1:
1075+
async@^3.1.0:
10691076
version "3.2.4"
10701077
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
10711078
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
@@ -1392,7 +1399,7 @@ chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.2:
13921399
escape-string-regexp "^1.0.5"
13931400
supports-color "^5.3.0"
13941401

1395-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
1402+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
13961403
version "4.1.2"
13971404
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
13981405
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -3313,9 +3320,9 @@ init-package-json@^3.0.2:
33133320
validate-npm-package-license "^3.0.4"
33143321
validate-npm-package-name "^4.0.0"
33153322

3316-
inquirer@^7.0.4:
3323+
inquirer@^7.3.3:
33173324
version "7.3.3"
3318-
resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz"
3325+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
33193326
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
33203327
dependencies:
33213328
ansi-escapes "^4.2.1"
@@ -3975,13 +3982,13 @@ [email protected], js-yaml@^4.1.0:
39753982
dependencies:
39763983
argparse "^2.0.1"
39773984

3978-
json-fixer@^1.5.1:
3979-
version "1.6.12"
3980-
resolved "https://registry.npmjs.org/json-fixer/-/json-fixer-1.6.12.tgz"
3981-
integrity sha512-BGO9HExf0ZUVYvuWsps71Re513Ss0il1Wp7wYWkir2NthzincvNJEUu82KagEfAkGdjOMsypj3t2JB7drBKWnA==
3985+
json-fixer@^1.6.8:
3986+
version "1.6.15"
3987+
resolved "https://registry.yarnpkg.com/json-fixer/-/json-fixer-1.6.15.tgz#f1f03b6771fcb383695d458c53e50b10999fba7f"
3988+
integrity sha512-TuDuZ5KrgyjoCIppdPXBMqiGfota55+odM+j2cQ5rt/XKyKmqGB3Whz1F8SN8+60yYGy/Nu5lbRZ+rx8kBIvBw==
39823989
dependencies:
3983-
"@babel/runtime" "^7.14.6"
3984-
chalk "^4.1.1"
3990+
"@babel/runtime" "^7.18.9"
3991+
chalk "^4.1.2"
39853992
pegjs "^0.10.0"
39863993

39873994
json-parse-better-errors@^1.0.1:

0 commit comments

Comments
 (0)