Bump the actions group with 4 updates (#186)

This commit is contained in:
dependabot[bot]
2025-06-17 15:14:55 -04:00
committed by GitHub
parent 230641be01
commit df342a2656
2 changed files with 4641 additions and 991 deletions

View File

@ -23,12 +23,12 @@
"format-check": "prettier --check ."
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.30",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.1",
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"jest": "^30.0.0",
"prettier": "^3.5.3",
"ts-jest": "^29.3.4",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
}
}