diff --git a/package-lock.json b/package-lock.json index f7ec08047e..ee786793a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "powershell", - "version": "2021.8.0", + "version": "2021.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "powershell", - "version": "2021.8.0", + "version": "2021.8.1", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "node-fetch": "~2.6.1", @@ -28,7 +28,7 @@ "@types/uuid": "~8.3.1", "@types/vscode": "~1.53.0", "@vscode/test-electron": "~1.6.2", - "mocha": "~9.0.3", + "mocha": "~9.1.0", "mocha-junit-reporter": "~2.0.0", "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.0.0", @@ -2195,9 +2195,9 @@ } }, "node_modules/mocha": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz", - "integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.0.tgz", + "integrity": "sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==", "dev": true, "dependencies": { "@ungap/promise-all-settled": "1.1.2", @@ -5555,9 +5555,9 @@ } }, "mocha": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz", - "integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.0.tgz", + "integrity": "sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==", "dev": true, "requires": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 58423113e4..a12569c5fa 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/uuid": "~8.3.1", "@types/vscode": "~1.53.0", "@vscode/test-electron": "~1.6.2", - "mocha": "~9.0.3", + "mocha": "~9.1.0", "mocha-junit-reporter": "~2.0.0", "mocha-multi-reporters": "~1.5.1", "mock-fs": "~5.0.0",