From 7f1b2930e0e335a2c8c5b0efef39be2b04a9d0a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:37:47 +0000 Subject: [PATCH] Bump the deps-dev group with 2 updates Bumps the deps-dev group with 2 updates: [concurrently](https://github.com/open-cli-tools/concurrently) and [cross-env](https://github.com/kentcdodds/cross-env). Updates `concurrently` from 8.2.2 to 9.2.0 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.2.0) Updates `cross-env` from 7.0.3 to 10.0.0 - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.3...v10.0.0) --- updated-dependencies: - dependency-name: concurrently dependency-version: 9.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps-dev - dependency-name: cross-env dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps-dev ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 286e5a7..983cbbe 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "devDependencies": { "@rbxts/compiler-types": "3.0.0-types.0", "@rbxts/types": "^1.0.852", - "concurrently": "^8.2.0", - "cross-env": "^7.0.3", + "concurrently": "^9.2.0", + "cross-env": "^10.0.0", "prettier": "^3.5.3", "roblox-ts": "3.0.0", "typescript": "^5.8.3"