From 0e04725fd9ba774fb22352478db9486531f46732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 06:57:08 +0000 Subject: [PATCH] Bump dayjs from 1.11.8 to 1.11.10 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.8 to 1.11.10. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.10/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.8...v1.11.10) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a6c0c672..bdb299fcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "callback-queue": "^3.0.0", "change-case": "^4.1.2", "cheerio": "^1.0.0-rc.12", - "dayjs": "^1.11.7", + "dayjs": "^1.11.10", "death": "^1.1.0", "discord.js": "^14.12.1", "dot-prop": "^6.0.1", @@ -4272,9 +4272,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.8", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.8.tgz", - "integrity": "sha512-LcgxzFoWMEPO7ggRv1Y2N31hUf2R0Vj7fuy/m+Bg1K8rr+KAs1AEy4y9jd5DXe8pbHgX+srkHNS7TH6Q6ZhYeQ==" + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "node_modules/death": { "version": "1.1.0", diff --git a/package.json b/package.json index 6cf4d9e2c..32809996d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "callback-queue": "^3.0.0", "change-case": "^4.1.2", "cheerio": "^1.0.0-rc.12", - "dayjs": "^1.11.7", + "dayjs": "^1.11.10", "death": "^1.1.0", "discord.js": "^14.12.1", "dot-prop": "^6.0.1",