From a3ed26fef898927755cc6f4e0592e8246b954e52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 14:47:02 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.11.6 to 1.11.9 Snyk has created this PR to upgrade dayjs from 1.11.6 to 1.11.9. See this package in npm: See this project in Snyk: https://app.snyk.io/org/tsekityam/project/2cd99f0c-ccf1-4fd6-88a7-bb96b2a410e7?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 4573efd..e13c7fe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "author": "Tse Kit Yam ", "license": "MIT", "dependencies": { - "dayjs": "^1.11.6" + "dayjs": "^1.11.9" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 04069aa..c424ba9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -807,10 +807,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2: shebang-command "^2.0.0" which "^2.0.1" -dayjs@^1.11.6: - version "1.11.6" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.6.tgz#2e79a226314ec3ec904e3ee1dd5a4f5e5b1c7afb" - integrity sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ== +dayjs@^1.11.9: + version "1.11.10" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0" + integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: version "4.3.4"