Bump sinon from 13.0.1 to 14.0.0 in /extensions/ql-vscode (#1535)

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.1 to 14.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v13.0.1...v14.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-22 10:38:00 -07:00 коммит произвёл GitHub
Родитель a74c8a7cee
Коммит 1f95eb2f49
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 10 добавлений и 10 удалений

18
extensions/ql-vscode/package-lock.json сгенерированный
Просмотреть файл

@ -127,7 +127,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "~2.0.5", "prettier": "~2.0.5",
"proxyquire": "~2.1.3", "proxyquire": "~2.1.3",
"sinon": "~13.0.1", "sinon": "~14.0.0",
"sinon-chai": "~3.5.0", "sinon-chai": "~3.5.0",
"through2": "^4.0.2", "through2": "^4.0.2",
"ts-jest": "^29.0.1", "ts-jest": "^29.0.1",
@ -35586,13 +35586,13 @@
} }
}, },
"node_modules/sinon": { "node_modules/sinon": {
"version": "13.0.1", "version": "14.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.1.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz",
"integrity": "sha512-8yx2wIvkBjIq/MGY1D9h1LMraYW+z1X0mb648KZnKSdvLasvDu7maa0dFaNYdTDczFgbjNw2tOmWdTk9saVfwQ==", "integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sinonjs/commons": "^1.8.3", "@sinonjs/commons": "^1.8.3",
"@sinonjs/fake-timers": "^9.0.0", "@sinonjs/fake-timers": "^9.1.2",
"@sinonjs/samsam": "^6.1.1", "@sinonjs/samsam": "^6.1.1",
"diff": "^5.0.0", "diff": "^5.0.0",
"nise": "^5.1.1", "nise": "^5.1.1",
@ -67367,13 +67367,13 @@
} }
}, },
"sinon": { "sinon": {
"version": "13.0.1", "version": "14.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.1.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz",
"integrity": "sha512-8yx2wIvkBjIq/MGY1D9h1LMraYW+z1X0mb648KZnKSdvLasvDu7maa0dFaNYdTDczFgbjNw2tOmWdTk9saVfwQ==", "integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sinonjs/commons": "^1.8.3", "@sinonjs/commons": "^1.8.3",
"@sinonjs/fake-timers": "^9.0.0", "@sinonjs/fake-timers": "^9.1.2",
"@sinonjs/samsam": "^6.1.1", "@sinonjs/samsam": "^6.1.1",
"diff": "^5.0.0", "diff": "^5.0.0",
"nise": "^5.1.1", "nise": "^5.1.1",

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

@ -1323,7 +1323,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "~2.0.5", "prettier": "~2.0.5",
"proxyquire": "~2.1.3", "proxyquire": "~2.1.3",
"sinon": "~13.0.1", "sinon": "~14.0.0",
"sinon-chai": "~3.5.0", "sinon-chai": "~3.5.0",
"through2": "^4.0.2", "through2": "^4.0.2",
"ts-jest": "^29.0.1", "ts-jest": "^29.0.1",