From e45a1064091d58732af78697516979f614d74ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Mon, 4 Nov 2024 20:01:20 +0000 Subject: [PATCH] chore: update deps UUID is now published in TypeScript, so the @types/uuid package is not needed --- frontend/package.json | 5 ++--- package-lock.json | 26 +++++++++----------------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 72e493bed6b..16b2ab8b99a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "axios": "1.7.7", "blurhash": "2.0.5", "comlink": "4.4.1", - "date-fns": "3.6.0", + "date-fns": "4.1.0", "defu": "6.1.4", "destr": "2.0.3", "dompurify": "3.1.7", @@ -40,7 +40,7 @@ "marked": "14.1.3", "sortablejs": "1.15.3", "swiper": "11.1.14", - "uuid": "10.0.0", + "uuid": "11.0.2", "vue": "3.5.12", "vue-i18n": "9.14.1", "vue-router": "4.4.5", @@ -54,7 +54,6 @@ "@rollup/plugin-virtual": "3.0.2", "@types/dompurify": "3.0.5", "@types/sortablejs": "1.15.8", - "@types/uuid": "10.0.0", "@vitejs/plugin-vue": "5.1.4", "browserslist": "4.24.0", "lightningcss": "1.27.0", diff --git a/package-lock.json b/package-lock.json index 04089ab6a3f..7c134044691 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "axios": "1.7.7", "blurhash": "2.0.5", "comlink": "4.4.1", - "date-fns": "3.6.0", + "date-fns": "4.1.0", "defu": "6.1.4", "destr": "2.0.3", "dompurify": "3.1.7", @@ -49,7 +49,7 @@ "marked": "14.1.3", "sortablejs": "1.15.3", "swiper": "11.1.14", - "uuid": "10.0.0", + "uuid": "11.0.2", "vue": "3.5.12", "vue-i18n": "9.14.1", "vue-router": "4.4.5", @@ -63,7 +63,6 @@ "@rollup/plugin-virtual": "3.0.2", "@types/dompurify": "3.0.5", "@types/sortablejs": "1.15.8", - "@types/uuid": "10.0.0", "@vitejs/plugin-vue": "5.1.4", "browserslist": "4.24.0", "lightningcss": "1.27.0", @@ -2389,13 +2388,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/web-bluetooth": { "version": "0.0.20", "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", @@ -4334,9 +4326,9 @@ "license": "MIT" }, "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==", "license": "MIT", "funding": { "type": "github", @@ -9421,16 +9413,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/validate-npm-package-license": {