From 4c7dc97ac9a999b9f1edb303651bbff7f3c51e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:38:56 +0000 Subject: [PATCH] chore(deps): bump dayjs from 1.11.9 to 1.11.10 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.9 to 1.11.10. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.10/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.9...v1.11.10) --- 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 ae7e497d9f..6acefddca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "bulma-toast": "2.4.3", "core-js": "3.32.2", "d3": "7.8.5", - "dayjs": "1.11.9", + "dayjs": "1.11.10", "file-saver": "2.0.5", "ol": "8.1.0", "process": "0.11.10", @@ -5777,9 +5777,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.9", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", - "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "node_modules/de-indent": { "version": "1.0.2", @@ -19843,9 +19843,9 @@ } }, "dayjs": { - "version": "1.11.9", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", - "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "de-indent": { "version": "1.0.2", diff --git a/package.json b/package.json index eb624419b7..f882628ae1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "bulma-toast": "2.4.3", "core-js": "3.32.2", "d3": "7.8.5", - "dayjs": "1.11.9", + "dayjs": "1.11.10", "file-saver": "2.0.5", "ol": "8.1.0", "process": "0.11.10",