From 1f0e6bfea73637a6f0e2563016a959203813a4b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:02:12 +0000 Subject: [PATCH] chore(deps): update dependency cross-env to v10 --- plugin-templates/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-templates/typescript/package.json b/plugin-templates/typescript/package.json index 26240054ae0..2b4413a973e 100644 --- a/plugin-templates/typescript/package.json +++ b/plugin-templates/typescript/package.json @@ -27,7 +27,7 @@ "@kintone/webpack-plugin-kintone-plugin": "9.0.4", "ajv": "8.20.0", "babel-loader": "9.2.1", - "cross-env": "7.0.3", + "cross-env": "10.1.0", "eslint": "9.39.4", "npm-run-all": "4.1.5", "prettier": "3.8.3",