From b2b778e40e501b812976fe2a1b5672f0d4acb5cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:02:02 +0000 Subject: [PATCH] Bump mock-fs from 5.1.3 to 5.1.4 Bumps [mock-fs](https://github.com/tschaub/mock-fs) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/tschaub/mock-fs/releases) - [Changelog](https://github.com/tschaub/mock-fs/blob/main/changelog.md) - [Commits](https://github.com/tschaub/mock-fs/compare/v5.1.3...v5.1.4) --- updated-dependencies: - dependency-name: mock-fs 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 a9d26a4d4b..4a236151a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "powershell-preview", - "version": "2022.7.2", + "version": "2022.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "powershell-preview", - "version": "2022.7.2", + "version": "2022.8.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@vscode/extension-telemetry": "~0.6.2", @@ -32,7 +32,7 @@ "glob": "^8.0.3", "mocha": "~10.0.0", "mocha-multi-reporters": "~1.5.1", - "mock-fs": "~5.1.3", + "mock-fs": "~5.1.4", "rewire": "~6.0.0", "sinon": "~14.0.0", "tslint": "~6.1.3", @@ -2833,9 +2833,9 @@ "dev": true }, "node_modules/mock-fs": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.1.3.tgz", - "integrity": "sha512-6rAOGeJgXFYsHlRSsuwUsSIPHk3sA4JfCOLswTc0gSFIU6HTC2xaRXh14orYKYLAg5ygmnxaYsrRxC4xNUkxnw==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.1.4.tgz", + "integrity": "sha512-sudhLjCjX37qWIcAlIv1OnAxB2wI4EmXByVuUjILh1rKGNGpGU8GNnzw+EAbrhdpBe0TL/KONbK1y3RXZk8SxQ==", "dev": true, "engines": { "node": ">=12.0.0" @@ -6565,9 +6565,9 @@ } }, "mock-fs": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.1.3.tgz", - "integrity": "sha512-6rAOGeJgXFYsHlRSsuwUsSIPHk3sA4JfCOLswTc0gSFIU6HTC2xaRXh14orYKYLAg5ygmnxaYsrRxC4xNUkxnw==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.1.4.tgz", + "integrity": "sha512-sudhLjCjX37qWIcAlIv1OnAxB2wI4EmXByVuUjILh1rKGNGpGU8GNnzw+EAbrhdpBe0TL/KONbK1y3RXZk8SxQ==", "dev": true }, "ms": { diff --git a/package.json b/package.json index 58139dfeee..22b9c99b8b 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "glob": "^8.0.3", "mocha": "~10.0.0", "mocha-multi-reporters": "~1.5.1", - "mock-fs": "~5.1.3", + "mock-fs": "~5.1.4", "rewire": "~6.0.0", "sinon": "~14.0.0", "tslint": "~6.1.3",