Skip to content

Commit 16e7d9c

Browse files
Upgrade: Updates sinon to version 7.3.2
1 parent 3ab11f1 commit 16e7d9c

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"react-dom": "^16.7.0",
5656
"rimraf": "^2.6.3",
5757
"semantic-release": "^15.13.2",
58-
"sinon": "^7.2.2",
58+
"sinon": "^7.3.2",
5959
"travis-deploy-once": "^5.0.11"
6060
},
6161
"files": [

yarn.lock

+22-13
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@
766766
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
767767
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
768768

769-
"@sinonjs/commons@^1", "@sinonjs/commons@^1.0.2", "@sinonjs/commons@^1.3.1":
769+
"@sinonjs/commons@^1", "@sinonjs/commons@^1.0.2", "@sinonjs/commons@^1.4.0":
770770
version "1.4.0"
771771
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.4.0.tgz#7b3ec2d96af481d7a0321252e7b1c94724ec5a78"
772772
integrity sha512-9jHK3YF/8HtJ9wCAbG+j8cD0i0+ATS9A7gXFqS36TblLPNy6rEEc+SB0imo91eCboGaBYGV/MT1/br/J+EE7Tw==
@@ -781,7 +781,7 @@
781781
"@sinonjs/commons" "^1"
782782
"@sinonjs/samsam" "^3.1.0"
783783

784-
"@sinonjs/samsam@^3.1.0", "@sinonjs/samsam@^3.2.0":
784+
"@sinonjs/samsam@^3.1.0":
785785
version "3.3.0"
786786
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.0.tgz#9557ea89cd39dbc94ffbd093c8085281cac87416"
787787
integrity sha512-beHeJM/RRAaLLsMJhsCvHK31rIqZuobfPLa/80yGH5hnD8PV1hyh9xJBJNFfNmO7yWqm+zomijHsXpI6iTQJfQ==
@@ -790,6 +790,15 @@
790790
array-from "^2.1.1"
791791
lodash "^4.17.11"
792792

793+
"@sinonjs/samsam@^3.3.1":
794+
version "3.3.1"
795+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.1.tgz#e88c53fbd9d91ad9f0f2b0140c16c7c107fe0d07"
796+
integrity sha512-wRSfmyd81swH0hA1bxJZJ57xr22kC07a1N4zuIL47yTS04bDk6AoCkczcqHEjcRPmJ+FruGJ9WBQiJwMtIElFw==
797+
dependencies:
798+
"@sinonjs/commons" "^1.0.2"
799+
array-from "^2.1.1"
800+
lodash "^4.17.11"
801+
793802
"@sinonjs/text-encoding@^0.7.1":
794803
version "0.7.1"
795804
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
@@ -5598,10 +5607,10 @@ lolex@^2.3.2:
55985607
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.5.tgz#113001d56bfc7e02d56e36291cc5c413d1aa0733"
55995608
integrity sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==
56005609

5601-
lolex@^3.1.0:
5602-
version "3.1.0"
5603-
resolved "https://registry.yarnpkg.com/lolex/-/lolex-3.1.0.tgz#1a7feb2fefd75b3e3a7f79f0e110d9476e294434"
5604-
integrity sha512-zFo5MgCJ0rZ7gQg69S4pqBsLURbFw11X68C18OcJjJQbqaXm2NoTrGl1IMM3TIz0/BnN1tIs2tzmmqvCsOMMjw==
5610+
lolex@^4.0.1:
5611+
version "4.0.1"
5612+
resolved "https://registry.yarnpkg.com/lolex/-/lolex-4.0.1.tgz#4a99c2251579d693c6a083446dae0e5c3844d3fa"
5613+
integrity sha512-UHuOBZ5jjsKuzbB/gRNNW8Vg8f00Emgskdq2kvZxgBJCS0aqquAuXai/SkWORlKeZEiNQWZjFZOqIUcH9LqKCw==
56055614

56065615
longest@^1.0.1:
56075616
version "1.0.1"
@@ -7855,16 +7864,16 @@ signale@^1.2.1:
78557864
figures "^2.0.0"
78567865
pkg-conf "^2.1.0"
78577866

7858-
sinon@^7.2.2:
7859-
version "7.2.7"
7860-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.2.7.tgz#ee90f83ce87d9a6bac42cf32a3103d8c8b1bfb68"
7861-
integrity sha512-rlrre9F80pIQr3M36gOdoCEWzFAMDgHYD8+tocqOw+Zw9OZ8F84a80Ds69eZfcjnzDqqG88ulFld0oin/6rG/g==
7867+
sinon@^7.3.2:
7868+
version "7.3.2"
7869+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.3.2.tgz#82dba3a6d85f6d2181e1eca2c10d8657c2161f28"
7870+
integrity sha512-thErC1z64BeyGiPvF8aoSg0LEnptSaWE7YhdWWbWXgelOyThent7uKOnnEh9zBxDbKixtr5dEko+ws1sZMuFMA==
78627871
dependencies:
7863-
"@sinonjs/commons" "^1.3.1"
7872+
"@sinonjs/commons" "^1.4.0"
78647873
"@sinonjs/formatio" "^3.2.1"
7865-
"@sinonjs/samsam" "^3.2.0"
7874+
"@sinonjs/samsam" "^3.3.1"
78667875
diff "^3.5.0"
7867-
lolex "^3.1.0"
7876+
lolex "^4.0.1"
78687877
nise "^1.4.10"
78697878
supports-color "^5.5.0"
78707879

0 commit comments

Comments
 (0)