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"