From c3a2844fb340213cc0720a841738dbce2da270c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Nov 2021 17:27:44 -0800 Subject: [PATCH] Bump date-fns from 2.25.0 to 2.26.0 (#368) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.25.0 to 2.26.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.25.0...v2.26.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 64d50d67f..fe0b27a90 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "chart.js": "^3.6.0", "chartkick": "^4.1.1", "classnames": "^2.3.1", - "date-fns": "^2.25.0", + "date-fns": "^2.26.0", "lodash": "^4.17.21", "markdown-it": "^12.2.0", "next": "^12.0.4", @@ -1674,9 +1674,9 @@ } }, "node_modules/date-fns": { - "version": "2.25.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.25.0.tgz", - "integrity": "sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==", + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.26.0.tgz", + "integrity": "sha512-VQI812dRi3cusdY/fhoBKvc6l2W8BPWU1FNVnFH9Nttjx4AFBRzfSVb/Eyc7jBT6e9sg1XtAGsYpBQ6c/jygbg==", "engines": { "node": ">=0.11" }, @@ -7803,9 +7803,9 @@ "integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" }, "date-fns": { - "version": "2.25.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.25.0.tgz", - "integrity": "sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==" + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.26.0.tgz", + "integrity": "sha512-VQI812dRi3cusdY/fhoBKvc6l2W8BPWU1FNVnFH9Nttjx4AFBRzfSVb/Eyc7jBT6e9sg1XtAGsYpBQ6c/jygbg==" }, "debug": { "version": "4.3.2", diff --git a/web/package.json b/web/package.json index 1dc8caf10..53398bd6a 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "chart.js": "^3.6.0", "chartkick": "^4.1.1", "classnames": "^2.3.1", - "date-fns": "^2.25.0", + "date-fns": "^2.26.0", "lodash": "^4.17.21", "markdown-it": "^12.2.0", "next": "^12.0.4",