Update dependency @types/uuid to v9.0.4
This commit is contained in:
parent
840f717ef0
commit
dbd0ce5f4a
@ -14,7 +14,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "18.17.15",
|
"@types/node": "18.17.15",
|
||||||
"@types/react": "18.2.21",
|
"@types/react": "18.2.21",
|
||||||
"@types/uuid": "9.0.3",
|
"@types/uuid": "9.0.4",
|
||||||
"autoprefixer": "10.4.15",
|
"autoprefixer": "10.4.15",
|
||||||
"postcss": "8.4.29",
|
"postcss": "8.4.29",
|
||||||
"prettier": "3.0.3",
|
"prettier": "3.0.3",
|
||||||
|
@ -3,7 +3,7 @@ lockfileVersion: 5.3
|
|||||||
specifiers:
|
specifiers:
|
||||||
'@types/node': 18.17.15
|
'@types/node': 18.17.15
|
||||||
'@types/react': 18.2.21
|
'@types/react': 18.2.21
|
||||||
'@types/uuid': 9.0.3
|
'@types/uuid': 9.0.4
|
||||||
autoprefixer: 10.4.15
|
autoprefixer: 10.4.15
|
||||||
next: latest
|
next: latest
|
||||||
postcss: 8.4.29
|
postcss: 8.4.29
|
||||||
@ -25,7 +25,7 @@ dependencies:
|
|||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/node': 18.17.15
|
'@types/node': 18.17.15
|
||||||
'@types/react': 18.2.21
|
'@types/react': 18.2.21
|
||||||
'@types/uuid': 9.0.3
|
'@types/uuid': 9.0.4
|
||||||
autoprefixer: 10.4.15_postcss@8.4.29
|
autoprefixer: 10.4.15_postcss@8.4.29
|
||||||
postcss: 8.4.29
|
postcss: 8.4.29
|
||||||
prettier: 3.0.3
|
prettier: 3.0.3
|
||||||
@ -207,8 +207,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==}
|
resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/uuid/9.0.3:
|
/@types/uuid/9.0.4:
|
||||||
resolution: {integrity: sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==}
|
resolution: {integrity: sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/any-promise/1.3.0:
|
/any-promise/1.3.0:
|
||||||
|
@ -154,10 +154,10 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
|
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
|
||||||
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
|
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
|
||||||
|
|
||||||
"@types/uuid@9.0.3":
|
"@types/uuid@9.0.4":
|
||||||
version "9.0.3"
|
version "9.0.4"
|
||||||
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.3.tgz#6cdd939b4316b4f81625de9f06028d848c4a1533"
|
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.4.tgz#e884a59338da907bda8d2ed03e01c5c49d036f1c"
|
||||||
integrity sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==
|
integrity sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==
|
||||||
|
|
||||||
any-promise@^1.0.0:
|
any-promise@^1.0.0:
|
||||||
version "1.3.0"
|
version "1.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user