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",