From 25b27fc37a2f5fefb9b10abdd0a2d3e1ba1e6393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:11:03 +0000 Subject: [PATCH] build(deps-dev): bump uuid from 11.0.2 to 11.0.3 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 48e46f5b..1f17ed87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "mocha": "10.8.2", "nock": "13.5.6", "tail": "2.2.6", - "uuid": "11.0.2" + "uuid": "11.0.3" }, "engines": { "node": "^18 || ^20 || ^22" @@ -3722,9 +3722,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==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", diff --git a/package.json b/package.json index 62cc9f4b..d2b1bad2 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "mocha": "10.8.2", "nock": "13.5.6", "tail": "2.2.6", - "uuid": "11.0.2" + "uuid": "11.0.3" }, "scripts": { "lint": "eslint --ignore-path .gitignore .",