From ff434d0809494eed27e234fb39208e761e93f9ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:07:27 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.3.7 --- packages/axis-configuration/package.json | 2 +- packages/axis-configuration/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/axis-configuration/package.json b/packages/axis-configuration/package.json index 2d3c12fc5..68426d119 100644 --- a/packages/axis-configuration/package.json +++ b/packages/axis-configuration/package.json @@ -53,7 +53,7 @@ "coveralls": "3.1.1", "eslint": "8.52.0", "jest": "29.7.0", - "nock": "13.3.6", + "nock": "13.3.7", "rimraf": "5.0.5", "ts-jest": "29.1.1", "typescript": "5.2.2" diff --git a/packages/axis-configuration/yarn.lock b/packages/axis-configuration/yarn.lock index 73ba34bcd..dfc3ffed7 100644 --- a/packages/axis-configuration/yarn.lock +++ b/packages/axis-configuration/yarn.lock @@ -3183,10 +3183,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -nock@13.3.6: - version "13.3.6" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071" - integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw== +nock@13.3.7: + version "13.3.7" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.7.tgz#27c8a2709d602a0570e45d3f182db342c6bd5551" + integrity sha512-z3voRxo6G0JxqCsjuzERh1ReFC4Vp2b7JpSgcMJB6jnJbUszf88awAeQLIID2UNMwbMh9/Zm5sFscagj0QYHEg== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"