From bf0ec6ffe722d88a1fc7b6ab11306cd32b8d8870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:19:14 -0500 Subject: [PATCH] Bump uuid from 11.0.2 to 11.0.3 (#361) Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 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/v11.0.2...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arman Jahanpour <77515879+rmanaem@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0573791..39ba5ce1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-router-dom": "^6.28.0", "react-simple-chatbot": "^0.6.1", "styled-components": "^4.4.1", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@kesills/eslint-config-airbnb-typescript": "^20.0.0", @@ -10958,9 +10958,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index e3a8785f..9877c6d9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-router-dom": "^6.28.0", "react-simple-chatbot": "^0.6.1", "styled-components": "^4.4.1", - "uuid": "^11.0.2" + "uuid": "^11.0.3" }, "devDependencies": { "@kesills/eslint-config-airbnb-typescript": "^20.0.0",