From 0c8e65f8168f2ddad696d48bae3859e63f164ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:19:19 +0000 Subject: [PATCH] chore(deps): bump date-fns in /interfaces/IBF-dashboard Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.1.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/compare/v3.6.0...v4.1.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- interfaces/IBF-dashboard/package-lock.json | 14 +++++++------- interfaces/IBF-dashboard/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interfaces/IBF-dashboard/package-lock.json b/interfaces/IBF-dashboard/package-lock.json index d8ebe7277..286c2e673 100644 --- a/interfaces/IBF-dashboard/package-lock.json +++ b/interfaces/IBF-dashboard/package-lock.json @@ -23,7 +23,7 @@ "@ngx-translate/http-loader": "^8.0.0", "@turf/center": "^6.0.1", "@turf/invariant": "^6.1.2", - "date-fns": "^3.6.0", + "date-fns": "^4.1.0", "dotenv": "^16.0.1", "gzipper": "^7.2.0", "leaflet": "^1.9.4", @@ -46,9 +46,9 @@ "@angular/compiler-cli": "^18.2.12", "@angular/language-service": "^18.2.12", "@ionic/cli": "^7.2.0", - "@tailwindcss/aspect-ratio": "latest", - "@tailwindcss/forms": "latest", - "@tailwindcss/line-clamp": "latest", + "@tailwindcss/aspect-ratio": "*", + "@tailwindcss/forms": "*", + "@tailwindcss/line-clamp": "*", "@tanstack/eslint-plugin-query": "^5.61.3", "@types/jasmine": "^5.1.4", "@types/leaflet": "^1.9.12", @@ -8366,9 +8366,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.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/interfaces/IBF-dashboard/package.json b/interfaces/IBF-dashboard/package.json index 8931b225c..f08828b30 100644 --- a/interfaces/IBF-dashboard/package.json +++ b/interfaces/IBF-dashboard/package.json @@ -39,7 +39,7 @@ "@ngx-translate/http-loader": "^8.0.0", "@turf/center": "^6.0.1", "@turf/invariant": "^6.1.2", - "date-fns": "^3.6.0", + "date-fns": "^4.1.0", "dotenv": "^16.0.1", "gzipper": "^7.2.0", "leaflet": "^1.9.4",