From 49b2c58e5bfd315c0a459549c0a31ce58bd9a29f Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:11:50 +0000 Subject: [PATCH] chore(deps): update dependency @types/uuid to v9.0.8 (#559) Co-authored-by: tradeshift-renovate[bot] <121954292+tradeshift-renovate[bot]@users.noreply.github.com> --- .npmrc | 2 ++ package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.npmrc b/.npmrc index 83c3c4e4..3d9a081e 100644 --- a/.npmrc +++ b/.npmrc @@ -5,6 +5,8 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com + diff --git a/package-lock.json b/package-lock.json index c0153e45..1300b840 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/jest": "29.4.4", "@types/node": "18.16.3", "@types/semver": "7.5.6", - "@types/uuid": "9.0.7", + "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "@vercel/ncc": "0.38.1", @@ -1831,9 +1831,9 @@ } }, "node_modules/@types/uuid": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", - "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", "dev": true }, "node_modules/@types/yargs": { @@ -8343,9 +8343,9 @@ } }, "@types/uuid": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", - "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", "dev": true }, "@types/yargs": { diff --git a/package.json b/package.json index 6eccf7bd..d5408e99 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/jest": "29.4.4", "@types/node": "18.16.3", "@types/semver": "7.5.6", - "@types/uuid": "9.0.7", + "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "@vercel/ncc": "0.38.1",