Skip to content

Commit 602dda9

Browse files
chore(): pin concurrently ^7.3.0 dev (#249)
| datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | npm | concurrently | 7.2.2 | 7.3.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b1c0c2 commit 602dda9

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.pnp.cjs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-50.5 KB
Binary file not shown.
50.4 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@typescript-eslint/eslint-plugin": "^5.30.7",
7777
"@typescript-eslint/parser": "^5.30.7",
7878
"commitlint": "^17.0.3",
79-
"concurrently": "^7.2.2",
79+
"concurrently": "^7.3.0",
8080
"eslint": "^8.20.0",
8181
"eslint-config-prettier": "^8.5.0",
8282
"eslint-plugin-import": "^2.26.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2533,9 +2533,9 @@ __metadata:
25332533
languageName: node
25342534
linkType: hard
25352535

2536-
"concurrently@npm:^7.2.2":
2537-
version: 7.2.2
2538-
resolution: "concurrently@npm:7.2.2"
2536+
"concurrently@npm:^7.3.0":
2537+
version: 7.3.0
2538+
resolution: "concurrently@npm:7.3.0"
25392539
dependencies:
25402540
chalk: ^4.1.0
25412541
date-fns: ^2.16.1
@@ -2548,7 +2548,7 @@ __metadata:
25482548
yargs: ^17.3.1
25492549
bin:
25502550
concurrently: dist/bin/concurrently.js
2551-
checksum: ae9604032d971a49a11c6797ed057380e53bde0ec79d1dcbd23bdbe578961867289089e9729e802520297d8f410e3085333719a3f7a4ce1c2ed167b68c740247
2551+
checksum: 5de845e4947c550a6ff74ecc80e1897109abe339fe8a7fa117e7b8978362566ac4ee070e4475bdaa6fc453f780fadb9089739a02606e27e04affaa7dd8905d2d
25522552
languageName: node
25532553
linkType: hard
25542554

@@ -5738,7 +5738,7 @@ __metadata:
57385738
class-transformer-validator: ^0.9.1
57395739
class-validator: ^0.13.2
57405740
commitlint: ^17.0.3
5741-
concurrently: ^7.2.2
5741+
concurrently: ^7.3.0
57425742
dotenv: ^16.0.1
57435743
eslint: ^8.20.0
57445744
eslint-config-prettier: ^8.5.0

0 commit comments

Comments
 (0)