diff --git a/package-lock.json b/package-lock.json index bd2cf76..e8d98fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vercel/ncc": "^0.38.2", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", - "fetch-mock": "^12.0.2", + "fetch-mock": "^12.2.1", "jest": "^29.0.0", "ts-jest": "^29.2.5", "typescript": "^5.6.2", @@ -3073,10 +3073,11 @@ } }, "node_modules/fetch-mock": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.0.2.tgz", - "integrity": "sha512-9KVq/Scz06A+ThORLA/J/EACiPzLdSn6DeLV61hni57kd3DXhQVCtkpj4LgwES+8osEVEfcqA6LwdSX2FYVK7w==", + "version": "12.2.1", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.2.1.tgz", + "integrity": "sha512-ZUEDYDCr/qeZ3paYVyt6VkmuV/3HhZFVsih1Mt8hAAT34Gsc6HUv2qaFd5nh82BMhOaFjYL2yZbYi5VMuIhXKw==", "dev": true, + "license": "MIT", "dependencies": { "@types/glob-to-regexp": "^0.4.4", "dequal": "^2.0.3", diff --git a/package.json b/package.json index ab053e1..2424d63 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@vercel/ncc": "^0.38.2", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", - "fetch-mock": "^12.0.2", + "fetch-mock": "^12.2.1", "jest": "^29.0.0", "ts-jest": "^29.2.5", "typescript": "^5.6.2",