diff --git a/package-lock.json b/package-lock.json index d81f0b8..8cf88d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -809,9 +809,9 @@ } }, "dayjs": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz", - "integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==" + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz", + "integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g==" }, "debug": { "version": "4.1.1", diff --git a/package.json b/package.json index 0523e2b..c617f42 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ }, "dependencies": { "bufferutil": "^4.0.3", - "dayjs": "^1.10.4", + "dayjs": "^1.10.5", "discord-rpc": "^3.2.0", "lodash-es": "^4.17.21", "tslib": "^2.2.0",