From 5fbd50f1000e8065d754a7c8c89c1c9747532618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 11:27:02 -0700 Subject: [PATCH] deps: update mkdirp requirement from ^1.0.3 to ^1.0.4 (#73) Updates the requirements on [mkdirp](https://github.com/isaacs/node-mkdirp) to permit the latest version. - [Release notes](https://github.com/isaacs/node-mkdirp/releases) - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-mkdirp/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: mkdirp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 694fa24..813bc3f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "minipass-collect": "^1.0.2", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.3", + "mkdirp": "^1.0.4", "p-map": "^4.0.0", "promise-inflight": "^1.0.1", "rimraf": "^3.0.2",