Merge pull request #269 from CUBETIQ/dependabot/npm_and_yarn/types/jest-29.2.6

Bump @types/jest from 29.2.5 to 29.2.6
This commit is contained in:
Sambo Chea 2023-01-20 17:02:14 +07:00 committed by GitHub
commit cca2f52c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.2",
@ -1263,9 +1263,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.2.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz",
"integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==",
"version": "29.2.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz",
"integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -6810,9 +6810,9 @@
}
},
"@types/jest": {
"version": "29.2.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz",
"integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==",
"version": "29.2.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz",
"integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==",
"dev": true,
"requires": {
"expect": "^29.0.0",

View File

@ -23,7 +23,7 @@
"author": "Sambo Chea <sombochea@cubetiqs.com>",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.2",