From 5cebac81abbb33d880269258907d21431c1cfecf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Aug 2024 11:07:05 +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/gustavotrizotti/project/f450dc15-4ce3-4a03-bbfa-f2ecc59dd629?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 a41c180..7ed3af3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "bcryptjs": "^2.4.3", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "dotenv": "^16.4.5", "eslint": "^8.57.0", "passport": "^0.7.0", @@ -3919,9 +3919,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.5", diff --git a/package.json b/package.json index ed37121..58b3a65 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "bcryptjs": "^2.4.3", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "dotenv": "^16.4.5", "eslint": "^8.57.0", "passport": "^0.7.0",