From 4ab18c7d10e5f186a04acfe481cd09d9b655c564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:03:24 +0000 Subject: [PATCH] Bump sinon from 14.0.0 to 14.0.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.0 to 14.0.1. - [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/v14.0.0...v14.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 614c6a7e63..5879bd8153 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "powershell-preview", - "version": "2022.9.1", + "version": "2022.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "powershell-preview", - "version": "2022.9.1", + "version": "2022.9.2", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@vscode/extension-telemetry": "^0.6.2", @@ -34,7 +34,7 @@ "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.1.4", "rewire": "~6.0.0", - "sinon": "~14.0.0", + "sinon": "~14.0.1", "tslint": "~6.1.3", "typescript": "~4.8.4", "vsce": "~2.11.0" @@ -3509,9 +3509,9 @@ } }, "node_modules/sinon": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz", - "integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.1.tgz", + "integrity": "sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ==", "dev": true, "dependencies": { "@sinonjs/commons": "^1.8.3", @@ -7050,9 +7050,9 @@ } }, "sinon": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz", - "integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.1.tgz", + "integrity": "sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ==", "dev": true, "requires": { "@sinonjs/commons": "^1.8.3", diff --git a/package.json b/package.json index 8fcd932d4f..cad49dbc92 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.1.4", "rewire": "~6.0.0", - "sinon": "~14.0.0", + "sinon": "~14.0.1", "tslint": "~6.1.3", "typescript": "~4.8.4", "vsce": "~2.11.0"