Update jest dependencies to their latest versions (#228)
All checks were successful
Stage / build (push) Successful in 9s
Stage / rsync (push) Successful in 6s

- Update jest dependencies to their latest versions
- Remove the package dependency resolutions which no longer cause vulnerabilities

#199

Reviewed-on: #228
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
This commit is contained in:
Ethan Lane 2024-10-19 20:32:48 +01:00 committed by VylpesTester
parent bc04f9d20d
commit e18610042e
2 changed files with 21 additions and 137 deletions

View file

@ -49,18 +49,14 @@
"@yao-pkg/pkg": "^5.12.0",
"eslint": "^9.8.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.3",
"jest-mock-extended": "^3.0.7",
"np": "^10.0.0",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
"typescript": "^5.0.0",
"typescript-eslint": "^7.18.0"
},
"resolutions": {
"np/**/got": "^14.0.0",
"**/semver": "^7.5.2",
"@babel/traverse": "^7.23.2"
},
"resolutions": {},
"files": [
"dist"
],