From 2b2123dd916bd1edc56d8dc528adfc042e653429 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 8 Nov 2021 05:24:01 +0000 Subject: [PATCH] chore(deps): bump dayjs from 1.10.4 to 1.10.7 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.4 to 1.10.7. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.10.7/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.10.4...v1.10.7) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1654262..16ce46c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "apollo-link-error": "^1.1.11", "apollo-link-http": "^1.5.15", "core-js": "3", - "dayjs": "^1.8.19", + "dayjs": "^1.10.7", "graphql": "^14.4.2", "graphql-tag": "^2.10.1", "moment": "^2.24.0", diff --git a/yarn.lock b/yarn.lock index 5b63590..cf40c60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4863,10 +4863,10 @@ date-fns@^1.27.2: resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== -dayjs@^1.8.15, dayjs@^1.8.19: - version "1.10.4" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2" - integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw== +dayjs@^1.10.7, dayjs@^1.8.15: + version "1.10.7" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.7.tgz#2cf5f91add28116748440866a0a1d26f3a6ce468" + integrity sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig== de-indent@^1.0.2: version "1.0.2" -- 2.52.0