From 572f7f453e66448124567f64276b430fdc6738fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 15:20:29 +0000 Subject: [PATCH] fix: upgrade @fetch-mock/jest from 0.2.15 to 0.2.16 Snyk has created this PR to upgrade @fetch-mock/jest from 0.2.15 to 0.2.16. See this package in npm: @fetch-mock/jest See this project in Snyk: https://app.snyk.io/org/sunil-lakshman/project/c6925ec7-da6d-430a-a674-23c77f22d451?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0adaea7..2e77e01e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/utils": "^1.3.20", - "@fetch-mock/jest": "^0.2.15", + "@fetch-mock/jest": "^0.2.16", "es6-promise": "^4.2.8", "fetch-mock": "^12.5.2", "localStorage": "1.0.4", @@ -1914,12 +1914,12 @@ } }, "node_modules/@fetch-mock/jest": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/@fetch-mock/jest/-/jest-0.2.15.tgz", - "integrity": "sha512-cudDyqZr/mzA/AsXzowx3Il5C7//lOaBn3CW/+gzitGRk621ZPSdlZYbaq3kwxji5vwUaaFQE0saKBLHi2K6fQ==", + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/@fetch-mock/jest/-/jest-0.2.16.tgz", + "integrity": "sha512-i/fuyWSxR5b5FowhmqJL4SPt7GuV2j7NnM/KnPK7fwucEUNuVGTrUXam8I4lXKNiBSYYpHsyExem5n/WmQMwjA==", "license": "MIT", "dependencies": { - "fetch-mock": "^12.5.2" + "fetch-mock": "^12.5.3" }, "engines": { "node": ">=18.11.0" @@ -5172,9 +5172,9 @@ } }, "node_modules/fetch-mock": { - "version": "12.5.2", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.5.2.tgz", - "integrity": "sha512-b5KGDFmdmado2MPQjZl6ix3dAG3iwCitb0XQwN72y2s9VnWZ3ObaGNy+bkpm1390foiLDybdJ7yjRGKD36kATw==", + "version": "12.5.3", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.5.3.tgz", + "integrity": "sha512-SiqPv1IXvDjNjLWCvfFUltba3VeiYucxjyynoVW8Ft07GLFQRitlzjYZI/f5wZpeQFRIVZ84fmMgJfjwb/dAEA==", "license": "MIT", "dependencies": { "@types/glob-to-regexp": "^0.4.4", diff --git a/package.json b/package.json index 33104aec..3209eaa7 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ }, "dependencies": { "@contentstack/utils": "^1.3.20", - "@fetch-mock/jest": "^0.2.15", + "@fetch-mock/jest": "^0.2.16", "es6-promise": "^4.2.8", "fetch-mock": "^12.5.2", "localStorage": "1.0.4",