diff --git a/package.json b/package.json index 6d9c97d..e8f2934 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.35.0", - "fetch-mock": "^11.1.1", + "fetch-mock": "^11.1.3", "jest": "^29.7.0", "nock": "^13.5.4", "node-fetch": "2", diff --git a/yarn.lock b/yarn.lock index 7b5a7e6..b469959 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4393,10 +4393,10 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" -fetch-mock@^11.1.1: - version "11.1.1" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.1.tgz#33440be6d184f52f1d8bc48a15b9e631589fd5e2" - integrity sha512-2lZ42bnMar9MBfNR0nza5wM4ZDwLxb+ZbNR4sEvpqOOBzZ+V6cZVVhLBHj8+AAEInF4vp2/tbRM8WlGX5mPhiA== +fetch-mock@^11.1.3: + version "11.1.3" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.3.tgz#3dc8dcc81340fea1cf1db60a2c195c63e270b501" + integrity sha512-ATh0dWgnVrUHiiXuvQm1Ry+ThWfSv1QQgqJTCtybrNxyUrFiSOaDKsNG29eyysp1SHeNP6Q+dH50+8VifN51Ig== dependencies: "@types/glob-to-regexp" "^0.4.4" dequal "^2.0.3"