Skip to content

Commit 76f5cfd

Browse files
chore(deps-dev): bump rimraf from 3.0.2 to 4.0.0 (#344)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v3.0.2...v4.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c4cb26 commit 76f5cfd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"prettier": "^2.7.1",
6868
"react": "^17",
6969
"react-dom": "^17",
70-
"rimraf": "^3.0.2",
70+
"rimraf": "^4.0.0",
7171
"rollup": "^2.77.0",
7272
"rollup-plugin-babel": "^4.4.0",
7373
"rollup-plugin-typescript2": "^0.34.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7199,6 +7199,11 @@ rimraf@^3.0.0, rimraf@^3.0.2:
71997199
dependencies:
72007200
glob "^7.1.3"
72017201

7202+
rimraf@^4.0.0:
7203+
version "4.0.0"
7204+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.0.0.tgz#216e6bfbf077610f9fef976e60be50d634992666"
7205+
integrity sha512-1jUYEffrxKEAYJLJvqYLvKQW5oExH8QhBVYKUO1YXPrKTpobYuZ89KbgmpGbeTj+6kUXqGrIT1w+3BI4T6hR1w==
7206+
72027207
ripemd160@^2.0.0, ripemd160@^2.0.1:
72037208
version "2.0.2"
72047209
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"

0 commit comments

Comments
 (0)