Merge pull request #222 from richardrigutins/dependabot/npm_and_yarn/types/jest-29.5.14

[Chore] Bump @types/jest from 29.5.13 to 29.5.14
This commit is contained in:
Riccardo Rigutini 2024-10-28 16:50:02 +01:00 committed by GitHub
commit 4cd807606b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -14,7 +14,7 @@
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
@ -1646,11 +1646,10 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.13",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz",
"integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==",
"version": "29.5.14",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz",
"integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"expect": "^29.0.0",
"pretty-format": "^29.0.0"

View File

@ -29,7 +29,7 @@
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",