From 76890de33b235228868f78a5dfc51812ac2810d5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 20 Jul 2024 15:55:38 +0300 Subject: [PATCH] server: Update dayjs --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73c8e31d4..28a2b7288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "compression": "1.7.4", "cookie-parser": "1.4.6", "csurf": "1.11.0", - "dayjs": "1.11.10", + "dayjs": "^1.11.12", "dayjs-plugin-utc": "0.1.2", "debounce": "1.2.1", "ejs": "^3.1.10", @@ -4822,9 +4822,9 @@ } }, "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==" }, "node_modules/dayjs-plugin-utc": { "version": "0.1.2", @@ -17230,9 +17230,9 @@ } }, "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==" }, "dayjs-plugin-utc": { "version": "0.1.2", diff --git a/package.json b/package.json index e8bc3742e..7bac21231 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "compression": "1.7.4", "cookie-parser": "1.4.6", "csurf": "1.11.0", - "dayjs": "1.11.10", + "dayjs": "^1.11.12", "dayjs-plugin-utc": "0.1.2", "debounce": "1.2.1", "ejs": "^3.1.10",