Skip to content

Commit cd68c8d

Browse files
build(deps-dev): bump nock from 13.0.5 to 13.1.3 (#106)
Bumps [nock](https://github.com/nock/nock) from 13.0.5 to 13.1.3. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.0.5...v13.1.3) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f39252 commit cd68c8d

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-prettier": "^3.4.0",
3636
"eslint-plugin-promise": "^4.2.1",
3737
"jest": "^27.3.0",
38-
"nock": "^13.0.3",
38+
"nock": "^13.1.3",
3939
"prettier": "^2.0.5"
4040
}
4141
}

yarn.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ dateformat@^4.4.1:
13941394
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.4.1.tgz#c6b3b821588f36826735c346148424d7a39007c3"
13951395
integrity sha512-3V9b/50QBYmFtd2c3cPOmdr2xNfnDphoBLxh/UVBoPIsylWkbUYGq3f4EQYuEaK7Mq4vcIpQCmOyJ37pqW/Uug==
13961396

1397-
debug@4:
1397+
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
13981398
version "4.3.2"
13991399
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
14001400
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -1408,13 +1408,6 @@ debug@^2.6.9:
14081408
dependencies:
14091409
ms "2.0.0"
14101410

1411-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
1412-
version "4.3.1"
1413-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
1414-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
1415-
dependencies:
1416-
ms "2.1.2"
1417-
14181411
decimal.js@^10.2.1:
14191412
version "10.3.1"
14201413
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
@@ -2949,10 +2942,10 @@ nice-try@^1.0.4:
29492942
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
29502943
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
29512944

2952-
nock@^13.0.3:
2953-
version "13.0.5"
2954-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.5.tgz#a618c6f86372cb79fac04ca9a2d1e4baccdb2414"
2955-
integrity sha512-1ILZl0zfFm2G4TIeJFW0iHknxr2NyA+aGCMTjDVUsBY4CkMRispF1pfIYkTRdAR/3Bg+UzdEuK0B6HczMQZcCg==
2945+
nock@^13.1.3:
2946+
version "13.1.3"
2947+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.3.tgz#110b005965654a8ffb798e87bad18b467bff15f9"
2948+
integrity sha512-YKj0rKQWMGiiIO+Y65Ut8OEgYM3PplLU2+GAhnPmqZdBd6z5IskgdBqWmjzA6lH3RF0S2a3wiAlrMOF5Iv2Jeg==
29562949
dependencies:
29572950
debug "^4.1.0"
29582951
json-stringify-safe "^5.0.1"

0 commit comments

Comments
 (0)