diff --git a/package-lock.json b/package-lock.json index 6c4e750..0f4bb28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chalk": "^5.3.0", "console-table-printer": "^2.12.0", - "date-fns": "^3.4.0", + "date-fns": "^3.6.0", "diff": "^5.2.0", "fast-json-stable-stringify": "^2.1.0", "fast-sha256": "^1.3.0", @@ -533,9 +533,9 @@ } }, "node_modules/date-fns": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.4.0.tgz", - "integrity": "sha512-Akz4R8J9MXBsOgF1QeWeCsbv6pntT5KCPjU0Q9prBxVmWJYPLhwAIsNg3b0QAdr0ttiozYLD3L/af7Ra0jqYXw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/package.json b/package.json index 8534a61..e70d789 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "chalk": "^5.3.0", "console-table-printer": "^2.12.0", - "date-fns": "^3.4.0", + "date-fns": "^3.6.0", "diff": "^5.2.0", "fast-json-stable-stringify": "^2.1.0", "fast-sha256": "^1.3.0",