From a84670bea3ea98b6eca528be1eaebfead049495e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 May 2024 23:43:07 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.11.7 to 1.11.10 Snyk has created this PR to upgrade dayjs from 1.11.7 to 1.11.10. See this package in npm: https://www.npmjs.com/package/dayjs See this project in Snyk: https://app.snyk.io/org/bilelsalem2020/project/bfbf04fc-d107-4ada-a863-25824989e5ab?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 db7f448..d915a3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bcrypt": "^5.1.0", "config": "^3.3.9", "cors": "^2.8.5", - "dayjs": "^1.11.7", + "dayjs": "^1.11.10", "dotenv": "^16.0.3", "express": "^4.18.2", "jsonwebtoken": "^9.0.0", @@ -1783,9 +1783,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "node_modules/debug": { "version": "2.6.9", @@ -5495,9 +5495,9 @@ "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==" }, "dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index ccae371..29696eb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bcrypt": "^5.1.0", "config": "^3.3.9", "cors": "^2.8.5", - "dayjs": "^1.11.7", + "dayjs": "^1.11.10", "dotenv": "^16.0.3", "express": "^4.18.2", "jsonwebtoken": "^9.0.0",