From c8244b32a4b5e0e2bf7e66b072e271b8e48cdc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:04:58 +0000 Subject: [PATCH] build(deps-dev): bump @bevry/update-contributors from 1.20.0 to 1.23.0 Bumps [@bevry/update-contributors](https://github.com/bevry/update-contributors) from 1.20.0 to 1.23.0. - [Changelog](https://github.com/bevry/update-contributors/blob/master/HISTORY.md) - [Commits](https://github.com/bevry/update-contributors/compare/v1.20.0...v1.23.0) --- updated-dependencies: - dependency-name: "@bevry/update-contributors" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 313 +++++++++++++++++++++++++--------------------- 1 file changed, 171 insertions(+), 142 deletions(-) diff --git a/package-lock.json b/package-lock.json index e41f905..13c6f4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bevry/github-commit", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bevry/github-commit", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@bevry/github-api": "^9.0.0" @@ -156,9 +156,9 @@ } }, "node_modules/@bevry/file": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@bevry/file/-/file-1.2.0.tgz", - "integrity": "sha512-YuGkX6NlbwIXZpLvvNdQpNxk7s2KoTgK1kyGqDUBjsEvPRpm3bVqH+cusCaaSpeIz0VXDv4hSuNRVrkH6HIL+A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@bevry/file/-/file-1.4.0.tgz", + "integrity": "sha512-ZqGPumBsQ4qDnPYqYCRZ4WlB9Q10nnWF36f9Mh8mCY07r4XdYT5cROSFuBmeCNqskgmdiQateaTGd6SHePSvtw==", "dev": true, "engines": { "node": ">=10" @@ -183,14 +183,68 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/github-contributors": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-4.1.0.tgz", + "integrity": "sha512-PwwvrtdQx06r4haHh4PK3cbkSmml7KFjOXPqZhce5mfCkjD+aEPmYaklO2zkLKvYaekRzEXjErJO31rPyKt7gw==", + "dev": true, + "dependencies": { + "@bevry/github-api": "^10.0.0", + "@bevry/github-repos": "^6.1.0", + "fellow": "^6.25.0", + "native-promise-pool": "^3.19.0", + "simplytyped": "^3.3.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@bevry/github-contributors/node_modules/@bevry/github-api": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-10.0.0.tgz", + "integrity": "sha512-2V3iJEWuBxbvaEOHL/f1Wk9QeuCFNmAR8A43DHw8uLdH1/yJ0vTkYEzaHDLWjlsLUZMbJoYR0dYgAQkeCCYn/g==", + "dev": true, + "dependencies": { + "@bevry/wait": "^1.0.0", + "simplytyped": "^3.3.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@bevry/github-repos": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@bevry/github-repos/-/github-repos-6.1.0.tgz", + "integrity": "sha512-hzExXsztBWKO6ECld72UoTuYcISjfecwZlZs2ibbfQPcjwB/BAjavsSDcpniG0eNBeCrOsizwh7Dv0QP59nMsg==", + "dev": true, + "dependencies": { + "@bevry/github-api": "^9.0.0", + "@bevry/list": "^1.7.0", + "native-promise-pool": "^3.19.0", + "simplytyped": "^3.3.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/json": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.4.0.tgz", - "integrity": "sha512-0Z5m7IiXTuA1GiEBlsofvELILycQtiUfWe4arQMjmiXHPALgvg+3UxTRPBKoiJyOHAEio+8k6X7e6BGZz28OlQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.5.0.tgz", + "integrity": "sha512-MkpMS/bjshnvO5T0KFtbtzs2jazI61LUKppTyU9eLNtIH6HjQzPStoKFoMn9tLC1AdJPEsGKVCTIPopGTCQxug==", "dev": true, "dependencies": { - "@bevry/file": "^1.1.0", - "errlop": "^4.2.0" + "@bevry/file": "^1.4.0", + "editions": "^6.8.0", + "errlop": "^4.6.0" }, "engines": { "node": ">=10" @@ -199,13 +253,26 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/list": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@bevry/list/-/list-1.8.0.tgz", + "integrity": "sha512-qkLuLrM+AO2XDX87pySdRX31qXeB0jDBEL0PfY+LJSV56QhfDS1PGrqkCz4Ux+/eq/PfiQ/2hQhNgOHGb2HvSw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/update-contributors": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.20.0.tgz", - "integrity": "sha512-9vHpmcREOjEqA85HQYRxik4RApb/mAKQFO/shUhU6xJlu7xNoFBKIa9nFmZKPmySngE28LXp3QV/EMGnXQJ1GQ==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.23.0.tgz", + "integrity": "sha512-H3bWFAhZMa22IHMzlyE+JAou7n1ONsrs72Yv6Tt9V5+E/CYAltfQWz/8YJtu2/yEay3LqaW1FSAtvzQiXRu2yg==", "dev": true, "dependencies": { - "getcontributors": "^2.23.0" + "@bevry/github-contributors": "^4.1.0", + "@bevry/json": "^1.5.0" }, "bin": { "update-contributors": "bin.cjs" @@ -1120,12 +1187,12 @@ } }, "node_modules/editions": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.7.0.tgz", - "integrity": "sha512-c4277FrLdMcqEq/furtDBjXIhN+qPnBxng5IQRtJZEOttf0LTz7m5hm/D0GCwn9RXCBFgpTTc/x5DAuigZdBkw==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/editions/-/editions-6.8.0.tgz", + "integrity": "sha512-N4HL1Jy7GuwRY0SM+k3SCCq0rCpQ8Y+hJg05Yg3XT0gxmtxytfIgYV/4jbUFWLvlREqxpwaYhws8p+hisWkLEw==", "dev": true, "dependencies": { - "version-range": "^1.2.0" + "version-range": "^1.4.0" }, "engines": { "node": ">=4" @@ -1153,9 +1220,9 @@ } }, "node_modules/errlop": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-4.5.0.tgz", - "integrity": "sha512-oUGLzMxSQ/wfkq2hTIJv66Y6WAqCXM+10BKdllOrQFvc6bqcSomL2pUcflazdcOtodT7agUJ8tz75XzBtL1o0w==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-4.6.0.tgz", + "integrity": "sha512-9a1m+bGJeZiCQHZmXwjdpmiSXfOVbp6g/BvLFeJ4Xx2Iu/3ReWGdG5+z4ZPE+F1JU66S+CY9dp4Bm7vw0l3LGA==", "dev": true, "engines": { "node": ">=4" @@ -1557,9 +1624,9 @@ "dev": true }, "node_modules/fellow": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/fellow/-/fellow-6.24.0.tgz", - "integrity": "sha512-1y/L9xRWlNExWmrOnGgaOYGlbsf25ibqUES/FE+bCOQONhK3d/XPRGZEKOPUiUjGdkDyFIG87B1PkYEcsIkg5g==", + "version": "6.25.0", + "resolved": "https://registry.npmjs.org/fellow/-/fellow-6.25.0.tgz", + "integrity": "sha512-/eYuI5Cr9hi2Llw5VHIdiDQKe4cL4Qa1a9EE8NxuT/xa7KsfsnF7pBcYXIhmqSLxPbWS1ozF1vzYcN4VTf9OwA==", "dev": true, "engines": { "node": ">=10" @@ -1748,25 +1815,6 @@ "url": "https://bevry.me/fund" } }, - "node_modules/getcontributors": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/getcontributors/-/getcontributors-2.23.0.tgz", - "integrity": "sha512-UZrx/hC6ygA+w2NBZZfGBn6nxl6h7I3kdJNEIPTHIHor+t7nCl1ErAquGnYLrRA1cm1yHX/7i6BJg9LjP5WoQA==", - "dev": true, - "dependencies": { - "cross-fetch": "^3.0.6", - "fellow": "^6.21.0", - "getrepos": "^5.16.0", - "githubauthreq": "^5.18.0", - "simplytyped": "^3.3.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, "node_modules/getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", @@ -1776,41 +1824,6 @@ "assert-plus": "^1.0.0" } }, - "node_modules/getrepos": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/getrepos/-/getrepos-5.17.0.tgz", - "integrity": "sha512-ZBQ+OqP0ARIL+YDYeLqRiLSWwjtP9MK60eTRJjdsNhiV/PyffvlfaEN2w09/AnAkjjcHWV4PhW9dek5gHcZe4Q==", - "dev": true, - "dependencies": { - "cross-fetch": "^3.0.6", - "githubauthreq": "^5.18.0", - "native-promise-pool": "^3.15.0", - "simplytyped": "^3.3.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/githubauthreq": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/githubauthreq/-/githubauthreq-5.19.0.tgz", - "integrity": "sha512-4kCmXqcz72MUSqOMZfvmFKzOGkJpodjRN4fR4nDPl/gTv5DEw8KWxrzJqwNKm3TJNqN5vkbJHYWq0CyDlwNlOA==", - "deprecated": "githubauthreq has been renamed to @bevry/github-api: npm uninstall 'githubauthreq' && npm install '@bevry/github-api' && open 'https://www.npmjs.com/package/@bevry/github-api'", - "dev": true, - "dependencies": { - "editions": "^6.1.0", - "simplytyped": "^3.3.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, "node_modules/glob": { "version": "7.1.7", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", @@ -2525,10 +2538,13 @@ "dev": true }, "node_modules/native-promise-pool": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.19.0.tgz", - "integrity": "sha512-Clf1xJ/qBGZrWeuu1qJ2Ta79L0CC0pANvh5cq2RIwCu4ehcc8W5COA4fwgnaU5a+Cg/QFOBGEuM/5naa9LF+og==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.20.0.tgz", + "integrity": "sha512-Bgq6GMLw3Bv7BVn3njUHld5tqKLuzTq3NqI70DctoVkgZBTI+ddti/UO0opHkBwXPCqphGPKatZnmkzhDwfL8Q==", "dev": true, + "dependencies": { + "editions": "^6.8.0" + }, "engines": { "node": ">=10" }, @@ -3923,9 +3939,9 @@ } }, "@bevry/file": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@bevry/file/-/file-1.2.0.tgz", - "integrity": "sha512-YuGkX6NlbwIXZpLvvNdQpNxk7s2KoTgK1kyGqDUBjsEvPRpm3bVqH+cusCaaSpeIz0VXDv4hSuNRVrkH6HIL+A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@bevry/file/-/file-1.4.0.tgz", + "integrity": "sha512-ZqGPumBsQ4qDnPYqYCRZ4WlB9Q10nnWF36f9Mh8mCY07r4XdYT5cROSFuBmeCNqskgmdiQateaTGd6SHePSvtw==", "dev": true }, "@bevry/github-api": { @@ -3938,23 +3954,68 @@ "simplytyped": "^3.3.0" } }, + "@bevry/github-contributors": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-4.1.0.tgz", + "integrity": "sha512-PwwvrtdQx06r4haHh4PK3cbkSmml7KFjOXPqZhce5mfCkjD+aEPmYaklO2zkLKvYaekRzEXjErJO31rPyKt7gw==", + "dev": true, + "requires": { + "@bevry/github-api": "^10.0.0", + "@bevry/github-repos": "^6.1.0", + "fellow": "^6.25.0", + "native-promise-pool": "^3.19.0", + "simplytyped": "^3.3.0" + }, + "dependencies": { + "@bevry/github-api": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-10.0.0.tgz", + "integrity": "sha512-2V3iJEWuBxbvaEOHL/f1Wk9QeuCFNmAR8A43DHw8uLdH1/yJ0vTkYEzaHDLWjlsLUZMbJoYR0dYgAQkeCCYn/g==", + "dev": true, + "requires": { + "@bevry/wait": "^1.0.0", + "simplytyped": "^3.3.0" + } + } + } + }, + "@bevry/github-repos": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@bevry/github-repos/-/github-repos-6.1.0.tgz", + "integrity": "sha512-hzExXsztBWKO6ECld72UoTuYcISjfecwZlZs2ibbfQPcjwB/BAjavsSDcpniG0eNBeCrOsizwh7Dv0QP59nMsg==", + "dev": true, + "requires": { + "@bevry/github-api": "^9.0.0", + "@bevry/list": "^1.7.0", + "native-promise-pool": "^3.19.0", + "simplytyped": "^3.3.0" + } + }, "@bevry/json": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.4.0.tgz", - "integrity": "sha512-0Z5m7IiXTuA1GiEBlsofvELILycQtiUfWe4arQMjmiXHPALgvg+3UxTRPBKoiJyOHAEio+8k6X7e6BGZz28OlQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.5.0.tgz", + "integrity": "sha512-MkpMS/bjshnvO5T0KFtbtzs2jazI61LUKppTyU9eLNtIH6HjQzPStoKFoMn9tLC1AdJPEsGKVCTIPopGTCQxug==", "dev": true, "requires": { - "@bevry/file": "^1.1.0", - "errlop": "^4.2.0" + "@bevry/file": "^1.4.0", + "editions": "^6.8.0", + "errlop": "^4.6.0" } }, + "@bevry/list": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@bevry/list/-/list-1.8.0.tgz", + "integrity": "sha512-qkLuLrM+AO2XDX87pySdRX31qXeB0jDBEL0PfY+LJSV56QhfDS1PGrqkCz4Ux+/eq/PfiQ/2hQhNgOHGb2HvSw==", + "dev": true + }, "@bevry/update-contributors": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.20.0.tgz", - "integrity": "sha512-9vHpmcREOjEqA85HQYRxik4RApb/mAKQFO/shUhU6xJlu7xNoFBKIa9nFmZKPmySngE28LXp3QV/EMGnXQJ1GQ==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.23.0.tgz", + "integrity": "sha512-H3bWFAhZMa22IHMzlyE+JAou7n1ONsrs72Yv6Tt9V5+E/CYAltfQWz/8YJtu2/yEay3LqaW1FSAtvzQiXRu2yg==", "dev": true, "requires": { - "getcontributors": "^2.23.0" + "@bevry/github-contributors": "^4.1.0", + "@bevry/json": "^1.5.0" } }, "@bevry/wait": { @@ -4590,12 +4651,12 @@ } }, "editions": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.7.0.tgz", - "integrity": "sha512-c4277FrLdMcqEq/furtDBjXIhN+qPnBxng5IQRtJZEOttf0LTz7m5hm/D0GCwn9RXCBFgpTTc/x5DAuigZdBkw==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/editions/-/editions-6.8.0.tgz", + "integrity": "sha512-N4HL1Jy7GuwRY0SM+k3SCCq0rCpQ8Y+hJg05Yg3XT0gxmtxytfIgYV/4jbUFWLvlREqxpwaYhws8p+hisWkLEw==", "dev": true, "requires": { - "version-range": "^1.2.0" + "version-range": "^1.4.0" } }, "emoji-regex": { @@ -4614,9 +4675,9 @@ } }, "errlop": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-4.5.0.tgz", - "integrity": "sha512-oUGLzMxSQ/wfkq2hTIJv66Y6WAqCXM+10BKdllOrQFvc6bqcSomL2pUcflazdcOtodT7agUJ8tz75XzBtL1o0w==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-4.6.0.tgz", + "integrity": "sha512-9a1m+bGJeZiCQHZmXwjdpmiSXfOVbp6g/BvLFeJ4Xx2Iu/3ReWGdG5+z4ZPE+F1JU66S+CY9dp4Bm7vw0l3LGA==", "dev": true }, "escape-string-regexp": { @@ -4908,9 +4969,9 @@ "dev": true }, "fellow": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/fellow/-/fellow-6.24.0.tgz", - "integrity": "sha512-1y/L9xRWlNExWmrOnGgaOYGlbsf25ibqUES/FE+bCOQONhK3d/XPRGZEKOPUiUjGdkDyFIG87B1PkYEcsIkg5g==", + "version": "6.25.0", + "resolved": "https://registry.npmjs.org/fellow/-/fellow-6.25.0.tgz", + "integrity": "sha512-/eYuI5Cr9hi2Llw5VHIdiDQKe4cL4Qa1a9EE8NxuT/xa7KsfsnF7pBcYXIhmqSLxPbWS1ozF1vzYcN4VTf9OwA==", "dev": true }, "figures": { @@ -5052,19 +5113,6 @@ "integrity": "sha512-9q/tqdL4+GMb0P28N/oSFruQE/8Sa1l9ew73AWS4j/KEMY32wD8+5QRB8LSTgt9HUZuLplmi8vc5dFFf5OvROA==", "dev": true }, - "getcontributors": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/getcontributors/-/getcontributors-2.23.0.tgz", - "integrity": "sha512-UZrx/hC6ygA+w2NBZZfGBn6nxl6h7I3kdJNEIPTHIHor+t7nCl1ErAquGnYLrRA1cm1yHX/7i6BJg9LjP5WoQA==", - "dev": true, - "requires": { - "cross-fetch": "^3.0.6", - "fellow": "^6.21.0", - "getrepos": "^5.16.0", - "githubauthreq": "^5.18.0", - "simplytyped": "^3.3.0" - } - }, "getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", @@ -5074,28 +5122,6 @@ "assert-plus": "^1.0.0" } }, - "getrepos": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/getrepos/-/getrepos-5.17.0.tgz", - "integrity": "sha512-ZBQ+OqP0ARIL+YDYeLqRiLSWwjtP9MK60eTRJjdsNhiV/PyffvlfaEN2w09/AnAkjjcHWV4PhW9dek5gHcZe4Q==", - "dev": true, - "requires": { - "cross-fetch": "^3.0.6", - "githubauthreq": "^5.18.0", - "native-promise-pool": "^3.15.0", - "simplytyped": "^3.3.0" - } - }, - "githubauthreq": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/githubauthreq/-/githubauthreq-5.19.0.tgz", - "integrity": "sha512-4kCmXqcz72MUSqOMZfvmFKzOGkJpodjRN4fR4nDPl/gTv5DEw8KWxrzJqwNKm3TJNqN5vkbJHYWq0CyDlwNlOA==", - "dev": true, - "requires": { - "editions": "^6.1.0", - "simplytyped": "^3.3.0" - } - }, "glob": { "version": "7.1.7", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", @@ -5641,10 +5667,13 @@ "dev": true }, "native-promise-pool": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.19.0.tgz", - "integrity": "sha512-Clf1xJ/qBGZrWeuu1qJ2Ta79L0CC0pANvh5cq2RIwCu4ehcc8W5COA4fwgnaU5a+Cg/QFOBGEuM/5naa9LF+og==", - "dev": true + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.20.0.tgz", + "integrity": "sha512-Bgq6GMLw3Bv7BVn3njUHld5tqKLuzTq3NqI70DctoVkgZBTI+ddti/UO0opHkBwXPCqphGPKatZnmkzhDwfL8Q==", + "dev": true, + "requires": { + "editions": "^6.8.0" + } }, "natural-compare": { "version": "1.4.0",