From f71795feddf02b9c08bb953fcde33c4952226159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 06:39:33 +0000 Subject: [PATCH] Bump dayjs from 1.11.11 to 1.11.12 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.11 to 1.11.12. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.11...v1.11.12) --- 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 aa139c962..b06f43022 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/styled-components": "^5.1.26", "@vitejs/plugin-react": "^4.3.1", "axios": "^1.7.3", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "env-cmd": "^10.1.0", "eslint-config-react-app": "^7.0.1", "final-form": "^4.20.10", @@ -6797,9 +6797,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.11", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", - "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==" }, "node_modules/debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 334227da3..c6e7c7fa6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/styled-components": "^5.1.26", "@vitejs/plugin-react": "^4.3.1", "axios": "^1.7.3", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "env-cmd": "^10.1.0", "eslint-config-react-app": "^7.0.1", "final-form": "^4.20.10",