From bb8fb3deb77e00198952e3c1973273f3e8a28b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 06:50:54 +0000 Subject: [PATCH] build(deps-dev): bump nock from 13.0.9 to 13.0.10 Bumps [nock](https://github.com/nock/nock) from 13.0.9 to 13.0.10. - [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.9...v13.0.10) 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 10748cd..a8a2d45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1770,9 +1770,9 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "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.10", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.10.tgz", + "integrity": "sha512-AvUO/tbiWVBjlC3WsuIutPXltPbPmHWfcLwDSYzykKBJhOeo9eZPczo8n9aV4AHHCgpeL70zBXLwiSE+mzx89g==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 556343f..1816bf4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@azure/functions": "^1.2.3", - "nock": "^13.0.9", + "nock": "^13.0.10", "smee-client": "^1.2.2", "uvu": "^0.5.1" },