Skip to content

Commit acf4144

Browse files
feat(deps): update dependency mkdirp to v3
1 parent 25a0bbd commit acf4144

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"jest-watch-typeahead": "^2.2.2",
8686
"lint-staged": "^13.3.0",
8787
"lodash.has": "^4.5.2",
88-
"mkdirp": "^2.1.3",
88+
"mkdirp": "^3.0.1",
8989
"prettier": "^2.8.8",
9090
"read-pkg-up": "^7.0.1",
9191
"rimraf": "^4.1.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,7 @@ __metadata:
21782178
jest-watch-typeahead: ^2.2.2
21792179
lint-staged: ^13.3.0
21802180
lodash.has: ^4.5.2
2181-
mkdirp: ^2.1.3
2181+
mkdirp: ^3.0.1
21822182
npm-run-all: ^4.1.5
21832183
prettier: ^2.8.8
21842184
read-pkg-up: ^7.0.1
@@ -10355,12 +10355,12 @@ __metadata:
1035510355
languageName: node
1035610356
linkType: hard
1035710357

10358-
"mkdirp@npm:^2.1.3":
10359-
version: 2.1.3
10360-
resolution: "mkdirp@npm:2.1.3"
10358+
"mkdirp@npm:^3.0.1":
10359+
version: 3.0.1
10360+
resolution: "mkdirp@npm:3.0.1"
1036110361
bin:
1036210362
mkdirp: dist/cjs/src/bin.js
10363-
checksum: 5d7d7997e38a962e8b66dd4db1974bdcb841f084531ba8c9e1f3d52d71f5e6639677a96b2eb5d5940406d729a2153d820f396077ed3a6716058d3e75041dc1f2
10363+
checksum: 972deb188e8fb55547f1e58d66bd6b4a3623bf0c7137802582602d73e6480c1c2268dcbafbfb1be466e00cc7e56ac514d7fd9334b7cf33e3e2ab547c16f83a8d
1036410364
languageName: node
1036510365
linkType: hard
1036610366

0 commit comments

Comments
 (0)