Skip to content

Commit 60e55e5

Browse files
Bump fast-check from 2.16.0 to 2.17.0
Bumps [fast-check](https://github.com/dubzzz/fast-check) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/dubzzz/fast-check/releases) - [Changelog](https://github.com/dubzzz/fast-check/blob/main/CHANGELOG.md) - [Commits](dubzzz/fast-check@v2.16.0...v2.17.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 91f3da9 commit 60e55e5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@matechs/console": "7.12.0",
6161
"@matechs/effect": "5.0.29",
6262
"antd": "4.16.3",
63-
"fast-check": "2.16.0",
63+
"fast-check": "2.17.0",
6464
"fast-equals": "2.0.0",
6565
"firebase": "7.24.0",
6666
"fp-ts": "2.10.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,12 +3540,12 @@ extsprintf@^1.2.0:
35403540
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
35413541
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
35423542

3543-
fast-check@2.16.0:
3544-
version "2.16.0"
3545-
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-2.16.0.tgz#352271e6b29d465048ed943c68c14c7a7ce1e4ae"
3546-
integrity sha512-r1uoJQoLzKUgfAeGzSZ/7dGyvSLG3OGjmWIKZRJpKtY/791di7n/x389F0Bei3Ry8126Z6MKp78Cbt4+9LUp1g==
3543+
fast-check@2.17.0:
3544+
version "2.17.0"
3545+
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-2.17.0.tgz#9b9637684332be386219a5f73a4799874da7461c"
3546+
integrity sha512-fNNKkxNEJP+27QMcEzF6nbpOYoSZIS0p+TyB+xh/jXqRBxRhLkiZSREly4ruyV8uJi7nwH1YWAhi7OOK5TubRw==
35473547
dependencies:
3548-
pure-rand "^4.1.1"
3548+
pure-rand "^5.0.0"
35493549

35503550
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
35513551
version "3.1.3"
@@ -6375,10 +6375,10 @@ punycode@^2.1.0, punycode@^2.1.1:
63756375
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
63766376
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
63776377

6378-
pure-rand@^4.1.1:
6379-
version "4.1.1"
6380-
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-4.1.1.tgz#9fca2d4af5c4e870bac337ed860977426ed17bf6"
6381-
integrity sha512-cZw4AL/KI6aDTdqHEbJPe2ZoHM3kSdpJRLJetv8c3tfq9o+PvQDXrHNEpB0AWukAGFx4fmeOerAGwkA4rtUgdA==
6378+
pure-rand@^5.0.0:
6379+
version "5.0.0"
6380+
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-5.0.0.tgz#87f5bdabeadbd8904e316913a5c0b8caac517b37"
6381+
integrity sha512-lD2/y78q+7HqBx2SaT6OT4UcwtvXNRfEpzYEzl0EQ+9gZq2Qi3fa0HDnYPeqQwhlHJFBUhT7AO3mLU3+8bynHA==
63826382

63836383
63846384
version "6.7.0"

0 commit comments

Comments
 (0)