chore(deps-dev): bump nock from 13.3.1 to 13.3.2 (#9380)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-14 17:42:53 +00:00
committed by GitHub
parent 7d2bb7f51d
commit 9a698a85a9
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -103,7 +103,7 @@
"mocha-env-reporter": "^4.0.0",
"mocha-junit-reporter": "^2.2.1",
"mocha-yaml-loader": "^1.0.3",
"nock": "13.3.1",
"nock": "13.3.2",
"node-mocks-http": "^1.12.2",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
@@ -17776,9 +17776,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",
@@ -41280,9 +41280,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",

View File

@@ -190,7 +190,7 @@
"mocha-env-reporter": "^4.0.0",
"mocha-junit-reporter": "^2.2.1",
"mocha-yaml-loader": "^1.0.3",
"nock": "13.3.1",
"nock": "13.3.2",
"node-mocks-http": "^1.12.2",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",