Merge pull request #167 from actions/dependabot/npm_and_yarn/nock-13.3.1

Bump nock from 13.3.0 to 13.3.1
This commit is contained in:
James M. Greene
2023-05-16 12:11:22 -05:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"eslint-plugin-github": "^4.7.0",
"jest": "^29.5.0",
"make-coverage-badge": "^1.2.0",
"nock": "^13.3.0",
"nock": "^13.3.1",
"prettier": "^2.8.8"
}
},
@@ -4966,9 +4966,9 @@
"dev": true
},
"node_modules/nock": {
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz",
"integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==",
"version": "13.3.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz",
"integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==",
"dev": true,
"dependencies": {
"debug": "^4.1.0",
@@ -10146,9 +10146,9 @@
"dev": true
},
"nock": {
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz",
"integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==",
"version": "13.3.1",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz",
"integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==",
"dev": true,
"requires": {
"debug": "^4.1.0",

View File

@@ -16,7 +16,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-github": "^4.7.0",
"jest": "^29.5.0",
"nock": "^13.3.0",
"nock": "^13.3.1",
"prettier": "^2.8.8",
"make-coverage-badge": "^1.2.0"
},