From 238cf76cf574c7b4daebc8bd1b1506373d17c668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:23:53 -0300 Subject: [PATCH] build(deps): bump date-fns from 3.6.0 to 4.0.0 (#1245) Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.0.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/commits) --- 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> --- 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 e9999eb9..89788d2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/eslint-parser": "^7.25.1", "@vercel/og": "^0.6.2", - "date-fns": "^3.6.0", + "date-fns": "^4.0.0", "next": "^14.2.9", "prettier-eslint-cli": "^8.0.1", "react": "^18.3.1", @@ -4060,9 +4060,9 @@ } }, "node_modules/date-fns": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", - "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.0.0.tgz", + "integrity": "sha512-6K33+I8fQ5otvHgLIvKK1xmMbLAh0pduyrx7dwMXKiGYeoWhmk6M3Zoak9n7bXHMJQlHq1yqmdGy1QxKddJjUA==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/package.json b/package.json index 0ac865fe..7a4f7737 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@babel/eslint-parser": "^7.25.1", "@vercel/og": "^0.6.2", - "date-fns": "^3.6.0", + "date-fns": "^4.0.0", "next": "^14.2.9", "prettier-eslint-cli": "^8.0.1", "react": "^18.3.1",