From dcf296fa6b003d526ef6c8bb7656ba6ca259801c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:10:15 +0000 Subject: [PATCH] Bump nock from 13.4.0 to 13.5.3 Bumps [nock](https://github.com/nock/nock) from 13.4.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.4.0...v13.5.3) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... 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 1ae05f4..7950061 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "husky": "~8.0.3", "lint-staged": "~15.2.0", "mocha": "~10.2.0", - "nock": "~13.4.0", + "nock": "~13.5.3", "npm-check-updates": "^16.14.12", "nyc": "^15.1.0", "prettier": "~3.1.1", @@ -11562,9 +11562,9 @@ "dev": true }, "node_modules/nock": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz", - "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==", + "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 d10a4e9..7e91354 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "husky": "~8.0.3", "lint-staged": "~15.2.0", "mocha": "~10.2.0", - "nock": "~13.4.0", + "nock": "~13.5.3", "npm-check-updates": "^16.14.12", "nyc": "^15.1.0", "prettier": "~3.1.1",