From 99ce3554a4c1edd1ac2eba28cfc28441d6ce6e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 05:41:47 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.5.0 to 13.5.3 Bumps [nock](https://github.com/nock/nock) from 13.5.0 to 13.5.3. - [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.5.0...v13.5.3) --- 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 d064881..d30b8a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "cross-env": "7.0.3", "jest": "29.7.0", "jest-config": "29.7.0", - "nock": "13.5.0", + "nock": "13.5.3", "prettier-standard": "16.4.1", "standard": "17.0.0" }, @@ -6810,9 +6810,9 @@ "dev": true }, "node_modules/nock": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.0.tgz", - "integrity": "sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==", + "version": "13.5.3", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.3.tgz", + "integrity": "sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 503dc50..bb04da7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "cross-env": "7.0.3", "jest": "29.7.0", "jest-config": "29.7.0", - "nock": "13.5.0", + "nock": "13.5.3", "prettier-standard": "16.4.1", "standard": "17.0.0" },