From fb858ef3e7b8118ebd76e7658da2e0bc84021315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:18:13 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.3.7 to 13.4.0 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c805531d..459648f7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "husky": "8.0.3", "jasmine": "3.99.0", "lint-staged": "15.0.2", - "nock": "13.3.7", + "nock": "13.4.0", "prettier": "3.0.3", "rimraf": "5.0.5", "ts-node": "10.9.1", diff --git a/yarn.lock b/yarn.lock index bfc2eb87..4976b9e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1583,10 +1583,10 @@ neo-async@^2.6.0: resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== -nock@13.3.7: - version "13.3.7" - resolved "https://registry.npmjs.org/nock/-/nock-13.3.7.tgz#27c8a2709d602a0570e45d3f182db342c6bd5551" - integrity sha512-z3voRxo6G0JxqCsjuzERh1ReFC4Vp2b7JpSgcMJB6jnJbUszf88awAeQLIID2UNMwbMh9/Zm5sFscagj0QYHEg== +nock@13.4.0: + version "13.4.0" + resolved "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz#60aa3f7a4afa9c12052e74d8fb7550f682ef0115" + integrity sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"