From d7add3b3c58cf8649bc66490be31e9372e0122a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:38:53 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.5.3 to 13.5.4 (#14569) * chore(deps-dev): bump nock from 13.5.3 to 13.5.4 Bumps [nock](https://github.com/nock/nock) from 13.5.3 to 13.5.4. - [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.3...v13.5.4) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9308162d00..fc0f421f38 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "jest-junit": "16.0.0", "lint-staged": "15.2.2", "mockdate": "3.0.5", - "nock": "13.5.3", + "nock": "13.5.4", "nodemon": "3.1.0", "prettier": "3.2.5", "remark": "14.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fcd7f7da12..720a53c212 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -353,8 +353,8 @@ devDependencies: specifier: 3.0.5 version: 3.0.5 nock: - specifier: 13.5.3 - version: 13.5.3 + specifier: 13.5.4 + version: 13.5.4 nodemon: specifier: 3.1.0 version: 3.1.0 @@ -7064,8 +7064,8 @@ packages: lower-case: 1.1.4 dev: false - /nock@13.5.3: - resolution: {integrity: sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==} + /nock@13.5.4: + resolution: {integrity: sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==} engines: {node: '>= 10.13'} dependencies: debug: 4.3.4(supports-color@5.5.0)