From 81ac1c2233c2e802f395226a2d0e510b47bf85e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:03:08 +0000 Subject: [PATCH] chore(deps-dev): Bump nock from 13.3.6 to 13.3.7 Bumps [nock](https://github.com/nock/nock) from 13.3.6 to 13.3.7. - [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.6...v13.3.7) --- 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 e66ad9b6..767f5f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "jest": "29.7.0", "jest-when": "^3.6.0", "lint-staged": "^15.0.2", - "nock": "^13.3.6", + "nock": "^13.3.7", "prettier": "^3.0.3", "sort-package-json": "^2.6.0", "source-map-support": "^0.5.21", @@ -11875,9 +11875,9 @@ } }, "node_modules/nock": { - "version": "13.3.6", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.6.tgz", - "integrity": "sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==", + "version": "13.3.7", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.7.tgz", + "integrity": "sha512-z3voRxo6G0JxqCsjuzERh1ReFC4Vp2b7JpSgcMJB6jnJbUszf88awAeQLIID2UNMwbMh9/Zm5sFscagj0QYHEg==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 8c855e14..515a51b0 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "jest": "29.7.0", "jest-when": "^3.6.0", "lint-staged": "^15.0.2", - "nock": "^13.3.6", + "nock": "^13.3.7", "prettier": "^3.0.3", "sort-package-json": "^2.6.0", "source-map-support": "^0.5.21",