From d0d573927d29242072457d96e1c781a2c38ef9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:27:41 +0000 Subject: [PATCH] chore(deps): Bump uuid in the uuid group across 1 directory Bumps the uuid group with 1 update in the / directory: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 10.0.0 to 11.0.2 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v11.0.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: uuid ... Signed-off-by: dependabot[bot] --- posts/api/lambda/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/posts/api/lambda/package.json b/posts/api/lambda/package.json index 0455e58..d005413 100644 --- a/posts/api/lambda/package.json +++ b/posts/api/lambda/package.json @@ -11,7 +11,7 @@ "aws-sdk": "^2.1659.0", "dynamodb-toolbox": "^0.7.0", "lodash": "^4.17.21", - "uuid": "^10.0.0" + "uuid": "^11.0.2" }, "devDependencies": { "@types/aws-lambda": "^8.10.141", diff --git a/yarn.lock b/yarn.lock index 76792f1..7483afb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11858,10 +11858,10 @@ uuid@9.0.1: resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== -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@^11.0.2: + version "11.0.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875" + integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ== v8-compile-cache-lib@^3.0.1: version "3.0.1"