From 602cafb647190273fa3f2ff8c4c52cae717299d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 02:14:08 +0000 Subject: [PATCH] chore(deps-dev): bump @types/uuid from 9.0.6 to 9.0.7 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] --- packages/iot-app-kit-visualizations/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/iot-app-kit-visualizations/package.json b/packages/iot-app-kit-visualizations/package.json index 8098f60e9..371736653 100644 --- a/packages/iot-app-kit-visualizations/package.json +++ b/packages/iot-app-kit-visualizations/package.json @@ -69,7 +69,7 @@ "@types/lodash.throttle": "^4.1.9", "@types/lodash.uniq": "^4.5.9", "@types/lodash.uniqby": "^4.7.9", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "babel-core": "^6.26.3", "babel-loader": "^9.1.3", "color": "^4.2.3", diff --git a/yarn.lock b/yarn.lock index e50a890b0..6edd53d56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3481,10 +3481,10 @@ resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz" integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== -"@types/uuid@^9.0.6": - version "9.0.6" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.6.tgz#c91ae743d8344a54b2b0c691195f5ff5265f6dfb" - integrity sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew== +"@types/uuid@^9.0.7": + version "9.0.7" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8" + integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g== "@types/vfile-message@*": version "2.0.0"