From 98120e12eeddf9194218b2d5103b49469a35f539 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 15:27:37 +0000 Subject: [PATCH] Bump @date-io/date-fns from 1.3.13 to 2.10.0 Bumps [@date-io/date-fns](https://github.com/dmtrKovalenko/date-io) from 1.3.13 to 2.10.0. - [Release notes](https://github.com/dmtrKovalenko/date-io/releases) - [Commits](https://github.com/dmtrKovalenko/date-io/compare/v1.3.13...v2.10.0) 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..76091d2d 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.10.0", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.10.0.tgz", + "integrity": "sha512-PxskpYmDAoL4BBGanoVD4SwhpMNFcVZFB8V2W7KATxgQ4m6Koy5FK9Qe1nKp8j9BERW310GT3sdERdNCXq8vuQ==", "requires": { - "@date-io/core": "^1.3.13" + "@date-io/core": "^2.10.0" + }, + "dependencies": { + "@date-io/core": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.10.0.tgz", + "integrity": "sha512-2pRpj0nCWNQ7iTRhBW5WLoNQt8KcpmoYCMYTDMflCsbo1BGGTQmalUzIO7PVmjAkLU93UJRbBFR3qQX7wVFrEw==" + } } }, "@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..2cb46ccc 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.10.0", "@material-ui/core": "^4.9.11", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.50",