From 0e3b5d935920dbccc5f04a8ea31939a3b29b9630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:37:48 +0000 Subject: [PATCH] build(deps-dev): bump uuid from 9.0.0 to 9.0.1 Bumps [uuid](https://github.com/uuidjs/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) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++------------------ package.json | 2 +- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd6693a11..818c5554f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "stylelint-config-recommended-scss": "13.1.0", "ts-node": "10.9.2", "typescript": "5.1.6", - "uuid": "9.0.0", + "uuid": "9.0.1", "webpack-bundle-analyzer": "4.10.1", "whatwg-fetch": "3.6.20" }, @@ -19409,20 +19409,7 @@ "peer": true, "dependencies": { "tiny-emitter": "^2.1.0", - "uuid": "^9.0.1" - } - }, - "node_modules/unleash-proxy-client/node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "peer": true, - "bin": { - "uuid": "dist/bin/uuid" + "uuid": "9.0.1" } }, "node_modules/unpipe": { @@ -19557,9 +19544,13 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "dev": true, - "license": "MIT", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index b44c957ac..ce7345089 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "stylelint-config-recommended-scss": "13.1.0", "ts-node": "10.9.2", "typescript": "5.1.6", - "uuid": "9.0.0", + "uuid": "9.0.1", "webpack-bundle-analyzer": "4.10.1", "whatwg-fetch": "3.6.20" },