14.3.1
Some checks failed
ci / test (16) (push) Has been cancelled
ci / test (18) (push) Has been cancelled
ci / test (20) (push) Has been cancelled

* update deps (silverwind)
* fix config loading with --file argument (silverwind)
This commit is contained in:
silverwind 2023-07-04 12:42:32 +02:00
parent d9116333c0
commit 336275ecb0
Signed by: 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": "14.3.0",
"version": "14.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "14.3.0",
"version": "14.3.1",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

@ -1,6 +1,6 @@
{
"name": "updates",
"version": "14.3.0",
"version": "14.3.1",
"description": "Flexible npm and poetry dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",