From 55432ccd58a6e7de6fd610a504cf39071cb1c901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:09:23 +0000 Subject: [PATCH] deps: bump dayjs from 1.11.10 to 1.11.11 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.10 to 1.11.11. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.10...v1.11.11) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... 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 99bea4872..ca20c0796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@sentry/node": "^7.112.2", "@sentry/react": "^7.112.2", "@sentry/tracing": "^7.112.2", - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "electron-log": "^5.1.2", "electron-serve": "^1.3.0", "electron-store": "^8.2.0", @@ -8388,9 +8388,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "node_modules/debounce-fn": { "version": "4.0.0", @@ -26940,9 +26940,9 @@ } }, "dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "debounce-fn": { "version": "4.0.0", diff --git a/package.json b/package.json index 7c5fc97c3..11f1e7f49 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@sentry/node": "^7.112.2", "@sentry/react": "^7.112.2", "@sentry/tracing": "^7.112.2", - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "electron-log": "^5.1.2", "electron-serve": "^1.3.0", "electron-store": "^8.2.0",