From 4e485416469381dfb0c2ec7bb53d1512bf8ea6de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jan 2024 16:06:22 +0000 Subject: [PATCH] fix: upgrade date-fns from 3.1.0 to 3.2.0 Snyk has created this PR to upgrade date-fns from 3.1.0 to 3.2.0. See this package in npm: https://www.npmjs.com/package/date-fns See this project in Snyk: https://app.snyk.io/org/hellotech69/project/a9794d91-9bef-473f-9bc8-15c9c9fa35c9?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ecc07e8..0878bcd 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "@tanstack/table-core": "^8.11.2", "apexcharts": "^3.45.1", "axios": "^1.6.4", - "date-fns": "^3.1.0", + "date-fns": "^3.2.0", "encrypt-storage": "^2.12.22", "framer-motion": "^10.16.14", "i": "^0.3.7", @@ -5283,9 +5283,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/date-fns": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.1.0.tgz", - "integrity": "sha512-ZO7yefXV/wCWzd3I9haCHmfzlfA3i1a2HHO7ZXjtJrRjXt8FULKJ2Vl8wji3XYF4dQ0ZJ/tokXDZeYlFvgms9Q==", + "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/client/package.json b/client/package.json index 26ea28d..a86d3ee 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "@tanstack/table-core": "^8.11.2", "apexcharts": "^3.45.1", "axios": "^1.6.4", - "date-fns": "^3.1.0", + "date-fns": "^3.2.0", "encrypt-storage": "^2.12.22", "framer-motion": "^10.16.14", "i": "^0.3.7",