From 73bb3d214b451332c4471a650a2321ee71dcee85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 23:41:09 +0000 Subject: [PATCH] chore(deps): bump luxon from 1.26.0 to 1.28.1 Bumps [luxon](https://github.com/moment/luxon) from 1.26.0 to 1.28.1. - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/1.26.0...1.28.1) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 099fa82..8a400da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "formik": "^2.2.6", "framer-motion": "3.10.6", "lodash": "^4.17.21", - "luxon": "^1.26.0", + "luxon": "^1.28.1", "next": "^11.0.0", "react": "^17.0.2", "react-cookie-consent": "^6.2.4", @@ -6344,9 +6344,9 @@ } }, "node_modules/luxon": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.26.0.tgz", - "integrity": "sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A==", + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz", + "integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==", "engines": { "node": "*" } @@ -16283,9 +16283,9 @@ } }, "luxon": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.26.0.tgz", - "integrity": "sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A==" + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz", + "integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==" }, "make-dir": { "version": "3.1.0", diff --git a/package.json b/package.json index 164417f..367b038 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "formik": "^2.2.6", "framer-motion": "3.10.6", "lodash": "^4.17.21", - "luxon": "^1.26.0", + "luxon": "^1.28.1", "next": "^11.0.0", "react": "^17.0.2", "react-cookie-consent": "^6.2.4",