Update dependency @types/uuid to v8.3.3

This commit is contained in:
Renovate Bot
2021-11-24 15:16:43 +00:00
committed by renovate[bot]
parent 18894ae911
commit 7674ecb124
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1510,9 +1510,9 @@
"dev": true "dev": true
}, },
"@types/uuid": { "@types/uuid": {
"version": "8.3.0", "version": "8.3.3",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.3.tgz",
"integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==", "integrity": "sha512-0LbEEx1zxrYB3pgpd1M5lEhLcXjKJnYghvhTRgaBeUivLHMDM1TzF3IJ6hXU2+8uA4Xz+5BA63mtZo5DjVT8iA==",
"dev": true "dev": true
}, },
"@types/yargs": { "@types/yargs": {

View File

@@ -23,7 +23,7 @@
"@types/node": "14.14.33", "@types/node": "14.14.33",
"@types/react": "17.0.36", "@types/react": "17.0.36",
"@types/react-dom": "17.0.11", "@types/react-dom": "17.0.11",
"@types/uuid": "8.3.0", "@types/uuid": "8.3.3",
"autoprefixer": "10.2.5", "autoprefixer": "10.2.5",
"babel-jest": "26.6.3", "babel-jest": "26.6.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",