- update deps (silverwind)
- switch from jest to vitest (silverwind)
This commit is contained in:
silverwind 2022-10-22 13:06:53 +02:00
parent 6859911316
commit 7eba9ead39
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": "13.1.9",
"version": "13.1.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "13.1.9",
"version": "13.1.10",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

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