From 5897b9074796f3f5e3cf6f9f119f5061d4844f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:03:41 +0000 Subject: [PATCH] build(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 c7b875d5..1af5515b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-jest": "27.2.3", "eslint-plugin-prettier": "4.2.1", "jest": "29.6.2", - "nock": "13.3.1", + "nock": "13.3.4", "prettier": "3.0.1", "serverless": "3.34.0" }, @@ -7218,9 +7218,9 @@ } }, "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 683814eb..cc5c8e9a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-jest": "27.2.3", "eslint-plugin-prettier": "4.2.1", "jest": "29.6.2", - "nock": "13.3.1", + "nock": "13.3.4", "prettier": "3.0.1", "serverless": "3.34.0" }