Bump @types/sinon from 7.5.2 to 10.0.2

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 7.5.2 to 10.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

---
updated-dependencies:
- dependency-name: "@types/sinon"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-27 18:59:55 +00:00 коммит произвёл GitHub
Родитель dae51797d0
Коммит dbb1b44b8f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 35 добавлений и 9 удалений

42
package-lock.json сгенерированный
Просмотреть файл

@ -43,7 +43,7 @@
"@types/nock": "^11.1.0",
"@types/node": "^12.0.4",
"@types/semver": "^7.2.0",
"@types/sinon": "^7.2.0",
"@types/sinon": "^10.0.2",
"@typescript-eslint/parser": "^4.1.0",
"ava": "3.8.1",
"eslint": "^7.9.0",
@ -546,9 +546,22 @@
}
},
"node_modules/@types/sinon": {
"version": "7.5.2",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.2.tgz",
"integrity": "sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw==",
"dev": true,
"license": "MIT"
"dependencies": {
"@sinonjs/fake-timers": "^7.1.0"
}
},
"node_modules/@types/sinon/node_modules/@sinonjs/fake-timers": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz",
"integrity": "sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==",
"dev": true,
"dependencies": {
"@sinonjs/commons": "^1.7.0"
}
},
"node_modules/@types/tmp": {
"version": "0.1.0",
@ -6159,8 +6172,24 @@
}
},
"@types/sinon": {
"version": "7.5.2",
"dev": true
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.2.tgz",
"integrity": "sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw==",
"dev": true,
"requires": {
"@sinonjs/fake-timers": "^7.1.0"
},
"dependencies": {
"@sinonjs/fake-timers": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz",
"integrity": "sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==",
"dev": true,
"requires": {
"@sinonjs/commons": "^1.7.0"
}
}
}
},
"@types/tmp": {
"version": "0.1.0"
@ -9380,9 +9409,6 @@
"tslib": "^1.8.1"
}
},
"tunnel": {
"version": "0.0.6"
},
"type-check": {
"version": "0.4.0",
"dev": true,

Просмотреть файл

@ -58,7 +58,7 @@
"@types/nock": "^11.1.0",
"@types/node": "^12.0.4",
"@types/semver": "^7.2.0",
"@types/sinon": "^7.2.0",
"@types/sinon": "^10.0.2",
"@typescript-eslint/parser": "^4.1.0",
"ava": "3.8.1",
"eslint": "^7.9.0",