From 0b70b2f0f4a0d72a02a66da1a32e3fc68cb75a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:14:19 +0000 Subject: [PATCH] Bump dayjs from 1.11.1 to 1.11.5 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.1 to 1.11.5. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.5/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.1...v1.11.5) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 232dccab..1741cd65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7126,9 +7126,9 @@ } }, "dayjs": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.1.tgz", - "integrity": "sha512-ER7EjqVAMkRRsxNCC5YqJ9d9VQYuWdGt7aiH2qA5R5wt8ZmWaP2dLUSIK6y/kVzLMlmh1Tvu5xUf4M/wdGJ5KA==" + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.5.tgz", + "integrity": "sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==" }, "debug": { "version": "4.1.1", diff --git a/package.json b/package.json index 5d02c76b..9ae3b1d1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-plugin-inline-react-svg": "^2.0.1", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "chart.js": "^2.9.4", - "dayjs": "^1.11.1", + "dayjs": "^1.11.5", "next": "^12.2.3", "postcss": "^8.4.13", "postcss-preset-env": "^7.4.4",