From 640f99c526be6cdf46aba38a37d76675d87ff23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 10:25:00 +0000 Subject: [PATCH] Bump @date-io/date-fns from 1.3.13 to 2.13.2 Bumps [@date-io/date-fns](https://github.com/dmtrKovalenko/date-io) from 1.3.13 to 2.13.2. - [Release notes](https://github.com/dmtrKovalenko/date-io/releases) - [Commits](https://github.com/dmtrKovalenko/date-io/compare/v1.3.13...v2.13.2) --- updated-dependencies: - dependency-name: "@date-io/date-fns" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c07c999c..1058cd4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3208,14 +3208,22 @@ "@date-io/core": { "version": "1.3.13", "resolved": "https://registry.npmjs.org/@date-io/core/-/core-1.3.13.tgz", - "integrity": "sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==" + "integrity": "sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==", + "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.13.2", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.13.2.tgz", + "integrity": "sha512-Pq0xBH6cvEg5IsOs7Olkk1PHFFJFTM34OT5mk/9ND1ied4RGhLNeLYRwbyCThZ29jolqPsV2HBs9wo2QTiNIkg==", "requires": { - "@date-io/core": "^1.3.13" + "@date-io/core": "^2.13.2" + }, + "dependencies": { + "@date-io/core": { + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.13.2.tgz", + "integrity": "sha512-lAUDhC5kpzlxa00BxfqENBgerbGI5ojuKQpXLGZCTrqT1rQR+vrp2rwf0I+H2KlM2z3N1ldyQuANmzZ+ehomog==" + } } }, "@emotion/babel-plugin": { diff --git a/package.json b/package.json index abfc84b9..e438c05e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/StratoDem/sd-material-ui", "dependencies": { - "@date-io/date-fns": "^1.3.13", + "@date-io/date-fns": "^2.13.2", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@material-ui/core": "^4.11.2",