From 94ea75ed19dda10c903044d71123875606cfa980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 01:18:02 +0000 Subject: [PATCH] build(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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a88e0fde4..c2cdc320d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@mapbox/rehype-prism": "^0.8.0", "@nanostores/react": "^0.4.1", "astro": "^3.1.0", - "dayjs": "^1.11.9", + "dayjs": "^1.11.10", "dotenv": "^16.3.1", "escape-html": "^1.0.3", "nanostores": "^0.7.4", diff --git a/yarn.lock b/yarn.lock index 107d4a9f1..25378aaf1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3444,10 +3444,10 @@ data-urls@^4.0.0: whatwg-mimetype "^3.0.0" whatwg-url "^12.0.0" -dayjs@^1.10.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.10.0, 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== debug@2: version "2.6.9"