From a60a81de65fa9eaa51440b486d71f35051054fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:15:08 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 13.4.0 to 13.5.0 (#14254) * chore(deps-dev): bump nock from 13.4.0 to 13.5.0 Bumps [nock](https://github.com/nock/nock) from 13.4.0 to 13.5.0. - [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.0) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-minor ... 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 41db0a8d5..2afa1e5a8 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "jest-junit": "16.0.0", "lint-staged": "15.2.0", "mockdate": "3.0.5", - "nock": "13.4.0", + "nock": "13.5.0", "nodemon": "3.0.2", "prettier": "3.2.2", "remark": "14.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6e077ff01..74715f7ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -338,8 +338,8 @@ devDependencies: specifier: 3.0.5 version: 3.0.5 nock: - specifier: 13.4.0 - version: 13.4.0 + specifier: 13.5.0 + version: 13.5.0 nodemon: specifier: 3.0.2 version: 3.0.2 @@ -6839,8 +6839,8 @@ packages: lower-case: 1.1.4 dev: false - /nock@13.4.0: - resolution: {integrity: sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==} + /nock@13.5.0: + resolution: {integrity: sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==} engines: {node: '>= 10.13'} dependencies: debug: 4.3.4(supports-color@5.5.0)