Skip to content

Commit c8ec73b

Browse files
Bump rimraf from 3.0.2 to 4.1.2
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a700bbd commit c8ec73b

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
@@ -32,7 +32,7 @@
3232
"jest": "^26.6.3",
3333
"lint-staged": "^11.0.0",
3434
"prettier": "^2.3.0",
35-
"rimraf": "^3.0.2",
35+
"rimraf": "^4.1.2",
3636
"ts-loader": "^8.3.0",
3737
"typescript": "^4.2.4",
3838
"webpack": "^5.37.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5345,6 +5345,11 @@ rimraf@^3.0.0, rimraf@^3.0.2:
53455345
dependencies:
53465346
glob "^7.1.3"
53475347

5348+
rimraf@^4.1.2:
5349+
version "4.1.2"
5350+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.2.tgz#20dfbc98083bdfaa28b01183162885ef213dbf7c"
5351+
integrity sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==
5352+
53485353
rsvp@^4.8.4:
53495354
version "4.8.5"
53505355
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"

0 commit comments

Comments
 (0)