From 2de4f62f6173cab1bafde4b45a63d9799450f6a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 06:04:05 +0000 Subject: [PATCH] chore(deps-dev): bump @date-io/date-fns from 1.3.13 to 2.6.0 Bumps [@date-io/date-fns](https://github.com/dmtrKovalenko/date-io) from 1.3.13 to 2.6.0. - [Release notes](https://github.com/dmtrKovalenko/date-io/releases) - [Commits](https://github.com/dmtrKovalenko/date-io/compare/v1.3.13...v2.6.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..b5448a6 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.6.0", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.6.0.tgz", + "integrity": "sha512-ZedVQwbbjqTZj+kTimCfuEto0QLliqE1uCMuzb1Xi/yRfar4nMjc5orl/PJC2pkXXJC8jyL6ZCGXI9FQSgeAjQ==", "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 163a2a3..2fe117e 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.6.0", "@material-ui/core": "^4.9.5", "@material-ui/pickers": "^3.2.10", "@rollup/plugin-commonjs": "^11.0.2",