From b092654b43cc80006fe9d9abedad65bf35cc247e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 18:31:11 -0800 Subject: [PATCH] fix(deps): bump date-fns from 2.29.1 to 2.29.2 in /frontend (#1575) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/v2.29.2/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.29.1...v2.29.2) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 46724aecbe2a..bd89562d9aeb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@vue/composition-api": "^1.7.0", "@vueuse/core": "^9.1.0", "core-js": "^3.24.1", - "date-fns": "^2.29.1", + "date-fns": "^2.29.2", "fuse.js": "^6.6.2", "isomorphic-dompurify": "^0.20.0", "nuxt": "^2.15.8", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index da97fab51ac2..9de6393d2854 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4339,10 +4339,10 @@ data-urls@^3.0.2: whatwg-mimetype "^3.0.0" whatwg-url "^11.0.0" -date-fns@^2.29.1: - version "2.29.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.1.tgz#9667c2615525e552b5135a3116b95b1961456e60" - integrity sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw== +date-fns@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.2.tgz#0d4b3d0f3dff0f920820a070920f0d9662c51931" + integrity sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA== de-indent@^1.0.2: version "1.0.2"