Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 49bcc91

Browse files
Bump fast-check from 2.7.0 to 2.8.0 (#435)
1 parent cc7c374 commit 49bcc91

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
@@ -29,7 +29,7 @@
2929
"eslint-config-typestrict": "1.0.0",
3030
"eslint-plugin-expect-type": "0.0.5",
3131
"eslint-plugin-sonarjs": "0.5.0",
32-
"fast-check": "2.7.0",
32+
"fast-check": "2.8.0",
3333
"husky": "4.3.0",
3434
"jest": "25.5.4",
3535
"jest-extended": "0.11.5",

yarn.lock

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

1981-
fast-check@2.7.0:
1982-
version "2.7.0"
1983-
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-2.7.0.tgz#d935243a43bc5e8ac4724ee2cb6c109533e8fd85"
1984-
integrity sha512-+frnWpxp43Egnx2wuqRVrbHj1YXpHRwLle6lhKJODnu7uH0krGjNRlUo+1oioKULA5jgQ6I6ctTrqFuaw4gZFA==
1981+
fast-check@2.8.0:
1982+
version "2.8.0"
1983+
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-2.8.0.tgz#e39b50ef18afd12b6235559381fde2184dc0f99d"
1984+
integrity sha512-huSr4HpUwFL7w0Hte8lai8/+n2znJauZG8JMVLE8zgfmcUqAHtpXVUI7azJ2F6K/tETo5Z4I6rqAkhpCATu1gA==
19851985
dependencies:
1986-
pure-rand "^4.0.0"
1986+
pure-rand "^4.1.1"
19871987

19881988
fast-deep-equal@^2.0.1:
19891989
version "2.0.1"
@@ -4011,10 +4011,10 @@ punycode@^2.1.0, punycode@^2.1.1:
40114011
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
40124012
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
40134013

4014-
pure-rand@^4.0.0:
4015-
version "4.0.0"
4016-
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-4.0.0.tgz#df8f44bc1b82c4f3d0e245e8f7ced6f09c1e9dc4"
4017-
integrity sha512-5+HGyGi+6VygEcP1O4jMj0c5HyFgsP9lEy2uA4c+KBq84y21hpmv85wAzPZ/H+q1TUbP3mIMZhqFg08/HAOUqw==
4014+
pure-rand@^4.1.1:
4015+
version "4.1.1"
4016+
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-4.1.1.tgz#9fca2d4af5c4e870bac337ed860977426ed17bf6"
4017+
integrity sha512-cZw4AL/KI6aDTdqHEbJPe2ZoHM3kSdpJRLJetv8c3tfq9o+PvQDXrHNEpB0AWukAGFx4fmeOerAGwkA4rtUgdA==
40184018

40194019
qs@~6.5.2:
40204020
version "6.5.2"

0 commit comments

Comments
 (0)