From 74c357278bfa4d2a264477d8367b2e08276c7933 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 19:32:30 +0000 Subject: [PATCH] Bump @date-io/date-fns from 1.3.13 to 2.9.1 Bumps [@date-io/date-fns](https://github.com/dmtrKovalenko/date-io) from 1.3.13 to 2.9.1. - [Release notes](https://github.com/dmtrKovalenko/date-io/releases) - [Commits](https://github.com/dmtrKovalenko/date-io/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 25 +++++++++++++++++++++---- package.json | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index acaa0968..a8dffbd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4167,11 +4167,18 @@ "integrity": "sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==" }, "@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.9.1", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.9.1.tgz", + "integrity": "sha512-isPAQIIKUrSGecOSB04PHKCWwvOjRfebUStx4e3ywJufEdi8+jZ/sf72szPR+CeUgUxieIBzK2/WdVmwu/2u6A==", "requires": { - "@date-io/core": "^1.3.13" + "@date-io/core": "^2.9.0" + }, + "dependencies": { + "@date-io/core": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.9.0.tgz", + "integrity": "sha512-OhPFn+mnVHzfF/zJNUTV1CeUCL51ngXo9sG458cwwsORTgc1Pw7Dx9dS1wqPsq+CcMQ5Sh1MsUIXi1zclFbHTQ==" + } } }, "@emotion/hash": { @@ -10896,6 +10903,16 @@ "prop-types": "^15.6.2", "react-beautiful-dnd": "^13.0.0", "react-double-scrollbar": "0.0.15" + }, + "dependencies": { + "@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==", + "requires": { + "@date-io/core": "^1.3.13" + } + } } }, "md5.js": { diff --git a/package.json b/package.json index ada12d52..8ed32854 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "ISC", "dependencies": { "@babel/runtime": "^7.9.2", - "@date-io/date-fns": "^1.3.13", + "@date-io/date-fns": "^2.9.1", "@material-ui/core": "^4.9.11", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.50",