From 84bfddc9d9fabcb9a7ce7841a9b9495c4900b6bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 06:01:55 +0000 Subject: [PATCH] chore(deps-dev): bump @date-io/date-fns from 1.3.13 to 2.6.2 Bumps [@date-io/date-fns](https://github.com/dmtrKovalenko/date-io) from 1.3.13 to 2.6.2. - [Release notes](https://github.com/dmtrKovalenko/date-io/releases) - [Commits](https://github.com/dmtrKovalenko/date-io/compare/v1.3.13...v2.6.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7231173..ecd5def 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1472,12 +1472,20 @@ "dev": true }, "@date-io/date-fns": { - "version": "1.3.13", - "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-1.3.13.tgz", - "integrity": "sha512-yXxGzcRUPcogiMj58wVgFjc9qUYrCnnU9eLcyNbsQCmae4jPuZCDoIBR21j8ZURsM7GRtU62VOw5yNd4dDHunA==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.6.2.tgz", + "integrity": "sha512-LJnNxYhGihB1h503yRLj9s36a9bSF/NOyIbHDp7Bev2lmKn8c2zjoX9u0p5i3WV7z2nujBW1oDR/h+VfzjFkvg==", "dev": true, "requires": { - "@date-io/core": "^1.3.13" + "@date-io/core": "^2.6.0" + }, + "dependencies": { + "@date-io/core": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.6.0.tgz", + "integrity": "sha512-GkM3jTlh9r3MfZEuFKV4g1JSbxz1G0Or1CBKkhPcw7UCJRjjsk5mLVYZYtUQEsOY8rCSFUTdCOm63ulWzAC/pw==", + "dev": true + } } }, "@emotion/cache": { diff --git a/package.json b/package.json index 6cf08af..d21808f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "@babel/preset-react": "^7.9.4", - "@date-io/date-fns": "^1.3.13", + "@date-io/date-fns": "^2.6.2", "@material-ui/core": "^4.9.14", "@material-ui/lab": "^4.0.0-alpha.50", "@material-ui/pickers": "^3.2.10",