From 910ad134f1e6813834dd75b5a185c7c09244819a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 21:31:32 +0100 Subject: [PATCH] chore(deps): bump dayjs from 1.10.8 to 1.11.0 (#1480) Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.8 to 1.11.0. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.0/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.10.8...v1.11.0) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-minor ... 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 678e008..7a92009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "bufferutil": "^4.0.6", - "dayjs": "^1.10.8", + "dayjs": "^1.11.0", "discord-rpc": "^4.0.1", "lodash-es": "^4.17.21", "tslib": "^2.3.1", @@ -1016,9 +1016,9 @@ } }, "node_modules/dayjs": { - "version": "1.10.8", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.8.tgz", - "integrity": "sha512-wbNwDfBHHur9UOzNUjeKUOJ0fCb0a52Wx0xInmQ7Y8FstyajiV1NmK1e00cxsr9YrE9r7yAChE0VvpuY5Rnlow==" + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.0.tgz", + "integrity": "sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==" }, "node_modules/debug": { "version": "4.3.2", @@ -4424,9 +4424,9 @@ } }, "dayjs": { - "version": "1.10.8", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.8.tgz", - "integrity": "sha512-wbNwDfBHHur9UOzNUjeKUOJ0fCb0a52Wx0xInmQ7Y8FstyajiV1NmK1e00cxsr9YrE9r7yAChE0VvpuY5Rnlow==" + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.0.tgz", + "integrity": "sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==" }, "debug": { "version": "4.3.2", diff --git a/package.json b/package.json index 5790de1..7c2ac03 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ }, "dependencies": { "bufferutil": "^4.0.6", - "dayjs": "^1.10.8", + "dayjs": "^1.11.0", "discord-rpc": "^4.0.1", "lodash-es": "^4.17.21", "tslib": "^2.3.1",