13.1.1
Some checks failed
ci / test (14, ubuntu-latest) (push) Has been cancelled
ci / test (16, ubuntu-latest) (push) Has been cancelled
ci / test (18, ubuntu-latest) (push) Has been cancelled

* downgrade registry-auth-token because of esm issue (silverwind)
* update deps (silverwind)
* make success message more fancy (silverwind)
* update ci (silverwind)
This commit is contained in:
silverwind 2022-06-30 20:40:35 +02:00
parent 26de93830f
commit 7641d7d4d1
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": "13.1.0",
"version": "13.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "13.1.0",
"version": "13.1.1",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

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