From 3167f46e01dc0cc0fb1dcdc2f8f3d6b25ac2ed36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:21:41 +0100 Subject: [PATCH] chore(deps): update dependency nock to v13.5.1 (#27056) Co-authored-by: renovate[bot] <29139614+renovate[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 5818abb2bd..2a658891b5 100644 --- a/package.json +++ b/package.json @@ -336,7 +336,7 @@ "jest-snapshot": "29.7.0", "markdownlint-cli2": "0.12.1", "memfs": "4.6.0", - "nock": "13.5.0", + "nock": "13.5.1", "npm-run-all2": "6.1.1", "nyc": "15.1.0", "pretty-format": "29.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f526179b66..dda4fa838c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -572,8 +572,8 @@ importers: specifier: 4.6.0 version: 4.6.0(quill-delta@5.1.0)(rxjs@7.8.1)(tslib@2.6.2) nock: - specifier: 13.5.0 - version: 13.5.0 + specifier: 13.5.1 + version: 13.5.1 npm-run-all2: specifier: 6.1.1 version: 6.1.1 @@ -8429,8 +8429,8 @@ packages: path-to-regexp: 6.2.1 dev: true - /nock@13.5.0: - resolution: {integrity: sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==} + /nock@13.5.1: + resolution: {integrity: sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==} engines: {node: '>= 10.13'} dependencies: debug: 4.3.4 -- GitLab