From 9f7e1b94ac18ed257431ce178a41f9f4983fa77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:35:31 +0000 Subject: [PATCH] build(deps-dev): bump nock from 13.3.7 to 13.4.0 (#356) Bumps [nock](https://github.com/nock/nock) from 13.3.7 to 13.4.0. - [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.7...v13.4.0) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b947568..d596f2e 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "dts-cli": "2.0.3", "eslint-plugin-prettier": "4.2.1", "husky": "8.0.3", - "nock": "13.3.7", + "nock": "13.4.0", "np": "8.0.4", "prettier": "2.8.8", "setup-polly-jest": "0.11.0", diff --git a/yarn.lock b/yarn.lock index b6451d6..6e585ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6805,10 +6805,10 @@ nocache@^3.0.1: resolved "https://registry.yarnpkg.com/nocache/-/nocache-3.0.4.tgz#5b37a56ec6e09fc7d401dceaed2eab40c8bfdf79" integrity sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw== -nock@13.3.7, nock@^13.2.1: - version "13.3.7" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.7.tgz#27c8a2709d602a0570e45d3f182db342c6bd5551" - integrity sha512-z3voRxo6G0JxqCsjuzERh1ReFC4Vp2b7JpSgcMJB6jnJbUszf88awAeQLIID2UNMwbMh9/Zm5sFscagj0QYHEg== +nock@13.4.0, nock@^13.2.1: + version "13.4.0" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.4.0.tgz#60aa3f7a4afa9c12052e74d8fb7550f682ef0115" + integrity sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"