Skip to content

Commit ebcb94f

Browse files
chore: Bump rimraf from 2.7.1 to 3.0.2
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.7.1 to 3.0.2. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md) - [Commits](isaacs/rimraf@v2.7.1...v3.0.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdbf3c9 commit ebcb94f

File tree

3 files changed

+62
-4
lines changed

3 files changed

+62
-4
lines changed

package-lock.json

Lines changed: 54 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/webpack": "^4.4.31",
3535
"css-loader": "^2.1.1",
3636
"jest": "^24.8.0",
37-
"rimraf": "^2.6.3",
37+
"rimraf": "^3.0.2",
3838
"standard-version": "^7.1.0",
3939
"ts-jest": "^24.0.2",
4040
"ts-loader": "^6.0.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4975,6 +4975,13 @@ rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
49754975
dependencies:
49764976
glob "^7.1.3"
49774977

4978+
rimraf@^3.0.2:
4979+
version "3.0.2"
4980+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
4981+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
4982+
dependencies:
4983+
glob "^7.1.3"
4984+
49784985
ripemd160@^2.0.0, ripemd160@^2.0.1:
49794986
version "2.0.2"
49804987
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"

0 commit comments

Comments
 (0)