Update dependency @types/jest to v27.5.2

This commit is contained in:
Renovate Bot
2022-06-01 20:25:38 +00:00
committed by Thomas Ruoff
parent e9f0883671
commit 6f26b5eafe
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@types/jest": "27.5.1",
"@types/jest": "27.5.2",
"@types/react": "18.0.10",
"@types/react-calendar": "3.5.1",
"@types/uuid": "8.3.4",
@@ -1700,9 +1700,9 @@
}
},
"node_modules/@types/jest": {
"version": "27.5.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz",
"integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==",
"version": "27.5.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz",
"integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==",
"devOptional": true,
"dependencies": {
"jest-matcher-utils": "^27.0.0",
@@ -10815,9 +10815,9 @@
}
},
"@types/jest": {
"version": "27.5.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.1.tgz",
"integrity": "sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==",
"version": "27.5.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz",
"integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==",
"devOptional": true,
"requires": {
"jest-matcher-utils": "^27.0.0",

View File

@@ -30,7 +30,7 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@types/jest": "27.5.1",
"@types/jest": "27.5.2",
"@types/react": "18.0.10",
"@types/react-calendar": "3.5.1",
"@types/uuid": "8.3.4",