From dd9048a7f585aa5874efddabbeaf18ab152021c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:37:55 +0000 Subject: [PATCH] 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] --- packages/hashi/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hashi/package.json b/packages/hashi/package.json index 30ad1239cc4..aa4f02f571f 100644 --- a/packages/hashi/package.json +++ b/packages/hashi/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "core-js": "3.32", - "dayjs": "^1.11.9", + "dayjs": "^1.11.10", "fflate": "^0.8.1", "iri": "^1.3.1", "is-language-code": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 6cb4ebd8e5a..9e4d3e2a949 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4320,10 +4320,10 @@ date-fns@^2.29.3: dependencies: "@babel/runtime" "^7.21.0" -dayjs@^1.11.9: - version "1.11.9" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.9.tgz#9ca491933fadd0a60a2c19f6c237c03517d71d1a" - integrity sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA== +dayjs@^1.11.10: + version "1.11.10" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0" + integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== de-indent@^1.0.2: version "1.0.2"