diff --git a/package-lock.json b/package-lock.json index 17a4203a2..a92a9d90e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5640,11 +5640,6 @@ "strip-bom": "*" } }, - "node_modules/@types/uuid": { - "version": "8.3.4", - "dev": true, - "license": "MIT" - }, "node_modules/@types/validator": { "version": "9.4.4", "dev": true, @@ -22156,6 +22151,7 @@ "node_modules/uuid": { "version": "8.3.2", "license": "MIT", + "peer": true, "bin": { "uuid": "dist/bin/uuid" } @@ -24063,7 +24059,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.1", "xml2js": "^0.5.0" }, "bin": { @@ -24076,7 +24072,6 @@ "@types/node": "^14.17.2", "@types/node-fetch": "^2.5.10", "@types/sinon": "^21.0.1", - "@types/uuid": "^8.3.0", "@types/validator": "^9.4.4", "@types/xml2js": "^0.4.5", "concurrently": "^9.0.0", @@ -24148,6 +24143,19 @@ "node": ">= 4.0.0" } }, + "packages/office-addin-manifest/node_modules/uuid": { + "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" + ], + "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..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": "^8.3.2", + "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": "^8.3.0", "@types/validator": "^9.4.4", "@types/xml2js": "^0.4.5", "concurrently": "^9.0.0",