diff --git a/internals-js/package.json b/internals-js/package.json
index 93e1b973a..ab17a7cea 100644
--- a/internals-js/package.json
+++ b/internals-js/package.json
@@ -25,7 +25,7 @@
   "dependencies": {
     "chalk": "^4.1.0",
     "js-levenshtein": "^1.1.6",
-    "@types/uuid": "^9.0.0",
+    "@types/uuid": "^10.0.0",
     "uuid": "^9.0.0"
   },
   "publishConfig": {
diff --git a/package-lock.json b/package-lock.json
index 24d28b920..9bb0b0866 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -37,7 +37,7 @@
         "@types/nock": "10.0.3",
         "@types/node": "14.18.63",
         "@types/node-fetch": "2.6.9",
-        "@types/uuid": "9.0.7",
+        "@types/uuid": "10.0.0",
         "@typescript-eslint/eslint-plugin": "5.62.0",
         "bunyan": "1.8.15",
         "codecov": "3.8.3",
@@ -128,7 +128,7 @@
       "version": "2.9.3",
       "license": "Elastic-2.0",
       "dependencies": {
-        "@types/uuid": "^9.0.0",
+        "@types/uuid": "^10.0.0",
         "chalk": "^4.1.0",
         "js-levenshtein": "^1.1.6",
         "uuid": "^9.0.0"
@@ -4154,9 +4154,10 @@
       "license": "MIT"
     },
     "node_modules/@types/uuid": {
-      "version": "9.0.7",
-      "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz",
-      "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g=="
+      "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.4",
diff --git a/package.json b/package.json
index 88444ebd8..98cc970fb 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
     "@types/nock": "10.0.3",
     "@types/node": "14.18.63",
     "@types/node-fetch": "2.6.9",
-    "@types/uuid": "9.0.7",
+    "@types/uuid": "10.0.0",
     "@typescript-eslint/eslint-plugin": "5.62.0",
     "bunyan": "1.8.15",
     "codecov": "3.8.3",