Skip to content

Commit 0bb8757

Browse files
chore(deps-dev): bump rimraf from 4.3.1 to 4.4.0 (#1151)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a73318 commit 0bb8757

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"prettier": "^2.8.4",
116116
"react": "^17.0.2",
117117
"react-dom": "^17.0.2",
118-
"rimraf": "^4.3.1",
118+
"rimraf": "^4.4.0",
119119
"semantic-release": "^20.1.3",
120120
"ts-node": "^10.9.1",
121121
"ttypescript": "^1.5.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13796,10 +13796,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
1379613796
dependencies:
1379713797
glob "^7.1.3"
1379813798

13799-
rimraf@^4.3.1:
13800-
version "4.3.1"
13801-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.3.1.tgz#ccb3525e39100478acb334fae6d23029b87912ea"
13802-
integrity sha512-GfHJHBzFQra23IxDzIdBqhOWfbtdgS1/dCHrDy+yvhpoJY5TdwdT28oWaHWfRpKFDLd3GZnGTx6Mlt4+anbsxQ==
13799+
rimraf@^4.4.0:
13800+
version "4.4.0"
13801+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.0.tgz#c7a9f45bb2ec058d2e60ef9aca5167974313d605"
13802+
integrity sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==
1380313803
dependencies:
1380413804
glob "^9.2.0"
1380513805

0 commit comments

Comments
 (0)