From eb2e557e0c50664380891939cb20371c97a7bbf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 11:59:32 +0000 Subject: [PATCH] Bump shell-quote and concurrently Bumps [shell-quote](https://github.com/ljharb/shell-quote) to 1.9.0 and updates ancestor dependency [concurrently](https://github.com/open-cli-tools/concurrently). These dependencies need to be updated together. Updates `shell-quote` from 1.8.3 to 1.9.0 - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.9.0) Updates `concurrently` from 9.2.1 to 9.2.4 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v9.2.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.9.0 dependency-type: indirect - dependency-name: concurrently dependency-version: 9.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../backend/central-system/package-lock.json | 16 ++++++++-------- Tokenization/backend/central-system/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Tokenization/backend/central-system/package-lock.json b/Tokenization/backend/central-system/package-lock.json index 995427b92..0421ff206 100644 --- a/Tokenization/backend/central-system/package-lock.json +++ b/Tokenization/backend/central-system/package-lock.json @@ -20,7 +20,7 @@ "@types/jest": "^30.0.0", "@types/jsonwebtoken": "^9.0.9", "@types/node": "^20.4.2", - "concurrently": "^9.0.1", + "concurrently": "^9.2.4", "jest": "^30.0.5", "nodemon": "^3.1.10", "supertest": "^7.1.4", @@ -2650,15 +2650,15 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz", - "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==", + "version": "9.2.4", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.4.tgz", + "integrity": "sha512-TZ0CEhyzvFjgtAvHTusDMgj7wNdihCh7LLLrzdUOXIhdlnL2JBBGA9eJxR24rtqgmdjh3OA3hrN1rCHj6HM8qA==", "dev": true, "license": "MIT", "dependencies": { "chalk": "4.1.2", "rxjs": "7.8.2", - "shell-quote": "1.8.3", + "shell-quote": "1.9.0", "supports-color": "8.1.1", "tree-kill": "1.2.2", "yargs": "17.7.2" @@ -5790,9 +5790,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.9.0.tgz", + "integrity": "sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==", "dev": true, "license": "MIT", "engines": { diff --git a/Tokenization/backend/central-system/package.json b/Tokenization/backend/central-system/package.json index b01ed49a6..09ef1d5ee 100644 --- a/Tokenization/backend/central-system/package.json +++ b/Tokenization/backend/central-system/package.json @@ -27,7 +27,7 @@ "@types/jest": "^30.0.0", "@types/jsonwebtoken": "^9.0.9", "@types/node": "^20.4.2", - "concurrently": "^9.0.1", + "concurrently": "^9.2.4", "jest": "^30.0.5", "nodemon": "^3.1.10", "supertest": "^7.1.4",