Update dependency @types/uuid to v8.3.4

This commit is contained in:
Renovate Bot
2022-01-06 09:22:48 +00:00
parent 6a24c4b7c2
commit bdf34bd487
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2537,9 +2537,9 @@
"dev": true "dev": true
}, },
"@types/uuid": { "@types/uuid": {
"version": "8.3.3", "version": "8.3.4",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.3.tgz", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz",
"integrity": "sha512-0LbEEx1zxrYB3pgpd1M5lEhLcXjKJnYghvhTRgaBeUivLHMDM1TzF3IJ6hXU2+8uA4Xz+5BA63mtZo5DjVT8iA==", "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==",
"dev": true "dev": true
}, },
"@types/yargs": { "@types/yargs": {

View File

@@ -23,7 +23,7 @@
"@types/node": "16.11.12", "@types/node": "16.11.12",
"@types/react": "17.0.37", "@types/react": "17.0.37",
"@types/react-dom": "17.0.11", "@types/react-dom": "17.0.11",
"@types/uuid": "8.3.3", "@types/uuid": "8.3.4",
"autoprefixer": "10.4.0", "autoprefixer": "10.4.0",
"babel-jest": "27.4.4", "babel-jest": "27.4.4",
"eslint": "^7.32.0", "eslint": "^7.32.0",