diff --git a/package-lock.json b/package-lock.json index 5002681..cf100ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-github": "^5.0.2", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-prettier": "^5.2.1", - "fast-check": "^3.22.0", + "fast-check": "^3.23.1", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", @@ -3904,9 +3904,9 @@ } }, "node_modules/fast-check": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.22.0.tgz", - "integrity": "sha512-8HKz3qXqnHYp/VCNn2qfjHdAdcI8zcSqOyX64GOMukp7SL2bfzfeDKjSd+UyECtejccaZv3LcvZTm9YDD22iCQ==", + "version": "3.23.1", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.1.tgz", + "integrity": "sha512-u/MudsoQEgBUZgR5N1v87vEgybeVYus9VnDVaIkxkkGP2jt54naghQ3PCQHJiogS8U/GavZCUPFfx3Xkp+NaHw==", "dev": true, "funding": [ { @@ -3918,7 +3918,6 @@ "url": "https://opencollective.com/fast-check" } ], - "license": "MIT", "dependencies": { "pure-rand": "^6.1.0" }, diff --git a/package.json b/package.json index 7109130..1e598b2 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-github": "^5.0.2", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-prettier": "^5.2.1", - "fast-check": "^3.22.0", + "fast-check": "^3.23.1", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5",