Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): update dependency mkdirp to ^2.1.6 #882

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@swc/helpers": "^0.4.14",
"@types/jest": "^29.5.4",
"@types/lodash.has": "^4.5.9",
"@types/mkdirp": "^1.0.2",
"@types/mkdirp": "^2.0.0",
"@types/node": "^18.19.61",
"@types/rimraf": "^3.0.2",
"@types/which": "^2.0.2",
Expand Down Expand Up @@ -85,7 +85,7 @@
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^13.3.0",
"lodash.has": "^4.5.2",
"mkdirp": "^2.1.3",
"mkdirp": "^2.1.6",
"prettier": "^2.8.8",
"read-pkg-up": "^7.0.1",
"rimraf": "^4.1.1",
Expand Down
31 changes: 20 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@ __metadata:
"@types/cross-spawn": ^6.0.6
"@types/jest": ^29.5.4
"@types/lodash.has": ^4.5.9
"@types/mkdirp": ^1.0.2
"@types/mkdirp": ^2.0.0
"@types/node": ^18.19.61
"@types/rimraf": ^3.0.2
"@types/which": ^2.0.2
Expand Down Expand Up @@ -2185,7 +2185,7 @@ __metadata:
jest-watch-typeahead: ^2.2.2
lint-staged: ^13.3.0
lodash.has: ^4.5.2
mkdirp: ^2.1.3
mkdirp: ^2.1.6
npm-run-all: ^4.1.5
prettier: ^2.8.8
read-pkg-up: ^7.0.1
Expand Down Expand Up @@ -3269,12 +3269,12 @@ __metadata:
languageName: node
linkType: hard

"@types/mkdirp@npm:^1.0.2":
version: 1.0.2
resolution: "@types/mkdirp@npm:1.0.2"
"@types/mkdirp@npm:^2.0.0":
version: 2.0.0
resolution: "@types/mkdirp@npm:2.0.0"
dependencies:
"@types/node": "*"
checksum: 72dedfb2d250f0e44ec964ac68ff6a4a03d7d9d6e83ae1d5ba6d212791af69cf051a5fac59846826242d099de56a18c8e0581861792fae8b845b3c9ad67ecdeb
mkdirp: "*"
checksum: a8b66edd2357c398c5f65836dc78d626ac404fa72d9651d024719b63821ead98327e1cc893acada740c20c054b58de3909686255ec12431411c82c7fa036e794
languageName: node
linkType: hard

Expand Down Expand Up @@ -9377,6 +9377,15 @@ __metadata:
languageName: node
linkType: hard

"mkdirp@npm:*":
version: 3.0.1
resolution: "mkdirp@npm:3.0.1"
bin:
mkdirp: dist/cjs/src/bin.js
checksum: 972deb188e8fb55547f1e58d66bd6b4a3623bf0c7137802582602d73e6480c1c2268dcbafbfb1be466e00cc7e56ac514d7fd9334b7cf33e3e2ab547c16f83a8d
languageName: node
linkType: hard

"mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4":
version: 1.0.4
resolution: "mkdirp@npm:1.0.4"
Expand All @@ -9386,12 +9395,12 @@ __metadata:
languageName: node
linkType: hard

"mkdirp@npm:^2.1.3":
version: 2.1.3
resolution: "mkdirp@npm:2.1.3"
"mkdirp@npm:^2.1.6":
version: 2.1.6
resolution: "mkdirp@npm:2.1.6"
bin:
mkdirp: dist/cjs/src/bin.js
checksum: 5d7d7997e38a962e8b66dd4db1974bdcb841f084531ba8c9e1f3d52d71f5e6639677a96b2eb5d5940406d729a2153d820f396077ed3a6716058d3e75041dc1f2
checksum: 8a1d09ffac585e55f41c54f445051f5bc33a7de99b952bb04c576cafdf1a67bb4bae8cb93736f7da6838771fbf75bc630430a3a59e1252047d2278690bd150ee
languageName: node
linkType: hard

Expand Down
Loading