15.0.3
Some checks failed
ci / test (18, macos-latest) (push) Has been cancelled
ci / test (18, ubuntu-latest) (push) Has been cancelled
ci / test (18, windows-latest) (push) Has been cancelled
ci / test (20, macos-latest) (push) Has been cancelled
ci / test (20, ubuntu-latest) (push) Has been cancelled
ci / test (20, windows-latest) (push) Has been cancelled

* update deps and lint fixes (silverwind)
* remove github-specific section (silverwind)
* update gitattributes (silverwind)
* update deps (silverwind)
* add dot (silverwind)
This commit is contained in:
silverwind 2023-10-20 14:11:46 +02:00
parent 837a1c27d7
commit bf592ed64e
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": "15.0.2",
"version": "15.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "15.0.2",
"version": "15.0.3",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

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