chore(deps): update dependency concurrently to v6.2.0

This commit is contained in:
Renovate Bot 2021-05-31 11:51:45 +00:00
parent 2de61f997b
commit 2a7952972f
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -820,9 +820,9 @@
}
},
"concurrently": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.1.0.tgz",
"integrity": "sha512-jy+xj49pvqeKjc2TAVXRIhrgPG51eBKDZti0kZ41kaWk9iLbyWBjH6KMFpW7peOLkEymD+ZM83Lx6UEy3N/M9g==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.0.tgz",
"integrity": "sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View file

@ -41,7 +41,7 @@
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"@vercel/ncc": "0.28.5",
"concurrently": "6.1.0",
"concurrently": "6.2.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-json": "2.1.2",