Bump nock from 14.0.2 to 14.0.3 (#474)

Bumps [nock](https://github.com/nock/nock) from 14.0.2 to 14.0.3.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v14.0.2...v14.0.3)

---
updated-dependencies:
- dependency-name: nock
  dependency-version: 14.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-21 08:31:17 -04:00 committed by GitHub
parent 71e23deaae
commit 77d3b26ee9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -20,7 +20,7 @@
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"nock": "^14.0.2",
"nock": "^14.0.3",
"semistandard": "^17.0.0"
}
},
@ -1257,9 +1257,9 @@
}
},
"node_modules/@mswjs/interceptors": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.0.tgz",
"integrity": "sha512-nPHVM+LUl4V1kXPXuTcNN5OMD//ltCQ0lccuEagvidJdpbig3hP3W6/ctWHx6mee7vZIWE0L+Mqj3vx0ASlm/w==",
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.1.tgz",
"integrity": "sha512-JWLtvwpj2aCk2UvLlSQ12BFF/wBJJd0NhhYf7cz4k+tMhymmLn8ss3irznjWPvOsASV2raqb5EjTw+NRoeVDag==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -5481,13 +5481,13 @@
"dev": true
},
"node_modules/nock": {
"version": "14.0.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.2.tgz",
"integrity": "sha512-jDUBpCNY7KLyOF2FTiT4mLRxV2kpjo4YrcGtv3IMCIwqFKxOQFrmeXefvuEiWvS3ApPWQHAkakkkVpoOrDNCVg==",
"version": "14.0.3",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.3.tgz",
"integrity": "sha512-sJ9RNmCuYBqXDmGZZHgZ1D1441MqFOU4T5aeLGVGEB4OWI/2LM0mZlkfBQzQKdOfJypL+2nPPBugXKjixBn4kQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@mswjs/interceptors": "^0.38.0",
"@mswjs/interceptors": "^0.38.1",
"json-stringify-safe": "^5.0.1",
"propagate": "^2.0.0"
},
@ -8139,9 +8139,9 @@
}
},
"@mswjs/interceptors": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.0.tgz",
"integrity": "sha512-nPHVM+LUl4V1kXPXuTcNN5OMD//ltCQ0lccuEagvidJdpbig3hP3W6/ctWHx6mee7vZIWE0L+Mqj3vx0ASlm/w==",
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.1.tgz",
"integrity": "sha512-JWLtvwpj2aCk2UvLlSQ12BFF/wBJJd0NhhYf7cz4k+tMhymmLn8ss3irznjWPvOsASV2raqb5EjTw+NRoeVDag==",
"dev": true,
"requires": {
"@open-draft/deferred-promise": "^2.2.0",
@ -11249,12 +11249,12 @@
"dev": true
},
"nock": {
"version": "14.0.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.2.tgz",
"integrity": "sha512-jDUBpCNY7KLyOF2FTiT4mLRxV2kpjo4YrcGtv3IMCIwqFKxOQFrmeXefvuEiWvS3ApPWQHAkakkkVpoOrDNCVg==",
"version": "14.0.3",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.3.tgz",
"integrity": "sha512-sJ9RNmCuYBqXDmGZZHgZ1D1441MqFOU4T5aeLGVGEB4OWI/2LM0mZlkfBQzQKdOfJypL+2nPPBugXKjixBn4kQ==",
"dev": true,
"requires": {
"@mswjs/interceptors": "^0.38.0",
"@mswjs/interceptors": "^0.38.1",
"json-stringify-safe": "^5.0.1",
"propagate": "^2.0.0"
}

View file

@ -29,7 +29,7 @@
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"nock": "^14.0.2",
"nock": "^14.0.3",
"semistandard": "^17.0.0"
},
"semistandard": {