diff --git a/package-lock.json b/package-lock.json index 1ea36cc..346c3bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fastify/jwt": "10.0.0", "@prisma/client": "7.5.0", "bcryptjs": "3.0.3", - "dayjs": "1.11.19", + "dayjs": "1.11.20", "dotenv": "17.3.1", "fastify": "5.8.2", "zod": "4.3.6" @@ -3359,9 +3359,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.19", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", - "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" + "version": "1.11.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", + "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==" }, "node_modules/debug": { "version": "4.4.3", @@ -11626,9 +11626,9 @@ } }, "dayjs": { - "version": "1.11.19", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", - "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" + "version": "1.11.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", + "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==" }, "debug": { "version": "4.4.3", diff --git a/package.json b/package.json index b5793c2..ce9ac13 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@fastify/jwt": "10.0.0", "@prisma/client": "7.5.0", "bcryptjs": "3.0.3", - "dayjs": "1.11.19", + "dayjs": "1.11.20", "dotenv": "17.3.1", "fastify": "5.8.2", "zod": "4.3.6"