From bb034b1bf9076d616e2e31ab93865362f9e434ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:26:34 +0000 Subject: [PATCH] chore(deps-dev): bump date-fns from 2.30.0 to 3.4.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.4.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.4.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/studio/package.json | 2 +- pnpm-lock.yaml | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index 7a260b3d..bb9824dd 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -85,7 +85,7 @@ "cookies-next": "^4.1.1", "cypress": "^13.6.5", "cytoscape": "^3.28.1", - "date-fns": "^2.30.0", + "date-fns": "^3.4.0", "eslint-config-next": "^14.1.0", "fs-extra": "^11.2.0", "get-port": "^7.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6069d5e..85461a03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -417,8 +417,8 @@ importers: specifier: ^3.28.1 version: 3.28.1 date-fns: - specifier: ^2.30.0 - version: 2.30.0 + specifier: ^3.4.0 + version: 3.4.0 eslint-config-next: specifier: ^14.1.0 version: 14.1.0(eslint@8.56.0)(typescript@5.3.3) @@ -9610,11 +9610,8 @@ packages: whatwg-url: 11.0.0 dev: true - /date-fns@2.30.0: - resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} - engines: {node: '>=0.11'} - dependencies: - '@babel/runtime': 7.23.9 + /date-fns@3.4.0: + resolution: {integrity: sha512-Akz4R8J9MXBsOgF1QeWeCsbv6pntT5KCPjU0Q9prBxVmWJYPLhwAIsNg3b0QAdr0ttiozYLD3L/af7Ra0jqYXw==} dev: true /dateformat@4.6.3: