Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit 22c7396

Browse files
dependabot-preview[bot]ffflorian
authored andcommitted
chore(deps-dev): bump rimraf from 2.7.0 to 3.0.0 (#122)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Commits](isaacs/rimraf@v2.7.0...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 682f96b commit 22c7396

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"husky": "3.0.3",
2020
"lint-staged": "9.2.1",
2121
"prettier": "1.18.2",
22-
"rimraf": "2.7.0",
22+
"rimraf": "3.0.0",
2323
"semantic-release": "15.13.21",
2424
"ts-node": "8.3.0",
2525
"tslint": "5.18.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4011,13 +4011,20 @@ reusify@^1.0.0:
40114011
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
40124012
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
40134013

4014-
rimraf@2, rimraf@2.7.0, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
4014+
rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
40154015
version "2.7.0"
40164016
resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.7.0.tgz#eb43198c5e2fb83b9323abee63bd87836f9a7c85"
40174017
integrity sha512-4Liqw7ccABzsWV5BzeZeGRSq7KWIgQYzOcmRDEwSX4WAawlQpcAFXZ1Kid72XYrjSnK5yxOS6Gez/iGusYE/Pw==
40184018
dependencies:
40194019
glob "^7.1.3"
40204020

4021+
rimraf@3.0.0:
4022+
version "3.0.0"
4023+
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
4024+
integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==
4025+
dependencies:
4026+
glob "^7.1.3"
4027+
40214028
run-node@^1.0.0:
40224029
version "1.0.0"
40234030
resolved "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"

0 commit comments

Comments
 (0)