diff --git a/pre-existing-codebase-to-adaptive-with-kb/package-lock.json b/pre-existing-codebase-to-adaptive-with-kb/package-lock.json index 9ac30c6..ebac798 100644 --- a/pre-existing-codebase-to-adaptive-with-kb/package-lock.json +++ b/pre-existing-codebase-to-adaptive-with-kb/package-lock.json @@ -14,7 +14,7 @@ ], "devDependencies": { "@vitejs/plugin-react-swc": "^4.2.3", - "concurrently": "^9.2.1", + "concurrently": "^9.2.4", "vitest": "^4.0.18" } }, @@ -1864,15 +1864,15 @@ } }, "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" @@ -4043,9 +4043,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/pre-existing-codebase-to-adaptive-with-kb/package.json b/pre-existing-codebase-to-adaptive-with-kb/package.json index 6bcf06d..83f1285 100644 --- a/pre-existing-codebase-to-adaptive-with-kb/package.json +++ b/pre-existing-codebase-to-adaptive-with-kb/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@vitejs/plugin-react-swc": "^4.2.3", - "concurrently": "^9.2.1", + "concurrently": "^9.2.4", "vitest": "^4.0.18" } }