From b50a230f990b226442030414ed4261a87df83bf0 Mon Sep 17 00:00:00 2001 From: Tim Wan Date: Fri, 19 Jun 2026 17:31:57 -0700 Subject: [PATCH 1/2] Upgrade UUID to 14.0 --- package-lock.json | 27 ++++++++++++++++++--- packages/office-addin-manifest/package.json | 4 +-- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17a4203a2..e8b36d16c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5641,9 +5641,15 @@ } }, "node_modules/@types/uuid": { - "version": "8.3.4", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", + "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "uuid": "*" + } }, "node_modules/@types/validator": { "version": "9.4.4", @@ -24063,7 +24069,7 @@ "fs-extra": "^7.0.1", "node-fetch": "^2.6.1", "office-addin-usage-data": "^2.1.0", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "xml2js": "^0.5.0" }, "bin": { @@ -24076,7 +24082,7 @@ "@types/node": "^14.17.2", "@types/node-fetch": "^2.5.10", "@types/sinon": "^21.0.1", - "@types/uuid": "^8.3.0", + "@types/uuid": "^11.0.0", "@types/validator": "^9.4.4", "@types/xml2js": "^0.4.5", "concurrently": "^9.0.0", @@ -24148,6 +24154,19 @@ "node": ">= 4.0.0" } }, + "packages/office-addin-manifest/node_modules/uuid": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "packages/office-addin-mock": { "version": "3.0.9", "license": "MIT", diff --git a/packages/office-addin-manifest/package.json b/packages/office-addin-manifest/package.json index 6627dfad0..fea37da48 100644 --- a/packages/office-addin-manifest/package.json +++ b/packages/office-addin-manifest/package.json @@ -29,7 +29,7 @@ "fs-extra": "^7.0.1", "node-fetch": "^2.6.1", "office-addin-usage-data": "^2.1.0", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "xml2js": "^0.5.0" }, "devDependencies": { @@ -39,7 +39,7 @@ "@types/node": "^14.17.2", "@types/node-fetch": "^2.5.10", "@types/sinon": "^21.0.1", - "@types/uuid": "^8.3.0", + "@types/uuid": "^11.0.0", "@types/validator": "^9.4.4", "@types/xml2js": "^0.4.5", "concurrently": "^9.0.0", From d0937ff8933d6d149e9e1933b0bfe32cfd2165e8 Mon Sep 17 00:00:00 2001 From: Tim Wan Date: Tue, 23 Jun 2026 17:57:42 -0700 Subject: [PATCH 2/2] Remove deprecated uuid types --- package-lock.json | 21 +++++---------------- packages/office-addin-manifest/package.json | 3 +-- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8b36d16c..a92a9d90e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5640,17 +5640,6 @@ "strip-bom": "*" } }, - "node_modules/@types/uuid": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", - "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", - "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", - "dev": true, - "license": "MIT", - "dependencies": { - "uuid": "*" - } - }, "node_modules/@types/validator": { "version": "9.4.4", "dev": true, @@ -22162,6 +22151,7 @@ "node_modules/uuid": { "version": "8.3.2", "license": "MIT", + "peer": true, "bin": { "uuid": "dist/bin/uuid" } @@ -24069,7 +24059,7 @@ "fs-extra": "^7.0.1", "node-fetch": "^2.6.1", "office-addin-usage-data": "^2.1.0", - "uuid": "^14.0.0", + "uuid": "^14.0.1", "xml2js": "^0.5.0" }, "bin": { @@ -24082,7 +24072,6 @@ "@types/node": "^14.17.2", "@types/node-fetch": "^2.5.10", "@types/sinon": "^21.0.1", - "@types/uuid": "^11.0.0", "@types/validator": "^9.4.4", "@types/xml2js": "^0.4.5", "concurrently": "^9.0.0", @@ -24155,9 +24144,9 @@ } }, "packages/office-addin-manifest/node_modules/uuid": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", - "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/packages/office-addin-manifest/package.json b/packages/office-addin-manifest/package.json index fea37da48..fd6dafdce 100644 --- a/packages/office-addin-manifest/package.json +++ b/packages/office-addin-manifest/package.json @@ -29,7 +29,7 @@ "fs-extra": "^7.0.1", "node-fetch": "^2.6.1", "office-addin-usage-data": "^2.1.0", - "uuid": "^14.0.0", + "uuid": "^14.0.1", "xml2js": "^0.5.0" }, "devDependencies": { @@ -39,7 +39,6 @@ "@types/node": "^14.17.2", "@types/node-fetch": "^2.5.10", "@types/sinon": "^21.0.1", - "@types/uuid": "^11.0.0", "@types/validator": "^9.4.4", "@types/xml2js": "^0.4.5", "concurrently": "^9.0.0",