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

* fix tags in docs (silverwind)
* update devDeps (silverwind)
* refactor highlightDiff (silverwind)
* move variable (silverwind)
This commit is contained in:
silverwind 2023-08-08 01:41:37 +02:00
parent b3fb603d16
commit 58542ea2f8
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.4",
"version": "14.3.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "14.3.4",
"version": "14.3.5",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

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