Update dependency @types/uuid to v9.0.4

This commit is contained in:
renovate[bot]
2023-09-14 15:27:21 +00:00
parent 4d2bd2cce2
commit cf2b9997b9
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "^6.4.7",
"@types/react": "18.2.21", "@types/react": "18.2.21",
"@types/react-calendar": "3.9.0", "@types/react-calendar": "3.9.0",
"@types/uuid": "9.0.3", "@types/uuid": "9.0.4",
"eslint": "8.49.0", "eslint": "8.49.0",
"eslint-config-next": "13.3.4", "eslint-config-next": "13.3.4",
"eslint-config-prettier": "8.10.0", "eslint-config-prettier": "8.10.0",
@@ -3954,9 +3954,9 @@
"integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ=="
}, },
"node_modules/@types/uuid": { "node_modules/@types/uuid": {
"version": "9.0.3", "version": "9.0.4",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz",
"integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==", "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==",
"dev": true "dev": true
}, },
"node_modules/@types/webidl-conversions": { "node_modules/@types/webidl-conversions": {
@@ -15324,9 +15324,9 @@
"integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ=="
}, },
"@types/uuid": { "@types/uuid": {
"version": "9.0.3", "version": "9.0.4",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz",
"integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==", "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==",
"dev": true "dev": true
}, },
"@types/webidl-conversions": { "@types/webidl-conversions": {

View File

@@ -34,7 +34,7 @@
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "^6.4.7",
"@types/react": "18.2.21", "@types/react": "18.2.21",
"@types/react-calendar": "3.9.0", "@types/react-calendar": "3.9.0",
"@types/uuid": "9.0.3", "@types/uuid": "9.0.4",
"eslint": "8.49.0", "eslint": "8.49.0",
"eslint-config-next": "13.3.4", "eslint-config-next": "13.3.4",
"eslint-config-prettier": "8.10.0", "eslint-config-prettier": "8.10.0",