Merge pull request #312 from arduino/dependabot/npm_and_yarn/nock-13.2.3

build(deps-dev): bump nock from 13.2.2 to 13.2.3
This commit is contained in:
per1234
2022-02-04 03:31:14 -08:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -27,7 +27,7 @@
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"jest-circus": "^27.4.4",
"nock": "^13.2.2",
"nock": "^13.2.3",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
@@ -5351,9 +5351,9 @@
"integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
},
"node_modules/nock": {
"version": "13.2.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.2.tgz",
"integrity": "sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.3.tgz",
"integrity": "sha512-91wGYjHrjSvrnSUwpiopbmowbIx5s+QSkqj801edTMtrFY4mAiZXP1mKlk5ZG2oZclB8/PcxJ9TJviG+akmrdw==",
"dev": true,
"dependencies": {
"debug": "^4.1.0",
@@ -10815,9 +10815,9 @@
"integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
},
"nock": {
"version": "13.2.2",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.2.tgz",
"integrity": "sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==",
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.3.tgz",
"integrity": "sha512-91wGYjHrjSvrnSUwpiopbmowbIx5s+QSkqj801edTMtrFY4mAiZXP1mKlk5ZG2oZclB8/PcxJ9TJviG+akmrdw==",
"dev": true,
"requires": {
"debug": "^4.1.0",
+1 -1
View File
@@ -36,7 +36,7 @@
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"jest-circus": "^27.4.4",
"nock": "^13.2.2",
"nock": "^13.2.3",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"