From 57f7c869709085846ed2fbbd39fd088a22280264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:12:04 +0000 Subject: [PATCH] Bump fs-path from 0.0.24 to 0.0.25 Bumps [fs-path](https://github.com/pillys/fs-path) from 0.0.24 to 0.0.25. - [Release notes](https://github.com/pillys/fs-path/releases) - [Commits](https://github.com/pillys/fs-path/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0476777..2f11551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@richjava/jen", - "version": "1.0.0", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1182,11 +1182,12 @@ } }, "fs-path": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/fs-path/-/fs-path-0.0.24.tgz", - "integrity": "sha512-kKxBYWJVCidJpBkp2pj9yn9myAoe+fwk/w8PfZQS4RfjB0oY9pkD4MQQQBq/NQib6Yq9EhGZgzUv/NORK/k+5A==", + "version": "0.0.25", + "resolved": "https://registry.npmjs.org/fs-path/-/fs-path-0.0.25.tgz", + "integrity": "sha512-EzYXXH6tvZ8oE2iAlB7nt0q34CYG8J+SfCauuipvBaLBscaQvcyZrafsJC1+EDZwIEpPwVcBElF1/Y+1tEWAcQ==", "requires": { - "async": "~0.9.0" + "async": "~0.9.0", + "shell-escape": "^0.2.0" } }, "fs.realpath": { @@ -3171,6 +3172,11 @@ } } }, + "shell-escape": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/shell-escape/-/shell-escape-0.2.0.tgz", + "integrity": "sha1-aP0CXrBJC09WegJ/C/IkgLX4QTM=" + }, "snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", diff --git a/package.json b/package.json index 2d70eaa..c48e2e4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "axios": "^0.18.0", "chalk": "^2.4.2", - "fs-path": "0.0.24", + "fs-path": "0.0.25", "gulp": "^4.0.0", "gulp-concat": "^2.6.1", "gulp-data": "^1.3.1",