chore(deps): update dependency concurrently to ^7.2.2

This commit is contained in:
Renovate Bot 2022-06-15 01:35:09 +00:00
parent 55774b74be
commit 5653b40ec2
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 42 additions and 12 deletions

52
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.181",
"version": "1.1.182",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.181",
"version": "1.1.182",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^7.1.1",
@ -63,7 +63,7 @@
"autoprefixer": "^10.4.7",
"browserslist": "^4.20.4",
"codecov": "^3.8.3",
"concurrently": "^7.2.1",
"concurrently": "^7.2.2",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
@ -9500,15 +9500,15 @@
}
},
"node_modules/concurrently": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.1.tgz",
"integrity": "sha512-7cab/QyqipqghrVr9qZmoWbidu0nHsmxrpNqQ7r/67vfl1DWJElexehQnTH1p+87tDkihaAjM79xTZyBQh7HLw==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.2.tgz",
"integrity": "sha512-DcQkI0ruil5BA/g7Xy3EWySGrFJovF5RYAYxwGvv9Jf9q9B1v3jPFP2tl6axExNf1qgF30kjoNYrangZ0ey4Aw==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
"date-fns": "^2.16.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",
@ -9522,6 +9522,15 @@
"node": "^12.20.0 || ^14.13.0 || >=16.0.0"
}
},
"node_modules/concurrently/node_modules/rxjs": {
"version": "7.5.5",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz",
"integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==",
"dev": true,
"dependencies": {
"tslib": "^2.1.0"
}
},
"node_modules/concurrently/node_modules/supports-color": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@ -9537,6 +9546,12 @@
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/concurrently/node_modules/tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
"dev": true
},
"node_modules/concurrently/node_modules/yargs": {
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
@ -37645,15 +37660,15 @@
}
},
"concurrently": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.1.tgz",
"integrity": "sha512-7cab/QyqipqghrVr9qZmoWbidu0nHsmxrpNqQ7r/67vfl1DWJElexehQnTH1p+87tDkihaAjM79xTZyBQh7HLw==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.2.tgz",
"integrity": "sha512-DcQkI0ruil5BA/g7Xy3EWySGrFJovF5RYAYxwGvv9Jf9q9B1v3jPFP2tl6axExNf1qgF30kjoNYrangZ0ey4Aw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
"date-fns": "^2.16.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",
@ -37661,6 +37676,15 @@
"yargs": "^17.3.1"
},
"dependencies": {
"rxjs": {
"version": "7.5.5",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz",
"integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==",
"dev": true,
"requires": {
"tslib": "^2.1.0"
}
},
"supports-color": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@ -37670,6 +37694,12 @@
"has-flag": "^4.0.0"
}
},
"tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
"dev": true
},
"yargs": {
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",

View File

@ -101,7 +101,7 @@
"autoprefixer": "^10.4.7",
"browserslist": "^4.20.4",
"codecov": "^3.8.3",
"concurrently": "^7.2.1",
"concurrently": "^7.2.2",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",