From 95dc08994322ef58d43e80678db3732d0a49683b Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 21 Jun 2024 00:17:18 +0000 Subject: [PATCH] Update dependency @types/uuid to v10 --- virtweb_frontend/package-lock.json | 9 +++++---- virtweb_frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/virtweb_frontend/package-lock.json b/virtweb_frontend/package-lock.json index 306886f..c6a13cd 100644 --- a/virtweb_frontend/package-lock.json +++ b/virtweb_frontend/package-lock.json @@ -25,7 +25,7 @@ "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@types/react-syntax-highlighter": "^15.5.11", - "@types/uuid": "^9.0.5", + "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.2.1", "date-and-time": "^3.1.1", "filesize": "^10.0.12", @@ -6015,9 +6015,10 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "license": "MIT" }, "node_modules/@types/ws": { "version": "8.5.10", diff --git a/virtweb_frontend/package.json b/virtweb_frontend/package.json index 32f598c..3d94f23 100644 --- a/virtweb_frontend/package.json +++ b/virtweb_frontend/package.json @@ -21,7 +21,7 @@ "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "@types/react-syntax-highlighter": "^15.5.11", - "@types/uuid": "^9.0.5", + "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.2.1", "date-and-time": "^3.1.1", "filesize": "^10.0.12",