From 564d7a1cb32a8f997ace642b0b7d237437b191b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:21:44 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.5.3 to 13.5.4 (#80) --- 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 34e2dce..25bd9af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.2", - "nock": "^13.5.3", + "nock": "^13.5.4", "nyc": "^15.1.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", @@ -7891,9 +7891,9 @@ } }, "node_modules/nock": { - "version": "13.5.3", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.3.tgz", - "integrity": "sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==", + "version": "13.5.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz", + "integrity": "sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 929bb57..fb463e0 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.2", - "nock": "^13.5.3", + "nock": "^13.5.4", "nyc": "^15.1.0", "prettier": "^3.2.5", "rimraf": "^5.0.5",