Bump nock from 14.0.0 to 14.0.1 (#465)

Bumps [nock](https://github.com/nock/nock) from 14.0.0 to 14.0.1.
- [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.0...v14.0.1)

---
updated-dependencies:
- dependency-name: nock
  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>
Co-authored-by: Baraa Basata <bbasata@gmail.com>
This commit is contained in:
dependabot[bot] 2025-02-12 07:47:17 -05:00 committed by GitHub
parent 1748f9de39
commit f717f5cabe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -20,7 +20,7 @@
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"nock": "^14.0.0",
"nock": "^14.0.1",
"semistandard": "^17.0.0"
}
},
@ -5173,9 +5173,9 @@
"dev": true
},
"node_modules/nock": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.0.tgz",
"integrity": "sha512-3Z2ZoZoYTR/y2I+NI16+6IzfZFKBX7MrADtoBAm7v/QKqxQUhKw+Dh+847PPS1j/FDutjfIXfrh3CJF74yITWg==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.1.tgz",
"integrity": "sha512-IJN4O9pturuRdn60NjQ7YkFt6Rwei7ZKaOwb1tvUIIqTgeD0SDDAX3vrqZD4wcXczeEy/AsUXxpGpP/yHqV7xg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -5184,7 +5184,7 @@
"propagate": "^2.0.0"
},
"engines": {
"node": ">= 18"
"node": ">=18.20.0 <20 || >=20.12.1"
}
},
"node_modules/node-int64": {
@ -10608,9 +10608,9 @@
"dev": true
},
"nock": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.0.tgz",
"integrity": "sha512-3Z2ZoZoYTR/y2I+NI16+6IzfZFKBX7MrADtoBAm7v/QKqxQUhKw+Dh+847PPS1j/FDutjfIXfrh3CJF74yITWg==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.1.tgz",
"integrity": "sha512-IJN4O9pturuRdn60NjQ7YkFt6Rwei7ZKaOwb1tvUIIqTgeD0SDDAX3vrqZD4wcXczeEy/AsUXxpGpP/yHqV7xg==",
"dev": true,
"requires": {
"@mswjs/interceptors": "^0.37.3",

View file

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