chore(deps): update dependency @types/jest to ^28.1.7
This commit is contained in:
parent
9c77b3fa2b
commit
ab80ec7225
18
package-lock.json
generated
18
package-lock.json
generated
@ -14,7 +14,7 @@
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "^9.0.9",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/jest": "^28.1.6",
|
||||
"@types/jest": "^28.1.7",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/node": "^16.11.48",
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
||||
@ -1412,12 +1412,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/jest": {
|
||||
"version": "28.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
|
||||
"integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
|
||||
"version": "28.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz",
|
||||
"integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"jest-matcher-utils": "^28.0.0",
|
||||
"expect": "^28.0.0",
|
||||
"pretty-format": "^28.0.0"
|
||||
}
|
||||
},
|
||||
@ -8422,12 +8422,12 @@
|
||||
}
|
||||
},
|
||||
"@types/jest": {
|
||||
"version": "28.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
|
||||
"integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
|
||||
"version": "28.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz",
|
||||
"integrity": "sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"jest-matcher-utils": "^28.0.0",
|
||||
"expect": "^28.0.0",
|
||||
"pretty-format": "^28.0.0"
|
||||
}
|
||||
},
|
||||
|
@ -32,7 +32,7 @@
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "^9.0.9",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/jest": "^28.1.6",
|
||||
"@types/jest": "^28.1.7",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/node": "^16.11.48",
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
||||
|
Loading…
Reference in New Issue
Block a user