diff --git a/package-lock.json b/package-lock.json index 7498fa1cff..a747eb34a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-jsdoc": "^48.2.2", - "fast-check": "^3.23.1", + "fast-check": "^3.23.2", "husky": "^9.1.7", "ioredis-mock": "^8.9.0", "jest": "^29.7.0", @@ -14972,9 +14972,9 @@ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, "node_modules/fast-check": { - "version": "3.23.1", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.1.tgz", - "integrity": "sha512-u/MudsoQEgBUZgR5N1v87vEgybeVYus9VnDVaIkxkkGP2jt54naghQ3PCQHJiogS8U/GavZCUPFfx3Xkp+NaHw==", + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz", + "integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 4349b88d74..3cf217e3f2 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-jsdoc": "^48.2.2", - "fast-check": "^3.23.1", + "fast-check": "^3.23.2", "husky": "^9.1.7", "ioredis-mock": "^8.9.0", "jest": "^29.7.0",