Merge pull request #911 from dagger/dependabot/npm_and_yarn/website/concurrently-6.2.1

build(deps-dev): bump concurrently from 6.2.0 to 6.2.1 in /website
This commit is contained in:
Andrea Luzzardi 2021-08-24 11:38:43 +02:00 committed by GitHub
commit df1d20c11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^6.2.0", "concurrently": "^6.2.1",
"cypress": "^7.7.0", "cypress": "^7.7.0",
"cypress-localstorage-commands": "^1.5.0", "cypress-localstorage-commands": "^1.5.0",
"start-server-and-test": "^1.12.5" "start-server-and-test": "^1.12.5"

View File

@ -3208,10 +3208,10 @@ concat-map@0.0.1:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
concurrently@^6.2.0: concurrently@^6.2.1:
version "6.2.0" version "6.2.1"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.0.tgz#587e2cb8afca7234172d8ea55176088632c4c56d" resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.1.tgz#d880fc1d77559084732fa514092a3d5109a0d5bf"
integrity sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g== integrity sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g==
dependencies: dependencies:
chalk "^4.1.0" chalk "^4.1.0"
date-fns "^2.16.1" date-fns "^2.16.1"