diff --git a/package-lock.json b/package-lock.json index 8ef41dd..4ea2ed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,37 +73,35 @@ } }, "node_modules/@bevry/github-api": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-9.0.0.tgz", - "integrity": "sha512-Vi6wqGSmDQeSeFm6bAcFvICjVr0CRHLde4JXpvRrwtItpa5xCoastQpbHdJTL5LEubsB9taHF9HW/dwdJw3laA==", + "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", - "node-fetch": "^2.6.1", "simplytyped": "^3.3.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/@bevry/github-contributors": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-3.0.0.tgz", - "integrity": "sha512-Ih+n7w/nHPIvICX8fvxClklyXKFFcySWbGhWv6fiprOgK7Z2WnTrtBko6nH2NegSkwFI5VigCzbXHEGZvDNWMA==", + "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": "^9.0.0", + "@bevry/github-api": "^10.0.0", "@bevry/github-repos": "^6.1.0", - "fellow": "^6.24.0", + "fellow": "^6.25.0", "native-promise-pool": "^3.19.0", - "node-fetch": "^2.6.1", "simplytyped": "^3.3.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://bevry.me/fund" @@ -127,6 +125,23 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/github-repos/node_modules/@bevry/github-api": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-9.0.0.tgz", + "integrity": "sha512-Vi6wqGSmDQeSeFm6bAcFvICjVr0CRHLde4JXpvRrwtItpa5xCoastQpbHdJTL5LEubsB9taHF9HW/dwdJw3laA==", + "dev": true, + "dependencies": { + "@bevry/wait": "^1.0.0", + "node-fetch": "^2.6.1", + "simplytyped": "^3.3.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/json": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.5.0.tgz", @@ -157,13 +172,13 @@ } }, "node_modules/@bevry/update-contributors": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.22.0.tgz", - "integrity": "sha512-hsoXZXI/ryPhzFmRXrT/JgOW/kyITfGEkTPcIzsBlD3Wde+YUOIt1DzJJIdSkXwZ8s5vNPLN7gpQbwa57GYkGQ==", + "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": { - "@bevry/github-contributors": "^3.0.0", - "@bevry/json": "^1.4.0" + "@bevry/github-contributors": "^4.1.0", + "@bevry/json": "^1.5.0" }, "bin": { "update-contributors": "bin.cjs" @@ -191,9 +206,9 @@ } }, "node_modules/@bevry/wait": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-1.0.0.tgz", - "integrity": "sha512-zDf/PcyId6hYL6zXrdZXhzqif9mnYVMNETQ/Q9+Vs5uf1MnXMtYoyjf2Pot1MT3p2uLThLwVc2afW5eFh/BSIQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-1.1.0.tgz", + "integrity": "sha512-hmF51d5lMREobXfdZ8fPuUBdHS11APwAibWEHpHI3sEVu8I0tdK8xmawIZWSxfhFgSsgwdSSCWSUCx92qMA9Gg==", "dev": true, "engines": { "node": ">=12"