chore(deps): update dependency concurrently to ^7.2.0

This commit is contained in:
Renovate Bot 2022-05-15 04:30:08 +00:00
parent 3fbbed4c03
commit 209a9dd016
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 62 additions and 12 deletions

72
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.91",
"version": "1.1.92",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.91",
"version": "1.1.92",
"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.1.0",
"concurrently": "^7.2.0",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
@ -9665,19 +9665,20 @@
}
},
"node_modules/concurrently": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.1.0.tgz",
"integrity": "sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.0.tgz",
"integrity": "sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
"date-fns": "^2.16.1",
"lodash": "^4.17.21",
"rxjs": "^6.6.3",
"shell-quote": "^1.7.3",
"spawn-command": "^0.0.2-1",
"supports-color": "^8.1.0",
"tree-kill": "^1.2.2",
"yargs": "^16.2.0"
"yargs": "^17.3.1"
},
"bin": {
"concurrently": "dist/bin/concurrently.js"
@ -9701,6 +9702,33 @@
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"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==",
"dev": true,
"dependencies": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/concurrently/node_modules/yargs-parser": {
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz",
"integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==",
"dev": true,
"engines": {
"node": ">=12"
}
},
"node_modules/configstore": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
@ -36957,19 +36985,20 @@
}
},
"concurrently": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.1.0.tgz",
"integrity": "sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.0.tgz",
"integrity": "sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
"date-fns": "^2.16.1",
"lodash": "^4.17.21",
"rxjs": "^6.6.3",
"shell-quote": "^1.7.3",
"spawn-command": "^0.0.2-1",
"supports-color": "^8.1.0",
"tree-kill": "^1.2.2",
"yargs": "^16.2.0"
"yargs": "^17.3.1"
},
"dependencies": {
"supports-color": {
@ -36980,6 +37009,27 @@
"requires": {
"has-flag": "^4.0.0"
}
},
"yargs": {
"version": "17.5.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.0.tgz",
"integrity": "sha512-3sLxVhbAB5OC8qvVRebCLWuouhwh/rswsiDYx3WGxajUk/l4G20SKfrKKFeNIHboUFt2JFgv2yfn+5cgOr/t5A==",
"dev": true,
"requires": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.0.0"
}
},
"yargs-parser": {
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz",
"integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==",
"dev": true
}
}
},

View File

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