From 485068043b24a46d605fc80f9955b6d0180dd83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:57:43 +0000 Subject: [PATCH] Update: bump nock from 13.3.3 to 13.3.4 Bumps [nock](https://github.com/nock/nock) from 13.3.3 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.3...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 e2bdde3..31f713b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-named-import-spacing": "^1.0.3", "eslint-plugin-node": "^11.1.0", "mocha": "^10.2.0", - "nock": "^13.3.3", + "nock": "^13.3.4", "node-fetch": "^2.7.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", @@ -5326,9 +5326,9 @@ "dev": true }, "node_modules/nock": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.3.tgz", - "integrity": "sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==", + "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 e787bd4..6a1ba14 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-named-import-spacing": "^1.0.3", "eslint-plugin-node": "^11.1.0", "mocha": "^10.2.0", - "nock": "^13.3.3", + "nock": "^13.3.4", "node-fetch": "^2.7.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0",