From 852e659153409f780db39f9c3b9845c8ae94a4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:25:25 +0000 Subject: [PATCH] [DEPBOT-0101]: Bump nock from 13.0.7 to 13.0.11 Bumps [nock](https://github.com/nock/nock) from 13.0.7 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.7...v13.0.11) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2b75bd7..f5ae9bd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2466,9 +2466,9 @@ "dev": true }, "nock": { - "version": "13.0.9", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.9.tgz", - "integrity": "sha512-SoGx/J0SsZPOdBFrBC9PP6NwaEgOBQIRPbsOsO9q+OwOPWc5eT6wALSxn3ZNE4Fv2ImIUXM4Hv/07rjq/uWDew==", + "version": "13.0.11", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.11.tgz", + "integrity": "sha512-sKZltNkkWblkqqPAsjYW0bm3s9DcHRPiMOyKO/PkfJ+ANHZ2+LA2PLe22r4lLrKgXaiSaDQwW3qGsJFtIpQIeQ==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index afcd5628..e9a47d0c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-prettier": "^3.3.1", "mocha": "^8.2.1", "mocha-junit-reporter": "^2.0.0", - "nock": "^13.0.9", + "nock": "^13.0.11", "nodemon": "^2.0.7", "prettier": "^2.2.1", "standard": "^16.0.3",