Merge pull request #325 from CUBETIQ/dependabot/npm_and_yarn/types/jest-29.4.1

Bump @types/jest from 29.4.0 to 29.4.1
This commit is contained in:
Sambo Chea 2023-03-14 17:17:48 +07:00 committed by GitHub
commit 9919dffb47
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.4.0",
"@types/jest": "^29.4.1",
"@types/node": "^18.15.2",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.55.0",
@ -1315,9 +1315,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
"integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.1.tgz",
"integrity": "sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -6903,9 +6903,9 @@
}
},
"@types/jest": {
"version": "29.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
"integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.1.tgz",
"integrity": "sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==",
"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.4.0",
"@types/jest": "^29.4.1",
"@types/node": "^18.15.2",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.55.0",