* update deps (silverwind)
* support UPDATES_GITHUB_API_TOKEN and more alternative env vars (silverwind)
This commit is contained in:
silverwind 2023-04-03 21:13:43 +02:00
parent 88cf81d299
commit 42a9ef4ca1
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "updates",
"version": "13.3.0",
"version": "13.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "13.3.0",
"version": "13.4.0",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

@ -1,6 +1,6 @@
{
"name": "updates",
"version": "13.3.0",
"version": "13.4.0",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",