From d5a892b11c1e1a34d36b6c8dd3b79f53e904086d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:36:54 +0000 Subject: [PATCH] Bump the non-breaking-changes group with 1 update Bumps the non-breaking-changes group with 1 update: [nock](https://github.com/nock/nock). Updates `nock` from 13.5.1 to 13.5.3 - [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.5.1...v13.5.3) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6a4707..2bb1bfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-github": "^4.10.1", "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", - "nock": "^13.5.1", + "nock": "^13.5.3", "prettier": "^3.2.5", "undici": "^6.6.2" } @@ -6374,9 +6374,9 @@ } }, "node_modules/nock": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.1.tgz", - "integrity": "sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==", + "version": "13.5.3", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.3.tgz", + "integrity": "sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 885452e..0c3a8ec 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-plugin-github": "^4.10.1", "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", - "nock": "^13.5.1", + "nock": "^13.5.3", "prettier": "^3.2.5", "undici": "^6.6.2" },