Update dependency @types/uuid to v8.3.1

This commit is contained in:
Renovate Bot
2021-09-08 21:00:48 +00:00
committed by Thomas Ruoff
parent ce17fb13dc
commit cb2638ca4c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2204,9 +2204,9 @@
"integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ=="
},
"@types/uuid": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz",
"integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==",
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz",
"integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==",
"dev": true
},
"@types/yargs": {

View File

@@ -30,7 +30,7 @@
"@types/jest": "26.0.24",
"@types/react": "17.0.20",
"@types/react-calendar": "3.4.3",
"@types/uuid": "8.3.0",
"@types/uuid": "8.3.1",
"eslint": "7.30.0",
"eslint-config-next": "11.0.0",
"jest": "26.6.3",