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

build(deps-dev): Bump concurrently from 9.0.1 to 9.1.0 #7927

Merged
merged 1 commit into from
Nov 11, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vkontakte/vkui-tokens": "4.55.0",
"autoprefixer": "^10.4.20",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4152,7 +4152,7 @@ __metadata:
"@vkontakte/vkui-tokens": "npm:4.55.0"
autoprefixer: "npm:^10.4.20"
clean-webpack-plugin: "npm:^4.0.0"
concurrently: "npm:^9.0.1"
concurrently: "npm:^9.1.0"
cross-env: "npm:^7.0.3"
css-loader: "npm:^7.1.2"
css-minimizer-webpack-plugin: "npm:^7.0.0"
Expand Down Expand Up @@ -5996,9 +5996,9 @@ __metadata:
languageName: node
linkType: hard

"concurrently@npm:^9.0.1":
version: 9.0.1
resolution: "concurrently@npm:9.0.1"
"concurrently@npm:^9.1.0":
version: 9.1.0
resolution: "concurrently@npm:9.1.0"
dependencies:
chalk: "npm:^4.1.2"
lodash: "npm:^4.17.21"
Expand All @@ -6010,7 +6010,7 @@ __metadata:
bin:
conc: dist/bin/concurrently.js
concurrently: dist/bin/concurrently.js
checksum: 10/aae80b641c61a46dbb8831b79c81506f1c0b95a438c408e6b36d9aa84eb453c4126c608e58e8ed57049e068a5d868d16645475e15b9bb7902d684cd0e0bd1b34
checksum: 10/9ed158095a6dcb30b2fbc00f173a993d080b6eca466b8005650b051f82618991ba8ae76b39c41ae78780f83846154e5ec434753f402aa4401acf0ffb2422e1cf
languageName: node
linkType: hard

Expand Down
Loading