Skip to content

Commit

Permalink
fix(deps): update dependency mkdirp to v2 (#187)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency mkdirp to v2

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Jan 26, 2023
1 parent d6f981f commit d7a8fd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/bob-the-bundler-187-dependencies.md
@@ -0,0 +1,5 @@
---
"bob-the-bundler": patch
---
dependencies updates:
- Updated dependency [`mkdirp@^2.0.0` ↗︎](https://www.npmjs.com/package/mkdirp/v/2.0.0) (from `^1.0.4`, in `dependencies`)
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"globby": "^13.1.3",
"js-yaml": "^4.1.0",
"lodash.get": "^4.4.2",
"mkdirp": "^1.0.4",
"mkdirp": "^2.0.0",
"p-limit": "^4.0.0",
"resolve.exports": "^2.0.0",
"tslib": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2350,10 +2350,10 @@ mixme@^0.5.1:
resolved "https://registry.yarnpkg.com/mixme/-/mixme-0.5.4.tgz#8cb3bd0cd32a513c161bf1ca99d143f0bcf2eff3"
integrity sha512-3KYa4m4Vlqx98GPdOHghxSdNtTvcP8E0kkaJ5Dlh+h2DRzF7zpuVVcA8B0QpKd11YJeP9QQ7ASkKzOeu195Wzw==

mkdirp@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
mkdirp@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-2.0.0.tgz#1460f186644abf3b751e74f5ee82f47d191b586d"
integrity sha512-M9ecBPkCu6jZ+H19zruhjw/JB97qqVhyi1H2Lxxo2XAoIMdpHKQ8MfQiMzXk9SH/oJXIbM3oSAfLB8qSWJdCLA==

mlly@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit d7a8fd5

Please sign in to comment.