From 9ede6eb8cc455ab8bb5fd8ce928527a8a2f8bb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:10:17 +0100 Subject: [PATCH] chore(deps)(deps-dev): bump @types/uuid from 9.0.6 to 9.0.7 (#1735) Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.6 to 9.0.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- packages/core/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a598f0ef2..12e9564c2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3998,9 +3998,9 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", - "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", + "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", "dev": true }, "node_modules/@types/ws": { @@ -25853,7 +25853,7 @@ "@types/chai": "^4.3.11", "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "@waku/build-utils": "*", "chai": "^4.3.10", "cspell": "^7.3.2", @@ -28766,9 +28766,9 @@ "version": "3.0.0" }, "@types/uuid": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", - "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", + "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", "dev": true }, "@types/ws": { @@ -29062,7 +29062,7 @@ "@types/chai": "^4.3.11", "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "@waku/build-utils": "*", "@waku/enr": "^0.0.19", "@waku/interfaces": "0.0.20", diff --git a/packages/core/package.json b/packages/core/package.json index 5a911c8a6e..7a3f75143f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -93,7 +93,7 @@ "@types/chai": "^4.3.11", "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "@waku/build-utils": "*", "chai": "^4.3.10", "cspell": "^7.3.2",