From 25f27356eb39d2d64dedd76ca4c00bb29996cd5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:31:19 +0000 Subject: [PATCH] Bump dayjs from 1.10.7 to 1.11.9 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.7 to 1.11.9. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.9/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.10.7...v1.11.9) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-minor ... 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 d212cd599..b2e6fe80b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/react-query-devtools": "^4.29.19", "clsx": "^1.2.1", "cookie": "^0.4.1", - "dayjs": "^1.10.7", + "dayjs": "^1.11.9", "feed": "git+https://mattleff@github.com/mattleff/feed.git#custome-elements-build", "full-icu": "^1.5.0", "he": "^1.2.0", @@ -10758,9 +10758,9 @@ } }, "node_modules/dayjs": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", - "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" + "version": "1.11.9", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", + "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" }, "node_modules/debounce": { "version": "1.2.1", @@ -31472,9 +31472,9 @@ } }, "dayjs": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", - "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" + "version": "1.11.9", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", + "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" }, "debounce": { "version": "1.2.1", diff --git a/package.json b/package.json index 22bd3bbe9..d90605a02 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@tanstack/react-query-devtools": "^4.29.19", "clsx": "^1.2.1", "cookie": "^0.4.1", - "dayjs": "^1.10.7", + "dayjs": "^1.11.9", "feed": "git+https://mattleff@github.com/mattleff/feed.git#custome-elements-build", "full-icu": "^1.5.0", "he": "^1.2.0",