diff --git a/src/frontend/efiling-demo/package.json b/src/frontend/efiling-demo/package.json index b98c2760b..6ebdb2e3e 100644 --- a/src/frontend/efiling-demo/package.json +++ b/src/frontend/efiling-demo/package.json @@ -30,7 +30,7 @@ "react-scripts": "^5.0.1", "regenerator-runtime": "^0.13.5", "shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.8/shared-components-1.2.8.tgz", - "uuid": "^8.3.1" + "uuid": "^10.0.0" }, "scripts": { "start": "react-app-rewired start", diff --git a/src/frontend/efiling-demo/yarn.lock b/src/frontend/efiling-demo/yarn.lock index 995373539..6b8593abc 100644 --- a/src/frontend/efiling-demo/yarn.lock +++ b/src/frontend/efiling-demo/yarn.lock @@ -14367,7 +14367,12 @@ uuid-browser@^3.1.0: resolved "https://registry.yarnpkg.com/uuid-browser/-/uuid-browser-3.1.0.tgz#0f05a40aef74f9e5951e20efbf44b11871e56410" integrity sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA= -uuid@^8.3.1, uuid@^8.3.2: +uuid@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" + integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== + +uuid@^8.3.2: version "8.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==