From 5417085e46f9ea785b76feb03d7e4dd096519055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 06:25:14 +0000 Subject: [PATCH] Bump date-fns from 2.28.0 to 2.29.3 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.28.0 to 2.29.3. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.28.0...v2.29.3) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a1e89b34d..b4b3e85a60 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "@babel/polyfill": "^7.12.1", "css-loader": "^6.7.1", - "date-fns": "^2.28.0", + "date-fns": "^2.29.3", "jquery": "3", "jquery-colorbox": "^1.6.4", "jquery-easing": "^0.0.1", diff --git a/yarn.lock b/yarn.lock index 5ece9a3a22..0fd321af4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1784,10 +1784,10 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -date-fns@*, date-fns@^2.28.0: - version "2.28.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2" - integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw== +date-fns@*, date-fns@^2.29.3: + version "2.29.3" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8" + integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA== debug@^2.6.9: version "2.6.9"