From 439c00c702dba39e697925fef4edcab7211f7c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:01:09 +0000 Subject: [PATCH] Bump nock from 13.3.4 to 13.3.5 Bumps [nock](https://github.com/nock/nock) from 13.3.4 to 13.3.5. - [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.4...v13.3.5) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++---------- package.json | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b24b1a..c49b07b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2323,12 +2323,6 @@ "p-locate": "^5.0.0" } }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, "lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", @@ -2430,14 +2424,13 @@ "dev": true }, "nock": { - "version": "13.3.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", - "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", + "version": "13.3.5", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.5.tgz", + "integrity": "sha512-Q/pJ57whTwCDnhOiFxYDkptZ5HmG0W1lcFeQbQ82ccgLjVXfk0i5cmFQfB3D8rtNC+Cln86InB6qct9iHO6r3Q==", "dev": true, "requires": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", "propagate": "^2.0.0" } }, diff --git a/package.json b/package.json index 11db495..476cb8d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-github": "^4.10.1", "eslint-plugin-jest": "^27.4.2", "js-yaml": "^4.1.0", - "nock": "^13.3.4", + "nock": "^13.3.5", "prettier": "2.8.8", "typescript": "^4.9.5" }