From c1236755cdf1bc06381cb258715bb6d1f1dd70b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:44:20 -0500 Subject: [PATCH] build(deps-dev): bump @types/uuid from 9.0.6 to 9.0.7 (#164) 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 375cc342..60128579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@testing-library/react": "^14.0.0", "@types/jest-axe": "^3.5.7", "@types/lodash": "^4.14.200", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "@typescript-eslint/parser": "^6.10.0", "babel-plugin-root-import": "^6.6.0", "depcheck": "^1.4.7", @@ -4688,9 +4688,9 @@ "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" }, "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": { diff --git a/package.json b/package.json index 5fd877c4..a520ba57 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@testing-library/react": "^14.0.0", "@types/jest-axe": "^3.5.7", "@types/lodash": "^4.14.200", - "@types/uuid": "^9.0.6", + "@types/uuid": "^9.0.7", "@typescript-eslint/parser": "^6.10.0", "babel-plugin-root-import": "^6.6.0", "depcheck": "^1.4.7",