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

* node 14 is now required (silverwind)
This commit is contained in:
silverwind 2021-12-17 01:38:52 +01:00
parent d91f07b3bc
commit 71c54c42ac
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", "name": "updates",
"version": "12.2.3", "version": "13.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "updates", "name": "updates",
"version": "12.2.3", "version": "13.0.0",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"bin": { "bin": {
"updates": "bin/updates.js" "updates": "bin/updates.js"

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