diff --git a/Build/package-lock.json b/Build/package-lock.json index 5febbda..35e75e0 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -17,7 +17,7 @@ "@typescript-eslint/typescript-estree": "^8.62.1", "autoprefixer": "^10.5.2", "chokidar-cli": "^3.0.0", - "concurrently": "^10.0.3", + "concurrently": "^10.0.4", "postcss": "^8.5.16", "postcss-cli": "^11.0.1", "postcss-scss": "^4.0.9", @@ -1529,15 +1529,15 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.3.tgz", - "integrity": "sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.4.tgz", + "integrity": "sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==", "dev": true, "license": "MIT", "dependencies": { "chalk": "5.6.2", "rxjs": "7.8.2", - "shell-quote": "1.8.4", + "shell-quote": "1.9.0", "supports-color": "10.2.2", "tree-kill": "1.2.2", "yargs": "18.0.0" @@ -4122,9 +4122,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", - "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", + "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/Build/package.json b/Build/package.json index bcb189b..4d71ebc 100644 --- a/Build/package.json +++ b/Build/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/typescript-estree": "^8.62.1", "autoprefixer": "^10.5.2", "chokidar-cli": "^3.0.0", - "concurrently": "^10.0.3", + "concurrently": "^10.0.4", "postcss": "^8.5.16", "postcss-cli": "^11.0.1", "postcss-scss": "^4.0.9",