Commit 38502031 by dependabot-preview[bot] Committed by Nicolás Venturo

Bump concurrently from 4.1.2 to 5.0.0 (#1934)

Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 4.1.2 to 5.0.0.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases)
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v4.1.2...v5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
parent 445d8987
...@@ -2052,13 +2052,13 @@ ...@@ -2052,13 +2052,13 @@
} }
}, },
"concurrently": { "concurrently": {
"version": "4.1.2", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/concurrently/-/concurrently-4.1.2.tgz", "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-5.0.0.tgz",
"integrity": "sha512-Kim9SFrNr2jd8/0yNYqDTFALzUX1tvimmwFWxmp/D4mRI+kbqIIwE2RkBDrxS2ic25O1UgQMI5AtBqdtX3ynYg==", "integrity": "sha512-1yDvK8mduTIdxIxV9C60KoiOySUl/lfekpdbI+U5GXaPrgdffEavFa9QZB3vh68oWOpbCC+TuvxXV9YRPMvUrA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
"date-fns": "^1.30.1", "date-fns": "^2.0.1",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"read-pkg": "^4.0.1", "read-pkg": "^4.0.1",
"rxjs": "^6.5.2", "rxjs": "^6.5.2",
...@@ -2370,9 +2370,9 @@ ...@@ -2370,9 +2370,9 @@
} }
}, },
"date-fns": { "date-fns": {
"version": "1.30.1", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.4.1.tgz",
"integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", "integrity": "sha512-2RhmH/sjDSCYW2F3ZQxOUx/I7PvzXpi89aQL2d3OAxSTwLx6NilATeUbe0menFE3Lu5lFkOFci36ivimwYHHxw==",
"dev": true "dev": true
}, },
"death": { "death": {
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"@openzeppelin/gsn-helpers": "^0.2.0", "@openzeppelin/gsn-helpers": "^0.2.0",
"@openzeppelin/gsn-provider": "^0.1.8", "@openzeppelin/gsn-provider": "^0.1.8",
"chai": "^4.2.0", "chai": "^4.2.0",
"concurrently": "^4.1.2", "concurrently": "^5.0.0",
"eslint": "^4.19.1", "eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1", "eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment