From 2a5c41d27966e99531004953ee0742ca05bff46b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Aug 2024 02:13:54 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.11.10 to 1.11.12 Snyk has created this PR to upgrade dayjs from 1.11.10 to 1.11.12. See this package in npm: dayjs See this project in Snyk: https://app.snyk.io/org/ryan-theta/project/43e64b61-f1a5-4253-b370-934e862c360e?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 f903771f6c..954283b933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "bits-ui": "^0.19.7", "codemirror": "^6.0.1", "crc-32": "^1.2.2", - "dayjs": "^1.11.10", + "dayjs": "^1.11.12", "eventsource-parser": "^1.1.2", "file-saver": "^2.0.5", "fuse.js": "^7.0.0", @@ -3722,9 +3722,10 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==", + "license": "MIT" }, "node_modules/de-indent": { "version": "1.0.2", diff --git a/package.json b/package.json index bbe3ac397c..eb23ea2c77 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "bits-ui": "^0.19.7", "codemirror": "^6.0.1", "crc-32": "^1.2.2", - "dayjs": "^1.11.10", + "dayjs": "^1.11.12", "eventsource-parser": "^1.1.2", "file-saver": "^2.0.5", "fuse.js": "^7.0.0",