From 6cc66f15367e465daee82ef742690205118826ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:18:27 +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.3 - [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.3) --- 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 ebd8e50..1189e40 100644 --- a/posts/api/lambda/package.json +++ b/posts/api/lambda/package.json @@ -11,7 +11,7 @@ "aws-sdk": "^2.1692.0", "dynamodb-toolbox": "^0.7.0", "lodash": "^4.17.21", - "uuid": "^10.0.0" + "uuid": "^11.0.3" }, "devDependencies": { "@types/aws-lambda": "^8.10.146", diff --git a/yarn.lock b/yarn.lock index 5c2894d..fc52065 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11837,10 +11837,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.3: + version "11.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.3.tgz#248451cac9d1a4a4128033e765d137e2b2c49a3d" + integrity sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg== v8-compile-cache-lib@^3.0.1: version "3.0.1"