diff --git a/apps/studio/package.json b/apps/studio/package.json index 2816dfa8..4cd100e8 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -81,7 +81,7 @@ "clsx": "^2.1.0", "cookies-next": "^4.1.1", "cypress": "^13.6.5", - "date-fns": "^2.30.0", + "date-fns": "^3.6.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 3a13152a..418c36ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -402,8 +402,8 @@ importers: specifier: ^13.6.5 version: 13.6.5 date-fns: - specifier: ^2.30.0 - version: 2.30.0 + specifier: ^3.6.0 + version: 3.6.0 eslint-config-next: specifier: ^14.1.0 version: 14.1.0(eslint@8.56.0)(typescript@5.4.2) @@ -9618,6 +9618,11 @@ packages: engines: {node: '>=0.11'} dependencies: '@babel/runtime': 7.23.9 + dev: false + + /date-fns@3.6.0: + resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==} + dev: true /dayjs@1.11.10: resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==}