From fb88f8696cbc9cdcc11a7e96333b5418e7c71bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 05:15:42 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.0.10 to 13.0.11 Bumps [nock](https://github.com/nock/nock) from 13.0.10 to 13.0.11. - [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.0.10...v13.0.11) 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 f357d321..c87099de 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "husky": "4.3.8", "jasmine": "3.6.4", "lint-staged": "10.5.4", - "nock": "13.0.10", + "nock": "13.0.11", "nyc": "15.1.0", "prettier": "2.2.1", "pretty-quick": "3.1.0", diff --git a/yarn.lock b/yarn.lock index 68aa9bfe..e9c1dbb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1724,10 +1724,10 @@ neo-async@^2.6.0: resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== -nock@13.0.10: - version "13.0.10" - resolved "https://registry.npmjs.org/nock/-/nock-13.0.10.tgz#a9a015269408d56ec9ac57fe3ede86b0a83ecc6a" - integrity sha512-AvUO/tbiWVBjlC3WsuIutPXltPbPmHWfcLwDSYzykKBJhOeo9eZPczo8n9aV4AHHCgpeL70zBXLwiSE+mzx89g== +nock@13.0.11: + version "13.0.11" + resolved "https://registry.npmjs.org/nock/-/nock-13.0.11.tgz#ba733252e720897ca50033205c39db0c7470f331" + integrity sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"