From e2539e8c94a79e1c9d188605cff7bbe5ba5187d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 16:01:50 +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/andybe2001/project/a840612c-15bf-4fd6-b4e7-27b6f8ff4ff3?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 b7ba94c..f5a96dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@radix-ui/react-tooltip": "^1.1.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "framer-motion": "^11.2.13", "next": "^14.2.5", "next-themes": "^0.3.0", @@ -14026,9 +14026,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 c27cdd9..69b55c8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@radix-ui/react-tooltip": "^1.1.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "framer-motion": "^11.2.13", "next": "^14.2.5", "next-themes": "^0.3.0",