diff --git a/package-lock.json b/package-lock.json index 9b890288..fda68164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "azure-kusto-data": "^5.2.3", "azure-kusto-ingest": "^5.2.3", - "date-fns": "^3.0.6", + "date-fns": "^3.2.0", "debug": "^4.3.4", "dotenv": "^16.3.1", "google-auth-library": "^9.4.1", @@ -2333,9 +2333,9 @@ } }, "node_modules/date-fns": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.6.tgz", - "integrity": "sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", + "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/package.json b/package.json index 7f3dd72f..60edb669 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "azure-kusto-data": "^5.2.3", "azure-kusto-ingest": "^5.2.3", - "date-fns": "^3.0.6", + "date-fns": "^3.2.0", "debug": "^4.3.4", "dotenv": "^16.3.1", "google-auth-library": "^9.4.1",