From 9305c630e19bb786c294398fadbbd901c8f96f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:44:27 +0000 Subject: [PATCH] build(deps-dev): bump nock from 13.4.0 to 13.5.1 Bumps [nock](https://github.com/nock/nock) from 13.4.0 to 13.5.1. - [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.4.0...v13.5.1) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... 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 fc16d92..3c81093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "husky": "^8.0.3", "jest": "^29.7.0", "lint-staged": "^15.2.0", - "nock": "^13.4.0", + "nock": "^13.5.1", "prettier": "^3.1.1", "rimraf": "^5.0.5", "ts-jest": "^29.1.1", @@ -6785,9 +6785,9 @@ "license": "MIT" }, "node_modules/nock": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz", - "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.1.tgz", + "integrity": "sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 2dc54b9..9dd472d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "husky": "^8.0.3", "jest": "^29.7.0", "lint-staged": "^15.2.0", - "nock": "^13.4.0", + "nock": "^13.5.1", "prettier": "^3.1.1", "rimraf": "^5.0.5", "ts-jest": "^29.1.1",