From 31751db53b8ae9627a7d2d5f81ba147115fe0641 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 May 2025 14:21:24 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.10.4 to 1.11.13 Snyk has created this PR to upgrade dayjs from 1.10.4 to 1.11.13. See this package in yarn: dayjs See this project in Snyk: https://app.snyk.io/org/dustin4444/project/210575e7-2162-445e-89ca-94d93871a6fa?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8648578ac9..5ac1eff032 100644 --- a/package.json +++ b/package.json @@ -3820,7 +3820,7 @@ "apollo-link-context": "1.0.20", "cockatiel": "^3.1.1", "cross-fetch": "3.1.5", - "dayjs": "1.10.4", + "dayjs": "1.11.13", "debounce": "^1.2.1", "events": "3.2.0", "fast-deep-equal": "^3.1.3", diff --git a/yarn.lock b/yarn.lock index 3e47a21893..7ee07457ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2105,10 +2105,10 @@ data-urls@^3.0.1: whatwg-mimetype "^3.0.0" whatwg-url "^11.0.0" -dayjs@1.10.4: - version "1.10.4" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2" - integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw== +dayjs@1.11.13: + version "1.11.13" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c" + integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg== debounce@^1.2.1: version "1.2.1"