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

Commit fe9619f

Browse files
Bump fast-check from 2.6.1 to 2.7.0 (#423)
1 parent 83f7e85 commit fe9619f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.6.1",
32+
"fast-check": "2.7.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.6.1:
1982-
version "2.6.1"
1983-
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-2.6.1.tgz#c9ff58b69c2eee872588985d8b93424c84359a6e"
1984-
integrity sha512-CauHEKfAjgAFpNDpFqSccu7C5kOlifCNfRxMjzY76MaAaH7ddkqqEzRE2Vm5bjpHJpndD0iVXiZC+d1rYzv5qg==
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==
19851985
dependencies:
1986-
pure-rand "^3.0.0"
1986+
pure-rand "^4.0.0"
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@^3.0.0:
4015-
version "3.0.0"
4016-
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-3.0.0.tgz#9dd90685e0c6ff98871f656a5e37fe90d2bfe0e4"
4017-
integrity sha512-7/U3rk8elhZPagxdheW1UHEhRr0IF8wCs3qyYVVswSxLoRrrrCMyaTKtAYIrCfuTeUoX/O3rN1piY/pX8JEcEA==
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==
40184018

40194019
qs@~6.5.2:
40204020
version "6.5.2"

0 commit comments

Comments
 (0)