chore(deps): update dependency concurrently to ^7.3.0

This commit is contained in:
renovate[bot] 2022-07-19 01:20:12 +00:00 committed by GitHub
parent 2a3ff72d1b
commit bbcd6cd62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -63,7 +63,7 @@
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"browserslist": "^4.21.2", "browserslist": "^4.21.2",
"codecov": "^3.8.3", "codecov": "^3.8.3",
"concurrently": "^7.2.2", "concurrently": "^7.3.0",
"conventional-changelog-conventionalcommits": "5.0.0", "conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.20.0", "eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
@ -14184,9 +14184,9 @@
} }
}, },
"node_modules/concurrently": { "node_modules/concurrently": {
"version": "7.2.2", "version": "7.3.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.2.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.3.0.tgz",
"integrity": "sha512-DcQkI0ruil5BA/g7Xy3EWySGrFJovF5RYAYxwGvv9Jf9q9B1v3jPFP2tl6axExNf1qgF30kjoNYrangZ0ey4Aw==", "integrity": "sha512-IiDwm+8DOcFEInca494A8V402tNTQlJaYq78RF2rijOrKEk/AOHTxhN4U1cp7GYKYX5Q6Ymh1dLTBlzIMN0ikA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
@ -14207,9 +14207,9 @@
} }
}, },
"node_modules/concurrently/node_modules/rxjs": { "node_modules/concurrently/node_modules/rxjs": {
"version": "7.5.5", "version": "7.5.6",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz",
"integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", "integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"tslib": "^2.1.0" "tslib": "^2.1.0"
@ -44855,9 +44855,9 @@
} }
}, },
"concurrently": { "concurrently": {
"version": "7.2.2", "version": "7.3.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.2.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.3.0.tgz",
"integrity": "sha512-DcQkI0ruil5BA/g7Xy3EWySGrFJovF5RYAYxwGvv9Jf9q9B1v3jPFP2tl6axExNf1qgF30kjoNYrangZ0ey4Aw==", "integrity": "sha512-IiDwm+8DOcFEInca494A8V402tNTQlJaYq78RF2rijOrKEk/AOHTxhN4U1cp7GYKYX5Q6Ymh1dLTBlzIMN0ikA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
@ -44872,9 +44872,9 @@
}, },
"dependencies": { "dependencies": {
"rxjs": { "rxjs": {
"version": "7.5.5", "version": "7.5.6",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz",
"integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", "integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==",
"dev": true, "dev": true,
"requires": { "requires": {
"tslib": "^2.1.0" "tslib": "^2.1.0"

View File

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