Merge pull request #453 from actions/dependabot/npm_and_yarn/concurrently-8.2.1

build(deps-dev): bump concurrently from 8.2.0 to 8.2.1
This commit is contained in:
Matthew Costabile
2023-09-01 19:36:46 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0", "@typescript-eslint/parser": "^6.5.0",
"@vercel/ncc": "^0.36.1", "@vercel/ncc": "^0.36.1",
"concurrently": "^8.2.0", "concurrently": "^8.2.1",
"eslint": "^8.48.0", "eslint": "^8.48.0",
"eslint-plugin-github": "^4.10.0", "eslint-plugin-github": "^4.10.0",
"eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest": "^27.2.3",
@@ -2705,9 +2705,9 @@
"dev": true "dev": true
}, },
"node_modules/concurrently": { "node_modules/concurrently": {
"version": "8.2.0", "version": "8.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz",
"integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^4.1.2", "chalk": "^4.1.2",
@@ -9331,9 +9331,9 @@
"dev": true "dev": true
}, },
"concurrently": { "concurrently": {
"version": "8.2.0", "version": "8.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz",
"integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.2", "chalk": "^4.1.2",

View File

@@ -18,7 +18,7 @@
"@typescript-eslint/parser": "^6.5.0", "@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/eslint-plugin": "^6.5.0",
"@vercel/ncc": "^0.36.1", "@vercel/ncc": "^0.36.1",
"concurrently": "^8.2.0", "concurrently": "^8.2.1",
"eslint": "^8.48.0", "eslint": "^8.48.0",
"eslint-plugin-github": "^4.10.0", "eslint-plugin-github": "^4.10.0",
"eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest": "^27.2.3",