From c706848c9365c0047bddead3134c20c1aafe1e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:57:00 +0000 Subject: [PATCH] build(deps): bump date-fns from 3.3.1 to 3.6.0 in /frontend Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.1 to 3.6.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.3.1...v3.6.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 22cf3174..21269b8c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "@vector-im/compound-design-tokens": "1.2.0", "@vector-im/compound-web": "^3.1.3", "classnames": "^2.5.1", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "graphql": "^16.8.1", "history": "^5.3.0", "i18next": "^23.10.1", @@ -12103,9 +12103,9 @@ "dev": true }, "node_modules/date-fns": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", - "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", + "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/frontend/package.json b/frontend/package.json index 15fa75a0..b65aec3d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "@vector-im/compound-design-tokens": "1.2.0", "@vector-im/compound-web": "^3.1.3", "classnames": "^2.5.1", - "date-fns": "^3.3.1", + "date-fns": "^3.6.0", "graphql": "^16.8.1", "history": "^5.3.0", "i18next": "^23.10.1",