From 0a37c4a93982301fc9c1af53ee1a889fa059f6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 13:44:52 +0100 Subject: [PATCH] chore(deps): bump dayjs from 1.10.5 to 1.10.6 (#1137) Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.10.6/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.10.5...v1.10.6) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c350fad..15ef833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "bufferutil": "^4.0.3", - "dayjs": "^1.10.5", + "dayjs": "^1.10.6", "discord-rpc": "^4.0.1", "lodash-es": "^4.17.21", "tslib": "^2.3.0", @@ -1151,9 +1151,9 @@ } }, "node_modules/dayjs": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz", - "integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g==" + "version": "1.10.6", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.6.tgz", + "integrity": "sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw==" }, "node_modules/debug": { "version": "4.3.1", @@ -4226,9 +4226,9 @@ } }, "dayjs": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.5.tgz", - "integrity": "sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g==" + "version": "1.10.6", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.6.tgz", + "integrity": "sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw==" }, "debug": { "version": "4.3.1", diff --git a/package.json b/package.json index b827539..0e26fb7 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ }, "dependencies": { "bufferutil": "^4.0.3", - "dayjs": "^1.10.5", + "dayjs": "^1.10.6", "discord-rpc": "^4.0.1", "lodash-es": "^4.17.21", "tslib": "^2.3.0",