From fbc69c6b631737565bd804f653473763cb7d0fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:25:49 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.5.5 to 13.5.6 Bumps [nock](https://github.com/nock/nock) from 13.5.5 to 13.5.6. - [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.5...v13.5.6) --- 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 ca8659f0d..344a7f3ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "glob": "^7.2.0", "mocha": "^10.8.2", - "nock": "^13.5.5", + "nock": "^13.5.6", "papaparse": "^5.4.1", "path-browserify": "^1.0.1", "prettier": "^3.3.3", @@ -5051,9 +5051,9 @@ } }, "node_modules/nock": { - "version": "13.5.5", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz", - "integrity": "sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==", + "version": "13.5.6", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.6.tgz", + "integrity": "sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index e0f4362ac..a2650ab37 100644 --- a/package.json +++ b/package.json @@ -1285,7 +1285,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "glob": "^7.2.0", "mocha": "^10.8.2", - "nock": "^13.5.5", + "nock": "^13.5.6", "papaparse": "^5.4.1", "path-browserify": "^1.0.1", "prettier": "^3.3.3",