Merge pull request #15 from advanced-security/dependabot/npm_and_yarn/types/jest-29.5.1

Bump @types/jest from 29.5.0 to 29.5.1
This commit is contained in:
Lane Seppala
2023-05-11 14:57:08 -06:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.40.0",
"jest": "^29.5.0",
@@ -1420,9 +1420,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.0.tgz",
"integrity": "sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==",
"version": "29.5.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz",
"integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@@ -6013,9 +6013,9 @@
}
},
"@types/jest": {
"version": "29.5.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.0.tgz",
"integrity": "sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==",
"version": "29.5.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz",
"integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==",
"dev": true,
"requires": {
"expect": "^29.0.0",

View File

@@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.40.0",
"jest": "^29.5.0",