From 059dfff30d8efdc6f0e2c73cc88366569393ad14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:10:14 +0000 Subject: [PATCH] build(deps-dev): bump the dev-testing group with 1 update Bumps the dev-testing group with 1 update: [nock](https://github.com/nock/nock). - [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.3...v13.3.4) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-testing ... 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 b5fe720..3c48c75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-prettier": "5.0.0", "husky": "8.0.3", "jest": "29.7.0", - "nock": "13.3.3", + "nock": "13.3.4", "pinst": "3.0.0", "prettier": "3.0.3", "rimraf": "5.0.5", @@ -7698,9 +7698,9 @@ "dev": true }, "node_modules/nock": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.3.tgz", - "integrity": "sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==", + "version": "13.3.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz", + "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 67af8df..3f55184 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint-plugin-prettier": "5.0.0", "husky": "8.0.3", "jest": "29.7.0", - "nock": "13.3.3", + "nock": "13.3.4", "pinst": "3.0.0", "prettier": "3.0.3", "rimraf": "5.0.5",