From eeb13abf9775a45577af726314d150c23fc26769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:11:43 +0900 Subject: [PATCH] build(deps): bump dayjs from 1.11.10 to 1.11.13 in /frontend (#59) Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.10 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.10...v1.11.13) --- 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> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 04a289c..7a3781c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "autoprefixer": "10.4.16", "boring-avatars": "^1.10.2", "clsx": "^2.0.0", - "dayjs": "^1.11.10", + "dayjs": "^1.11.13", "eslint": "8.48.0", "eslint-config-next": "14.0.2", "framer-motion": "^11.2.6", @@ -4130,9 +4130,9 @@ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" }, "node_modules/debug": { "version": "4.3.4", diff --git a/frontend/package.json b/frontend/package.json index d170ac9..730221e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "autoprefixer": "10.4.16", "boring-avatars": "^1.10.2", "clsx": "^2.0.0", - "dayjs": "^1.11.10", + "dayjs": "^1.11.13", "eslint": "8.48.0", "eslint-config-next": "14.0.2", "framer-motion": "^11.2.6",