From dbd0ce5f4a164366c9881367f11cb6450f326193 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 14 Sep 2023 14:27:49 +0000 Subject: [PATCH] Update dependency @types/uuid to v9.0.4 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index cfe58f8..3574e22 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/node": "18.17.15", "@types/react": "18.2.21", - "@types/uuid": "9.0.3", + "@types/uuid": "9.0.4", "autoprefixer": "10.4.15", "postcss": "8.4.29", "prettier": "3.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8429dbd..a645bee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,7 @@ lockfileVersion: 5.3 specifiers: '@types/node': 18.17.15 '@types/react': 18.2.21 - '@types/uuid': 9.0.3 + '@types/uuid': 9.0.4 autoprefixer: 10.4.15 next: latest postcss: 8.4.29 @@ -25,7 +25,7 @@ dependencies: devDependencies: '@types/node': 18.17.15 '@types/react': 18.2.21 - '@types/uuid': 9.0.3 + '@types/uuid': 9.0.4 autoprefixer: 10.4.15_postcss@8.4.29 postcss: 8.4.29 prettier: 3.0.3 @@ -207,8 +207,8 @@ packages: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} dev: true - /@types/uuid/9.0.3: - resolution: {integrity: sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==} + /@types/uuid/9.0.4: + resolution: {integrity: sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==} dev: true /any-promise/1.3.0: diff --git a/yarn.lock b/yarn.lock index 69d823b..c93aa41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -154,10 +154,10 @@ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== -"@types/uuid@9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.3.tgz#6cdd939b4316b4f81625de9f06028d848c4a1533" - integrity sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug== +"@types/uuid@9.0.4": + version "9.0.4" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.4.tgz#e884a59338da907bda8d2ed03e01c5c49d036f1c" + integrity sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA== any-promise@^1.0.0: version "1.3.0"