chore(deps): update dependency concurrently to ^7.2.1

This commit is contained in:
Renovate Bot 2022-05-23 00:00:46 +00:00
parent 94c9bb065b
commit d060890126
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.114",
"version": "1.1.115",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.114",
"version": "1.1.115",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^6.19.7",
@ -63,7 +63,7 @@
"autoprefixer": "^10.4.7",
"browserslist": "^4.20.3",
"codecov": "^3.8.3",
"concurrently": "^7.2.0",
"concurrently": "^7.2.1",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
@ -9657,9 +9657,9 @@
}
},
"node_modules/concurrently": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.0.tgz",
"integrity": "sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.1.tgz",
"integrity": "sha512-7cab/QyqipqghrVr9qZmoWbidu0nHsmxrpNqQ7r/67vfl1DWJElexehQnTH1p+87tDkihaAjM79xTZyBQh7HLw==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@ -9695,9 +9695,9 @@
}
},
"node_modules/concurrently/node_modules/yargs": {
"version": "17.5.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.0.tgz",
"integrity": "sha512-3sLxVhbAB5OC8qvVRebCLWuouhwh/rswsiDYx3WGxajUk/l4G20SKfrKKFeNIHboUFt2JFgv2yfn+5cgOr/t5A==",
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
"dev": true,
"dependencies": {
"cliui": "^7.0.2",
@ -37000,9 +37000,9 @@
}
},
"concurrently": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.0.tgz",
"integrity": "sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.1.tgz",
"integrity": "sha512-7cab/QyqipqghrVr9qZmoWbidu0nHsmxrpNqQ7r/67vfl1DWJElexehQnTH1p+87tDkihaAjM79xTZyBQh7HLw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
@ -37026,9 +37026,9 @@
}
},
"yargs": {
"version": "17.5.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.0.tgz",
"integrity": "sha512-3sLxVhbAB5OC8qvVRebCLWuouhwh/rswsiDYx3WGxajUk/l4G20SKfrKKFeNIHboUFt2JFgv2yfn+5cgOr/t5A==",
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
"dev": true,
"requires": {
"cliui": "^7.0.2",

View File

@ -101,7 +101,7 @@
"autoprefixer": "^10.4.7",
"browserslist": "^4.20.3",
"codecov": "^3.8.3",
"concurrently": "^7.2.0",
"concurrently": "^7.2.1",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",