From ec999ab040efa073c50e77471ce13e9161b1ab4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:27:36 +0000 Subject: [PATCH] build(deps): bump uuid from 8.3.2 to 9.0.1 in /frontend/shared Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.1. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/shared/package.json b/frontend/shared/package.json index 1aeba1243f..9420dfd07b 100644 --- a/frontend/shared/package.json +++ b/frontend/shared/package.json @@ -35,7 +35,7 @@ "react-table": "^7.7.0", "react-toastify": "^9.0.4", "styled-components": "^5.3.1", - "uuid": "^8.3.2" + "uuid": "^9.0.1" }, "devDependencies": { "eslint-config-adjunct": "^4.11.1",