Skip to content

Commit 47d1f78

Browse files
build(deps-dev): bump nock from 13.2.8 to 13.2.9 (#255)
Bumps [nock](https://github.com/nock/nock) from 13.2.8 to 13.2.9. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.2.8...v13.2.9) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68160e8 commit 47d1f78

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"dts-cli": "1.5.2",
8484
"eslint-plugin-prettier": "4.2.1",
8585
"husky": "8.0.1",
86-
"nock": "13.2.8",
86+
"nock": "13.2.9",
8787
"np": "7.6.2",
8888
"prettier": "2.7.1",
8989
"setup-polly-jest": "0.11.0",

yarn.lock

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6058,11 +6058,6 @@ lodash.merge@^4.6.2:
60586058
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
60596059
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
60606060

6061-
lodash.set@^4.3.2:
6062-
version "4.3.2"
6063-
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
6064-
integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
6065-
60666061
lodash.zip@^4.2.0:
60676062
version "4.2.0"
60686063
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
@@ -6382,26 +6377,16 @@ nocache@^3.0.1:
63826377
resolved "https://registry.yarnpkg.com/nocache/-/nocache-3.0.1.tgz#54d8b53a7e0a0aa1a288cfceab8a3cefbcde67d4"
63836378
integrity sha512-Gh39xwJwBKy0OvFmWfBs/vDO4Nl7JhnJtkqNP76OUinQz7BiMoszHYrIDHHAaqVl/QKVxCEy4ZxC/XZninu7nQ==
63846379

6385-
6386-
version "13.2.8"
6387-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.8.tgz#e2043ccaa8e285508274575e090a7fe1e46b90f1"
6388-
integrity sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg==
6380+
[email protected].9, nock@^13.2.1:
6381+
version "13.2.9"
6382+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c"
6383+
integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==
63896384
dependencies:
63906385
debug "^4.1.0"
63916386
json-stringify-safe "^5.0.1"
63926387
lodash "^4.17.21"
63936388
propagate "^2.0.0"
63946389

6395-
nock@^13.2.1:
6396-
version "13.2.4"
6397-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.4.tgz#43a309d93143ee5cdcca91358614e7bde56d20e1"
6398-
integrity sha512-8GPznwxcPNCH/h8B+XZcKjYPXnUV5clOKCjAqyjsiqA++MpNx9E9+t8YPp0MbThO+KauRo7aZJ1WuIZmOrT2Ug==
6399-
dependencies:
6400-
debug "^4.1.0"
6401-
json-stringify-safe "^5.0.1"
6402-
lodash.set "^4.3.2"
6403-
propagate "^2.0.0"
6404-
64056390
node-fetch@^2.6.1:
64066391
version "2.6.7"
64076392
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"

0 commit comments

Comments
 (0)