From 67a8ba70b38fc141c7dba586532524520f46731e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:01:04 +0000 Subject: [PATCH] Bump dayjs from 1.11.5 to 1.11.6 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.5 to 1.11.6. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.6/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.5...v1.11.6) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index abdfc4b..42e8145 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "homepage": "https://github.com/james58899/dmhy-telegram#readme", "dependencies": { "cheerio": "^1.0.0-rc.3", - "dayjs": "^1.11.5", + "dayjs": "^1.11.6", "node-schedule": "^2.1.0", "node-telegram-bot-api": "^0.50.0", "request": "^2.88.2" diff --git a/yarn.lock b/yarn.lock index a9b0b02..2ac3475 100644 --- a/yarn.lock +++ b/yarn.lock @@ -331,10 +331,10 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -dayjs@^1.11.5: - version "1.11.5" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.5.tgz#00e8cc627f231f9499c19b38af49f56dc0ac5e93" - integrity sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA== +dayjs@^1.11.6: + version "1.11.6" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.6.tgz#2e79a226314ec3ec904e3ee1dd5a4f5e5b1c7afb" + integrity sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ== debug@^3.1.0: version "3.2.6"