Bump the nodejs group with 10 updates (#181)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-31 10:08:44 +00:00
committed by GitHub
parent 0eb8fc3d66
commit 0aa0cc06bf
4 changed files with 777 additions and 3416 deletions
Generated Vendored
+273 -2864
View File
File diff suppressed because it is too large Load Diff
Generated Vendored
+1 -1
View File
@@ -22119,7 +22119,7 @@ var import_process = require("process");
var import_fs = require("fs");
var core = __toESM(require_core());
// node_modules/.pnpm/zod@3.24.1/node_modules/zod/lib/index.mjs
// node_modules/.pnpm/zod@3.24.2/node_modules/zod/lib/index.mjs
var util;
(function(util2) {
util2.assertEqual = (val) => val;
+10 -10
View File
@@ -22,7 +22,7 @@
"author": "Pavel Zwerschke <pavelzw@gmail.com>",
"license": "BSD-3-Clause",
"dependencies": {
"@actions/cache": "^4.0.0",
"@actions/cache": "^4.0.2",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
@@ -30,17 +30,17 @@
"@iarna/toml": "^2.2.5",
"untildify": "^5.0.0",
"which": "^5.0.0",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.13.0",
"@eslint/js": "^9.21.0",
"@types/eslint__js": "^9.14.0",
"@types/node": "^22.13.7",
"@types/which": "^3.0.4",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0"
}
}
+493 -541
View File
File diff suppressed because it is too large Load Diff