From 9e6a923023aebcf7080fff92313673971595fb9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:05:51 +0000 Subject: [PATCH] :arrow_up: npm(deps-dev): Bump nock from 13.3.1 to 13.3.4 Bumps [nock](https://github.com/nock/nock) from 13.3.1 to 13.3.4. - [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.3.1...v13.3.4) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... 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 7333448..2c8ed1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "jest": "^29.5.0", "jest-junit": "^16.0.0", "js-yaml": "^4.1.0", - "nock": "^13.3.1", + "nock": "^13.3.4", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "ts-jest": "^29.1.0", @@ -5367,9 +5367,9 @@ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" }, "node_modules/nock": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz", - "integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==", + "version": "13.3.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", + "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index a505927..7313032 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jest": "^29.5.0", "jest-junit": "^16.0.0", "js-yaml": "^4.1.0", - "nock": "^13.3.1", + "nock": "^13.3.4", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "ts-jest": "^29.1.0",