From 1819c42896e5add58e603636eaf404daab27b96e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:55:10 +0000 Subject: [PATCH] fix(deps): update dependency fetch-mock to v11.1.5 --- gh-actions/retest/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gh-actions/retest/package-lock.json b/gh-actions/retest/package-lock.json index 6537cb477..9eb1d6367 100644 --- a/gh-actions/retest/package-lock.json +++ b/gh-actions/retest/package-lock.json @@ -3401,9 +3401,9 @@ } }, "node_modules/fetch-mock": { - "version": "11.1.4", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-11.1.4.tgz", - "integrity": "sha512-Enndh1ApARgYDPfWFgfzLeSgdQVasMj6qDWDArya6quj3Z83AVGsl1YrVe8OxWVWsN7a+56RQRoGNmo9HdldAg==", + "version": "11.1.5", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-11.1.5.tgz", + "integrity": "sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA==", "license": "MIT", "dependencies": { "@types/glob-to-regexp": "^0.4.4",