Skip to content

Commit 6620278

Browse files
dependabot[bot]rplwilldurand
authored
chore(deps): bump mkdirp from 1.0.4 to 3.0.1 (#2735)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Greco <[email protected]> Co-authored-by: William Durand <[email protected]>
1 parent 1046823 commit 6620278

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

package-lock.json

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"https-proxy-agent": "^7.0.0",
7474
"jose": "5.4.0",
7575
"jszip": "3.10.1",
76-
"mkdirp": "1.0.4",
76+
"mkdirp": "3.0.1",
7777
"multimatch": "6.0.0",
7878
"mz": "2.7.0",
7979
"node-fetch": "3.3.2",

src/extension-runners/chromium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import path from 'path';
77

88
import fs from 'fs-extra';
9-
import asyncMkdirp from 'mkdirp';
9+
import { mkdirp as asyncMkdirp } from 'mkdirp';
1010
import {
1111
Launcher as ChromeLauncher,
1212
launch as defaultChromiumLaunch,

src/util/artifacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { fs } from 'mz';
2-
import defaultAsyncMkdirp from 'mkdirp';
2+
import { mkdirp as defaultAsyncMkdirp } from 'mkdirp';
33

44
import { UsageError, isErrorWithCode } from '../errors.js';
55
import { createLogger } from './logger.js';

0 commit comments

Comments
 (0)