From f0eb5f4a63b67096031a5d643a5ecbb5386cdf17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:35:59 +0000 Subject: [PATCH] Update dependency dayjs to v1.11.19 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3957307..4df02d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1626,9 +1626,9 @@ "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==" }, "dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.19", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", + "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index 61e89be..04a3070 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "antd": "5.0.0", "babel-plugin-import": "1.13.5", "cross-env": "7.0.3", - "dayjs": "1.11.7", + "dayjs": "1.11.19", "esm": "3.2.25", "next": "13.0.7", "postcss-preset-env": "7.8.3",