build(deps-dev): bump nock from 13.3.1 to 13.3.2

Bumps [nock](https://github.com/nock/nock) from 13.3.1 to 13.3.2.
- [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/v13.3.1...v13.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-07-14 11:12:23 +00:00
committed by GitHub
parent 007e85c81e
commit 7ad3dd96ae
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -32,7 +32,7 @@
"jest-circus": "^29.6.1",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.35.0",
"nock": "^13.3.1",
"nock": "^13.3.2",
"prettier": "^3.0.0",
"strip-json-comments-cli": "^2.0.2",
"ts-jest": "^28.0.8",
@@ -7049,9 +7049,9 @@
}
},
"node_modules/nock": {
"version": "13.3.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz",
"integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==",
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.3.2.tgz",
"integrity": "sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ==",
"dev": true,
"dependencies": {
"debug": "^4.1.0",
@@ -14256,9 +14256,9 @@
}
},
"nock": {
"version": "13.3.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz",
"integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==",
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.3.2.tgz",
"integrity": "sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ==",
"dev": true,
"requires": {
"debug": "^4.1.0",
+1 -1
View File
@@ -41,7 +41,7 @@
"jest-circus": "^29.6.1",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.35.0",
"nock": "^13.3.1",
"nock": "^13.3.2",
"prettier": "^3.0.0",
"strip-json-comments-cli": "^2.0.2",
"ts-jest": "^28.0.8",