From 52270305297450e9f65d10a41c42c60e1e8a9f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:30:07 -0500 Subject: [PATCH] Bump date-fns from 2.30.0 to 3.2.0 in /ui (#351) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.2.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.2.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/pnpm-lock.yaml | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ui/package.json b/ui/package.json index f4f570afe..62eeaa428 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "@types/react-dom": "18.2.18", "classnames": "^2.5.1", "convert": "^4.14.1", - "date-fns": "^2.30.0", + "date-fns": "^3.2.0", "date-fns-tz": "^2.0.0", "eslint": "8.56.0", "eslint-config-next": "14.0.4", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index a6d8ac5a1..17715ec19 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -48,11 +48,11 @@ dependencies: specifier: ^4.14.1 version: 4.14.1 date-fns: - specifier: ^2.30.0 - version: 2.30.0 + specifier: ^3.2.0 + version: 3.2.0 date-fns-tz: specifier: ^2.0.0 - version: 2.0.0(date-fns@2.30.0) + version: 2.0.0(date-fns@3.2.0) eslint: specifier: 8.56.0 version: 8.56.0 @@ -5616,19 +5616,16 @@ packages: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} dev: false - /date-fns-tz@2.0.0(date-fns@2.30.0): + /date-fns-tz@2.0.0(date-fns@3.2.0): resolution: {integrity: sha512-OAtcLdB9vxSXTWHdT8b398ARImVwQMyjfYGkKD2zaGpHseG2UPHbHjXELReErZFxWdSLph3c2zOaaTyHfOhERQ==} peerDependencies: date-fns: '>=2.0.0' dependencies: - date-fns: 2.30.0 + date-fns: 3.2.0 dev: false - /date-fns@2.30.0: - resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} - engines: {node: '>=0.11'} - dependencies: - '@babel/runtime': 7.23.5 + /date-fns@3.2.0: + resolution: {integrity: sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==} dev: false /dateformat@4.6.3: