From dff1d9fd28119ccab9a58ebf8ae6863025ed2e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 23:48:33 +0800 Subject: [PATCH] chore(deps-dev): bump nock from 13.3.2 to 13.3.3 (#13058) * chore(deps-dev): bump nock from 13.3.2 to 13.3.3 Bumps [nock](https://github.com/nock/nock) from 13.3.2 to 13.3.3. - [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.2...v13.3.3) --- 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 c9e4d8cd5..fb69636b7 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "jest-junit": "16.0.0", "lint-staged": "14.0.0", "mockdate": "3.0.5", - "nock": "13.3.2", + "nock": "13.3.3", "nodemon": "3.0.1", "prettier": "3.0.2", "remark": "13.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2eeb33e3a..cc5158d31 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -242,8 +242,8 @@ devDependencies: specifier: 3.0.5 version: 3.0.5 nock: - specifier: 13.3.2 - version: 13.3.2 + specifier: 13.3.3 + version: 13.3.3 nodemon: specifier: 3.0.1 version: 3.0.1 @@ -5565,8 +5565,8 @@ packages: lower-case: 1.1.4 dev: false - /nock@13.3.2: - resolution: {integrity: sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ==} + /nock@13.3.3: + resolution: {integrity: sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==} engines: {node: '>= 10.13'} dependencies: debug: 4.3.4