Skip to content

Commit 4ce1398

Browse files
committed
chore(deps): update dependency rimraf to v4
1 parent 123617d commit 4ce1398

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
@@ -87,7 +87,7 @@
8787
"nodemon": "^2.0.13",
8888
"pinst": "^3.0.0",
8989
"reflect-metadata": "^0.1.12",
90-
"rimraf": "^3.0.2",
90+
"rimraf": "^4.0.0",
9191
"rxjs": "^7.3.0",
9292
"semantic-release": "^19.0.0",
9393
"ts-jest": "^28.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7383,6 +7383,11 @@ rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2:
73837383
dependencies:
73847384
glob "^7.1.3"
73857385

7386+
rimraf@^4.0.0:
7387+
version "4.1.1"
7388+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.1.tgz#ec29817863e5d82d22bca82f9dc4325be2f1e72b"
7389+
integrity sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==
7390+
73867391
run-async@^2.4.0:
73877392
version "2.4.1"
73887393
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"

0 commit comments

Comments
 (0)