Skip to content

Commit 81a4c32

Browse files
chore(deps): update dependency mkdirp to v3
1 parent 687bfe0 commit 81a4c32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"eslint": "^7.28.0",
128128
"husky": "^4.3.6",
129129
"lnfs-cli": "^2.1.0",
130-
"mkdirp": "^1.0.4",
130+
"mkdirp": "^3.0.1",
131131
"mocha": "^7.2.0",
132132
"nyc": "^13.3.0",
133133
"parcel-bundler": "^1.12.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5253,10 +5253,10 @@ [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
52535253
dependencies:
52545254
minimist "^1.2.5"
52555255

5256-
mkdirp@^1.0.4:
5257-
version "1.0.4"
5258-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
5259-
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
5256+
mkdirp@^3.0.1:
5257+
version "3.0.1"
5258+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
5259+
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
52605260

52615261
mocha@^7.2.0:
52625262
version "7.2.0"

0 commit comments

Comments
 (0)