Merge pull request #895 from dolanmiu/dependabot/npm_and_yarn/types/sinon-10.0.0

build(deps-dev): bump @types/sinon from 9.0.11 to 10.0.0
This commit is contained in:
Dolan
2021-04-15 12:54:16 +01:00
committed by GitHub
2 changed files with 5 additions and 11 deletions

14
package-lock.json generated
View File

@ -644,20 +644,14 @@
}
},
"@types/sinon": {
"version": "9.0.11",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-9.0.11.tgz",
"integrity": "sha512-PwP4UY33SeeVKodNE37ZlOsR9cReypbMJOhZ7BVE0lB+Hix3efCOxiJWiE5Ia+yL9Cn2Ch72EjFTRze8RZsNtg==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.0.tgz",
"integrity": "sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ==",
"dev": true,
"requires": {
"@types/sinonjs__fake-timers": "*"
"@sinonjs/fake-timers": "^7.0.4"
}
},
"@types/sinonjs__fake-timers": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.2.tgz",
"integrity": "sha512-dIPoZ3g5gcx9zZEszaxLSVTvMReD3xxyyDnQUjA6IYDG9Ba2AV0otMPs+77sG9ojB4Qr2N2Vk5RnKeuA0X/0bg==",
"dev": true
},
"@types/tough-cookie": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.0.tgz",

View File

@ -65,7 +65,7 @@
"@types/chai": "^4.2.15",
"@types/mocha": "^8.0.0",
"@types/request-promise": "^4.1.42",
"@types/sinon": "^9.0.4",
"@types/sinon": "^10.0.0",
"@types/webpack": "^5.0.0",
"buffer": "^6.0.3",
"chai": "^3.5.0",