From 82615d784bee312c9b1c3f277418a3538febe12c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:50:40 +0000 Subject: [PATCH] chore(deps): update dependency concurrently to v8.2.2 --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index aa4a791..c28ffc1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/chai": "4.3.5", "@types/mocha": "10.0.1", "chai": "4.3.7", - "concurrently": "8.2.0", + "concurrently": "8.2.2", "husky": "8.0.3", "mocha": "10.2.0", "prettier": "3.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f9c1d68..3d4cf60 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: '6.0' settings: - autoInstallPeers: false + autoInstallPeers: true excludeLinksFromLockfile: false devDependencies: @@ -24,8 +24,8 @@ devDependencies: specifier: 4.3.7 version: 4.3.7 concurrently: - specifier: 8.2.0 - version: 8.2.0 + specifier: 8.2.2 + version: 8.2.2 husky: specifier: 8.0.3 version: 8.0.3 @@ -821,7 +821,7 @@ packages: dependencies: ansi-align: 3.0.1 camelcase: 7.0.0 - chalk: 5.0.1 + chalk: 5.3.0 cli-boxes: 3.0.0 string-width: 5.1.2 type-fest: 2.13.1 @@ -1169,8 +1169,8 @@ packages: typedarray: 0.0.6 dev: true - /concurrently@8.2.0: - resolution: {integrity: sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==} + /concurrently@8.2.2: + resolution: {integrity: sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==} engines: {node: ^14.13.0 || >=16.0.0} hasBin: true dependencies: @@ -3912,13 +3912,13 @@ packages: /rxjs@7.8.0: resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} dependencies: - tslib: 2.4.0 + tslib: 2.6.1 dev: true /rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: - tslib: 2.4.0 + tslib: 2.6.1 dev: true /safe-array-concat@1.0.0: @@ -4369,10 +4369,6 @@ packages: yn: 3.1.1 dev: true - /tslib@2.4.0: - resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - dev: true - /tslib@2.6.1: resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} dev: true @@ -4757,7 +4753,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 20.2.4 + yargs-parser: 20.2.9 dev: true /yargs@17.7.2: