diff --git a/ccdaservice/package-lock.json b/ccdaservice/package-lock.json index 4dbd6ae0734..1cedc919ba2 100644 --- a/ccdaservice/package-lock.json +++ b/ccdaservice/package-lock.json @@ -16,7 +16,7 @@ "net": "1.0.2", "oe-cqm-service": "6.0.0", "oe-schematron-service": "1.1.1", - "uuid": "11.0.3", + "uuid": "^11.0.5", "xmljson": "0.2.0" } }, @@ -3544,9 +3544,9 @@ } }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -3834,7 +3834,6 @@ "license": "ISC" }, "oe-blue-button-generate": { - "name": "oe-blue-button-generate", "version": "1.5.10", "license": "Apache-2.0", "devDependencies": {}, diff --git a/ccdaservice/package.json b/ccdaservice/package.json index 3190219f039..ec48f54223b 100644 --- a/ccdaservice/package.json +++ b/ccdaservice/package.json @@ -14,7 +14,7 @@ "oe-cqm-service": "6.0.0", "oe-schematron-service": "1.1.1", "moment": "2.30.1", - "uuid": "11.0.3", + "uuid": "11.0.5", "xmljson": "0.2.0" } }