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",