diff --git a/package-lock.json b/package-lock.json index a8b85fd..c1ec541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^10.0.2", "eslint-plugin-oxlint": "^1.36.0", "eslint-plugin-vue": "^10.6.2", - "fast-check": "^4.5.3", + "fast-check": "^4.6.0", "happy-dom": "^20.1.0", "npm-run-all2": "^8.0.0", "oxlint": "^1.36.0", @@ -3974,9 +3974,9 @@ } }, "node_modules/fast-check": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.5.3.tgz", - "integrity": "sha512-IE9csY7lnhxBnA8g/WI5eg/hygA6MGWJMSNfFRrBlXUciADEhS1EDB0SIsMSvzubzIlOBbVITSsypCsW717poA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.6.0.tgz", + "integrity": "sha512-h7H6Dm0Fy+H4ciQYFxFjXnXkzR2kr9Fb22c0UBpHnm59K2zpr2t13aPTHlltFiNT6zuxp6HMPAVVvgur4BLdpA==", "dev": true, "funding": [ { @@ -3990,7 +3990,7 @@ ], "license": "MIT", "dependencies": { - "pure-rand": "^7.0.0" + "pure-rand": "^8.0.0" }, "engines": { "node": ">=12.17.0" @@ -5702,9 +5702,9 @@ } }, "node_modules/pure-rand": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-7.0.1.tgz", - "integrity": "sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-8.0.0.tgz", + "integrity": "sha512-7rgWlxG2gAvFPIQfUreo1XYlNvrQ9VnQPFWdncPkdl3icucLK0InOxsaafbvxGTnI6Bk/Rxmslg0lQlRCuzOXw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index d6b3091..27ad664 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "^10.0.2", "eslint-plugin-oxlint": "^1.36.0", "eslint-plugin-vue": "^10.6.2", - "fast-check": "^4.5.3", + "fast-check": "^4.6.0", "happy-dom": "^20.1.0", "npm-run-all2": "^8.0.0", "oxlint": "^1.36.0",