Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-04-02 12:43:14 +00:00
parent 4b72bef651
commit dbb232a3d8
1389 changed files with 209949 additions and 542 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@mswjs/interceptors",
"description": "Low-level HTTP/HTTPS/XHR/fetch request interception library.",
"version": "0.37.5",
"version": "0.38.0",
"main": "./lib/node/index.js",
"module": "./lib/node/index.mjs",
"types": "./lib/node/index.d.ts",
@ -110,60 +110,57 @@
"url": "https://github.com/mswjs/interceptors"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@open-draft/test-server": "^0.5.1",
"@ossjs/release": "^0.8.1",
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.51.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express": "^5.0.0",
"@types/express-fileupload": "^1.5.0",
"@types/express-rate-limit": "^6.0.0",
"@types/follow-redirects": "^1.14.1",
"@types/jest": "^27.0.3",
"@types/node": "^18.19.31",
"@types/node-fetch": "2.5.12",
"@types/node": "^22.13.9",
"@types/node-fetch": "2.6.12",
"@types/superagent": "^8.1.9",
"@types/supertest": "^2.0.11",
"@types/ws": "^8.5.10",
"axios": "^1.6.0",
"@types/supertest": "^6.0.2",
"@types/ws": "^8.18.0",
"axios": "^1.8.2",
"body-parser": "^1.19.0",
"commitizen": "^4.2.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"engine.io-parser": "^5.2.1",
"express": "^4.17.3",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"express-rate-limit": "^6.3.0",
"express-rate-limit": "^7.5.0",
"follow-redirects": "^1.15.1",
"got": "^11.8.3",
"happy-dom": "^12.10.3",
"jest": "^27.4.3",
"node-fetch": "2.6.7",
"rimraf": "^3.0.2",
"got": "^14.4.6",
"happy-dom": "^17.3.0",
"node-fetch": "3.3.2",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.7.0",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"socket.io-parser": "^4.2.4",
"superagent": "^10.1.1",
"supertest": "^6.1.6",
"ts-jest": "^27.1.1",
"supertest": "^7.0.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"undici": "^6.6.2",
"vitest": "^1.2.2",
"typescript": "^5.8.2",
"undici": "^7.4.0",
"vitest": "^3.0.8",
"vitest-environment-miniflare": "^2.14.1",
"wait-for-expect": "^3.0.2",
"web-encoding": "^1.1.5",
"webpack-http-server": "^0.5.0",
"ws": "^8.16.0"
"ws": "^8.18.1"
},
"dependencies": {
"@open-draft/deferred-promise": "^2.2.0",
"@open-draft/logger": "^0.3.0",
"@open-draft/until": "^2.0.0",
"is-node-process": "^1.2.0",
"jsdom": "^26.0.0",
"outvariant": "^1.4.3",
"strict-event-emitter": "^0.5.1"
},