From 4778e7e092032cf9e2435c60f7ee24bab490b828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 18:23:47 +0000 Subject: [PATCH] Bump dayjs from 1.9.5 to 1.11.7 in /web Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.9.5 to 1.11.7. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.7/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.9.5...v1.11.7) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index d415bd2c7e..8d099c4e6d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -10507,9 +10507,9 @@ "dev": true }, "dayjs": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.5.tgz", - "integrity": "sha512-WULIw7UpW/E0y6VywewpbXAMH3d5cZijEhoHLwM+OMVbk/NtchKS/W+57H/0P1rqU7gHrAArjiRLHCUhgMQl6w==", + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", + "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==", "dev": true }, "debug": {