diff --git a/ember-phone-input/package.json b/ember-phone-input/package.json index 8e52b6ea..e5ce74a4 100644 --- a/ember-phone-input/package.json +++ b/ember-phone-input/package.json @@ -52,7 +52,7 @@ "@babel/plugin-syntax-decorators": "7.22.5", "@embroider/addon-dev": "3.1.1", "@rollup/plugin-babel": "6.0.3", - "concurrently": "8.0.1", + "concurrently": "8.2.0", "ember-template-lint": "5.10.1", "eslint": "7.32.0", "eslint-config-prettier": "8.8.0", diff --git a/package.json b/package.json index 5efd1cc1..c0796095 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@release-it-plugins/lerna-changelog": "5.0.0", "@release-it-plugins/workspaces": "3.2.0", - "concurrently": "8.0.1", + "concurrently": "8.2.0", "prettier": "2.8.8", "release-it": "15.10.5" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c63f969c..f507064d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: 3.2.0 version: 3.2.0(release-it@15.10.5) concurrently: - specifier: 8.0.1 - version: 8.0.1 + specifier: 8.2.0 + version: 8.2.0 prettier: specifier: 2.8.8 version: 2.8.8 @@ -58,8 +58,8 @@ importers: specifier: 6.0.3 version: 6.0.3(@babel/core@7.22.5)(rollup@3.23.1) concurrently: - specifier: 8.0.1 - version: 8.0.1 + specifier: 8.2.0 + version: 8.2.0 ember-template-lint: specifier: 5.10.1 version: 5.10.1 @@ -119,8 +119,8 @@ importers: specifier: 3.0.0 version: 3.0.0 concurrently: - specifier: 8.0.1 - version: 8.0.1 + specifier: 8.2.0 + version: 8.2.0 ember-auto-import: specifier: 2.6.3 version: 2.6.3(webpack@5.84.1) @@ -6858,8 +6858,8 @@ packages: typedarray: 0.0.6 dev: true - /concurrently@8.0.1: - resolution: {integrity: sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==} + /concurrently@8.2.0: + resolution: {integrity: sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==} engines: {node: ^14.13.0 || >=16.0.0} hasBin: true dependencies: @@ -6868,7 +6868,7 @@ packages: lodash: 4.17.21 rxjs: 7.8.1 shell-quote: 1.8.1 - spawn-command: 0.0.2-1 + spawn-command: 0.0.2 supports-color: 8.1.1 tree-kill: 1.2.2 yargs: 17.7.2 @@ -17158,8 +17158,8 @@ packages: resolution: {integrity: sha512-73BoniQDcRWgnLAf/suKH6V5H54gd1KLzwYN9FB6J/evqTV33htH9xwV/4BHek+++jzxpVlZQKKZkqstPQPmQg==} dev: true - /spawn-command@0.0.2-1: - resolution: {integrity: sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==} + /spawn-command@0.0.2: + resolution: {integrity: sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==} dev: true /spdx-correct@3.2.0: diff --git a/test-app/package.json b/test-app/package.json index 9c4911d5..b9b80ee5 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -32,7 +32,7 @@ "@glimmer/tracking": "^1.1.2", "babel-eslint": "10.1.0", "broccoli-asset-rev": "3.0.0", - "concurrently": "8.0.1", + "concurrently": "8.2.0", "ember-auto-import": "2.6.3", "ember-cli": "4.12.1", "ember-cli-addon-docs": "5.2.0",