bump dependencies
All checks were successful
Unit tests / Unit tests (lts/*) (push) Successful in -1m48s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m56s
Unit tests / Unit tests (latest) (push) Successful in -1m44s
NPM Audit Check / Check NPM audit (push) Successful in -2m11s

This commit is contained in:
2025-10-15 00:25:50 -05:00
parent 0d53a6ccde
commit 3a78d49974
2 changed files with 21 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "morning-report",
"version": "0.0.2",
"version": "0.0.3",
"description": "Procedurally generates a radio weather report",
"keywords": [
"weather",
@@ -35,8 +35,8 @@
"openweather-api-node": "3.1.5"
},
"devDependencies": {
"typescript": "5.9.2",
"@types/node": "24.3.0",
"typescript": "5.9.3",
"@types/node": "24.7.2",
"vitest": "3.2.4",
"@vitest/coverage-v8": "3.2.4"
}