Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-06-02 17:50:04 +00:00
parent 55ff016766
commit 313daefcef
1570 changed files with 4230 additions and 228668 deletions

2
node_modules/nock/README.md generated vendored
View file

@ -1308,6 +1308,8 @@ Examples:
nock.removeInterceptor({
hostname: 'localhost',
path: '/mockedResource',
// method defaults to `GET`
// proto defaullts to `http`
})
```

4
node_modules/nock/package.json generated vendored
View file

@ -7,7 +7,7 @@
"testing",
"isolation"
],
"version": "14.0.4",
"version": "14.0.5",
"author": "Pedro Teixeira <pedro.teixeira@gmail.com>",
"repository": {
"type": "git",
@ -22,7 +22,7 @@
"main": "./index.js",
"types": "types",
"dependencies": {
"@mswjs/interceptors": "^0.38.5",
"@mswjs/interceptors": "^0.38.7",
"json-stringify-safe": "^5.0.1",
"propagate": "^2.0.0"
},