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", "name": "updates",
"version": "15.0.2", "version": "15.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "updates", "name": "updates",
"version": "15.0.2", "version": "15.0.3",
"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": "15.0.2", "version": "15.0.3",
"description": "Flexible npm and poetry dependency update tool", "description": "Flexible npm and poetry dependency update tool",
"author": "silverwind", "author": "silverwind",
"repository": "silverwind/updates", "repository": "silverwind/updates",