* switch to undici (silverwind)
* fix typo (silverwind)
This commit is contained in:
silverwind 2024-03-09 03:47:24 +01:00
parent 01f4a010f4
commit c102a531d2
Signed by untrusted user: 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.2.0",
"version": "15.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "15.2.0",
"version": "15.3.0",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

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