Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump concurrently from 7.2.1 to 7.6.0 #361

Open
wants to merge 1 commit into
base: azure-pipelines
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"concurrently": "^7.2.1",
"concurrently": "^7.6.0",
"cpx": "^1.5.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
40 changes: 24 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.27.0
"@typescript-eslint/parser": ^5.27.0
axios: ^0.27.2
concurrently: ^7.2.1
concurrently: ^7.6.0
cpx: ^1.5.0
decompress: ^4.2.1
docker-image-name-parser: ^0.1.0
Expand Down Expand Up @@ -2930,22 +2930,23 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:^7.2.1":
version: 7.2.1
resolution: "concurrently@npm:7.2.1"
"concurrently@npm:^7.6.0":
version: 7.6.0
resolution: "concurrently@npm:7.6.0"
dependencies:
chalk: ^4.1.0
date-fns: ^2.16.1
date-fns: ^2.29.1
lodash: ^4.17.21
rxjs: ^6.6.3
rxjs: ^7.0.0
shell-quote: ^1.7.3
spawn-command: ^0.0.2-1
supports-color: ^8.1.0
tree-kill: ^1.2.2
yargs: ^17.3.1
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 384e9f48f2c53a7c46b1bb1143b9dba734953c587e0c080db0c6e71dd4a58f556d096fe4fd9d2d9c601ba7ae8e6c06d452c162bbc2b6a4b16c080c1c4b8e81b4
checksum: f705c9a7960f1b16559ca64958043faeeef6385c0bf30a03d1375e15ab2d96dba4f8166f1bbbb1c85e8da35ca0ce3c353875d71dff2aa132b2357bb533b3332e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3084,10 +3085,10 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^2.16.1":
version: 2.21.1
resolution: "date-fns@npm:2.21.1"
checksum: 4ff90f6ab6b9e92d4605530704303aa269f40a4a2fe3624628e2a0310b06bd36d8a18867c2ddf88844afa54bc71a33b5b93c97c927da8989e9d05d32471dbd75
"date-fns@npm:^2.29.1":
version: 2.29.3
resolution: "date-fns@npm:2.29.3"
checksum: e01cf5b62af04e05dfff921bb9c9933310ed0e1ae9a81eb8653452e64dc841acf7f6e01e1a5ae5644d0337e9a7f936175fd2cb6819dc122fdd9c5e86c56be484
languageName: node
linkType: hard

Expand Down Expand Up @@ -7789,12 +7790,12 @@ resolve@^1.22.0:
languageName: node
linkType: hard

"rxjs@npm:^6.6.3":
version: 6.6.7
resolution: "rxjs@npm:6.6.7"
"rxjs@npm:^7.0.0":
version: 7.5.7
resolution: "rxjs@npm:7.5.7"
dependencies:
tslib: ^1.9.0
checksum: bc334edef1bb8bbf56590b0b25734ba0deaf8825b703256a93714308ea36dff8a11d25533671adf8e104e5e8f256aa6fdfe39b2e248cdbd7a5f90c260acbbd1b
tslib: ^2.1.0
checksum: edabcdb73b0f7e0f5f6e05c2077aff8c52222ac939069729704357d6406438acca831c24210db320aba269e86dbe1a400f3769c89101791885121a342fb15d9c
languageName: node
linkType: hard

Expand Down Expand Up @@ -8742,6 +8743,13 @@ resolve@^1.22.0:
languageName: node
linkType: hard

"tslib@npm:^2.1.0":
version: 2.4.1
resolution: "tslib@npm:2.4.1"
checksum: 19480d6e0313292bd6505d4efe096a6b31c70e21cf08b5febf4da62e95c265c8f571f7b36fcc3d1a17e068032f59c269fab3459d6cd3ed6949eafecf64315fca
languageName: node
linkType: hard

"tslib@npm:^2.3.1":
version: 2.3.1
resolution: "tslib@npm:2.3.1"
Expand Down