Skip to content

Commit

Permalink
build(deps): update dependency mkdirp to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Nov 16, 2023
1 parent 768ce9c commit cf1e46c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@
"@types/find-up": "2.1.1",
"@types/glob": "8.1.0",
"@types/jest": "29.5.5",
"@types/mkdirp": "1.0.2",
"@types/node": "16.18.52",
"@types/prettier": "2.7.3",
"cz-conventional-changelog": "3.3.0",
"husky": "8.0.3",
"jest": "29.7.0",
"mkdirp": "1.0.4",
"mkdirp": "3.0.1",
"prettier": "2.8.8",
"rimraf": "5.0.5",
"semantic-release": "19.0.5",
Expand Down
2 changes: 1 addition & 1 deletion test/global-setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import mkdirp = require("mkdirp");
import {mkdirp} from "mkdirp";

/**
* Create the tmp directory in which our `.git` directory
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1217,13 +1217,6 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==

"@types/[email protected]":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-1.0.2.tgz#8d0bad7aa793abe551860be1f7ae7f3198c16666"
integrity sha512-o0K1tSO0Dx5X6xlU5F1D6625FawhC3dU3iqr25lluNv/+/QIVH8RLNEiVokgIZo+mz+87w/3Mkg/VvQS+J51fQ==
dependencies:
"@types/node" "*"

"@types/node@*":
version "20.4.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.4.tgz#c79c7cc22c9d0e97a7944954c9e663bcbd92b0cb"
Expand Down Expand Up @@ -4144,7 +4137,12 @@ mkdirp-infer-owner@^2.0.0:
infer-owner "^1.0.4"
mkdirp "^1.0.3"

[email protected], mkdirp@^1.0.3, mkdirp@^1.0.4:
[email protected]:
version "3.0.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==

mkdirp@^1.0.3, mkdirp@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
Expand Down

0 comments on commit cf1e46c

Please sign in to comment.