Update some dependencies.

Signed-off-by: Gregorio Litenstein <g.litenstein@gmail.com>
This commit is contained in:
Gregorio Litenstein 2025-02-03 15:19:18 -03:00
parent 14e38ec77a
commit 7e269f3975
No known key found for this signature in database
GPG Key ID: 4EB52A1A9CE2C63F
2 changed files with 816 additions and 14 deletions

825
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,15 +44,12 @@
"eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-circus": "^29.7.0", "jest-circus": "^29.7.0",
"msw": "^0.49.3", "msw": "^1.3.5",
"nock": "^13.2.9", "nock": "^13.2.9",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"ts-jest": "^29.4.0", "ts-jest": "^29.4.0",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"overrides": {
"@mswjs/interceptors": "^0.17.7"
},
"engines": { "engines": {
"node": ">=24" "node": ">=24"
} }