From 737d94b406a116aec1243fdb1978f22097aa205d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2020 05:13:20 +0000 Subject: [PATCH] chore(deps-dev): bump @date-io/date-fns from 1.3.13 to 2.5.0 Bumps [@date-io/date-fns](https://github.com/dmtrKovalenko/date-io) from 1.3.13 to 2.5.0. - [Release notes](https://github.com/dmtrKovalenko/date-io/releases) - [Commits](https://github.com/dmtrKovalenko/date-io/compare/v1.3.13...v2.5.0) 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 cb7d422..02f72f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1255,12 +1255,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.5.0", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.5.0.tgz", + "integrity": "sha512-HiQqjVLFUPsOYtW3damMw5jsY5Yk2KG3LcI7s2eioce+jgxZ6XjhGiyWur14btgTVihhkVjfdzmd5XMfpRXH1Q==", "dev": true, "requires": { - "@date-io/core": "^1.3.13" + "@date-io/core": "^2.5.0" + }, + "dependencies": { + "@date-io/core": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.5.0.tgz", + "integrity": "sha512-GifWlc0hyLdYwivltV8KVwE+OOVgYoHF4DvvKn6VOA73iVvqxbXXeL18PVFjMw8r0JUHmuhP6S+4TD8INBzXZA==", + "dev": true + } } }, "@emotion/cache": { diff --git a/package.json b/package.json index 163a2a3..34631c0 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@babel/core": "^7.8.6", "@babel/preset-env": "^7.8.6", "@babel/preset-react": "^7.8.3", - "@date-io/date-fns": "^1.3.13", + "@date-io/date-fns": "^2.5.0", "@material-ui/core": "^4.9.5", "@material-ui/pickers": "^3.2.10", "@rollup/plugin-commonjs": "^11.0.2",