From f51af99da57f1588ea7a20279d7d497c84fe230d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 20:15:39 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.2.6 to 13.2.7 Bumps [nock](https://github.com/nock/nock) from 13.2.6 to 13.2.7. - [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.2.6...v13.2.7) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... 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 fb1f8e37..01e50dcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7375,9 +7375,9 @@ "dev": true }, "nock": { - "version": "13.2.6", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.6.tgz", - "integrity": "sha512-GbyeSwSEP0FYouzETZ0l/XNm5tNcDNcXJKw3LCAb+mx8bZSwg1wEEvdL0FAyg5TkBJYiWSCtw6ag4XfmBy60FA==", + "version": "13.2.7", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.7.tgz", + "integrity": "sha512-R6NUw7RIPtKwgK7jskuKoEi4VFMqIHtV2Uu9K/Uegc4TA5cqe+oNMYslZcUmnVNQCTG6wcSqUBaGTDd7sq5srg==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index a76d04ca..0f2d20d2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "^6.8.0", "eslint-plugin-filenames": "^1.3.2", "jest": "^25.5.4", - "nock": "^13.2.6", + "nock": "^13.2.7", "nodemon": "^2.0.16", "ts-jest": "^25.5.1", "ts-node": "^10.8.1",