From 9c8ce769c19b0e16cfbc702622686ddfc419097f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:59:03 +0000 Subject: [PATCH] chore(deps): Bump uuid and @types/uuid Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 9.0.0 to 9.0.1 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) Updates `@types/uuid` from 9.0.1 to 9.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/uuid" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- generator/src/main/resources/dependencies/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/src/main/resources/dependencies/package.json b/generator/src/main/resources/dependencies/package.json index 17fe6008..4501e921 100644 --- a/generator/src/main/resources/dependencies/package.json +++ b/generator/src/main/resources/dependencies/package.json @@ -5,8 +5,8 @@ }, "dependencies": { "@types/node": "20.1.2", - "@types/uuid": "9.0.1", - "uuid": "9.0.0", + "@types/uuid": "9.0.4", + "uuid": "9.0.1", "typescript-json-serializer": "6.0.0" }, "devDependencies": {