From 4786367d305841f02198fc3e42e65b163b5687a6 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 22 Feb 2023 13:57:13 +0000 Subject: [PATCH] Update dependency @types/uuid to v9.0.1 --- 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 be29c90..2854ee6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/node": "18.14.0", "@types/react": "18.0.28", - "@types/uuid": "9.0.0", + "@types/uuid": "9.0.1", "autoprefixer": "10.4.13", "postcss": "8.4.21", "prettier": "2.8.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index acebbd7..6fdf158 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,7 @@ lockfileVersion: 5.3 specifiers: '@types/node': 18.14.0 '@types/react': 18.0.28 - '@types/uuid': 9.0.0 + '@types/uuid': 9.0.1 autoprefixer: 10.4.13 next: latest postcss: 8.4.21 @@ -25,7 +25,7 @@ dependencies: devDependencies: '@types/node': 18.14.0 '@types/react': 18.0.28 - '@types/uuid': 9.0.0 + '@types/uuid': 9.0.1 autoprefixer: 10.4.13_postcss@8.4.21 postcss: 8.4.21 prettier: 2.8.4 @@ -204,8 +204,8 @@ packages: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} dev: true - /@types/uuid/9.0.0: - resolution: {integrity: sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==} + /@types/uuid/9.0.1: + resolution: {integrity: sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==} dev: true /acorn-node/1.8.2: diff --git a/yarn.lock b/yarn.lock index 7b46c98..c2b077c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -112,10 +112,10 @@ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== -"@types/uuid@9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2" - integrity sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q== +"@types/uuid@9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6" + integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA== acorn-node@^1.8.2: version "1.8.2"