From 0ca79c28a9d2823f586b35604208170f319f87f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 20:20:58 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.11.10 to 1.11.11 Snyk has created this PR to upgrade dayjs from 1.11.10 to 1.11.11. See this package in npm: dayjs See this project in Snyk: https://app.snyk.io/org/jisco/project/23305c3e-c905-4543-b5d3-2024dc105acc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f95665b..cae3114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.8", "license": "MIT", "dependencies": { - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "deepdash": "^5.3.9", "fclone": "^1.0.11", "glob-parent": ">=6.0.2", @@ -1102,9 +1102,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.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==", + "license": "MIT" }, "node_modules/debug": { "version": "4.3.4", @@ -3906,9 +3907,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.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index a04ff0b..6f886d9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "typescript": "^4.1.3" }, "dependencies": { - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "deepdash": "^5.3.9", "fclone": "^1.0.11", "glob-parent": ">=6.0.2",