Skip to content

Commit

Permalink
chore(deps-dev): bump rimraf from 4.4.1 to 5.0.0 (#1418)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump rimraf from 4.4.1 to 5.0.0

Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 5.0.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v4.4.1...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix: fix rimraf import

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mickael Jeanroy <mickael.jeanroy@gmail.com>
  • Loading branch information
dependabot[bot] and mjeanroy committed Apr 15, 2023
1 parent 915bcb3 commit 0d7c535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"jasmine": "3.10.0",
"jasmine-core": "3.10.1",
"prettier": "2.8.7",
"rimraf": "4.4.1",
"rimraf": "5.0.0",
"rollup": "3.20.2",
"rollup-plugin-prettier": "3.0.0",
"rollup-plugin-strip-banner": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/clean/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* SOFTWARE.
*/

const rimraf = require('rimraf');
const {rimraf} = require('rimraf');
const config = require('../config');

module.exports = function clean() {
Expand Down

0 comments on commit 0d7c535

Please sign in to comment.