From bde30df4d572bd841da64f9705597182f09a0585 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Aug 2024 11:58:03 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.11.11 to 1.11.12 Snyk has created this PR to upgrade dayjs from 1.11.11 to 1.11.12. See this package in npm: dayjs See this project in Snyk: https://app.snyk.io/org/phiko-cretto/project/26238ed4-7b33-4e21-b460-68a5e43b33dc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ffd23e..cd4e1f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@vercel/speed-insights": "^1.0.12", "clsx": "^2.1.0", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "next": "^14.2.5", "next-themes": "^0.3.0", "react": "^18.3.1", @@ -2000,9 +2000,10 @@ } }, "node_modules/dayjs": { - "version": "1.11.11", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", - "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", + "license": "MIT" }, "node_modules/debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 596c006..271334f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "clsx": "^2.1.0", "@vercel/speed-insights": "^1.0.12", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "next": "^14.2.5", "next-themes": "^0.3.0", "react": "^18.3.1",