Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump mkdirp from 1.0.4 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [mkdirp](https://github.com/isaacs/node-mkdirp) from 1.0.4 to 3.0.1.
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@v1.0.4...v3.0.1)

---
updated-dependencies:
- dependency-name: mkdirp
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and 10xLaCroixDrinker committed Feb 1, 2024
1 parent 7dfe87e commit 7e01d7a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 7 deletions.
47 changes: 42 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"js-yaml": "^4.1.0",
"lockfile-lint": "^4.3.7",
"lodash.set": "^4.3.2",
"mkdirp": "^1.0.4",
"mkdirp": "^3.0.1",
"node-mocks-http": "^1.10.1",
"nodemon": "^3.0.1",
"ora": "^5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-static-assets-artifact.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { spawn } = require('child_process');
const fs = require('fs');
const path = require('path');

const mkdirp = require('mkdirp');
const { mkdirp } = require('mkdirp');
const { rimraf } = require('rimraf');

const TEMP_STATIC_PATH = path.resolve(__dirname, '../.tmp-statics');
Expand Down

0 comments on commit 7e01d7a

Please sign in to comment.