Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit c5382f0

Browse files
Bump rimraf from 2.6.3 to 3.0.0 in /frontend
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.6.3 to 3.0.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md) - [Commits](isaacs/rimraf@v2.6.3...v3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ddf1876 commit c5382f0

File tree

3 files changed

+214
-7
lines changed

3 files changed

+214
-7
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"postcss-import": "^12.0.1",
4949
"postcss-loader": "^3.0.0",
5050
"pug": "^2.0.4",
51-
"rimraf": "^2.6.3",
51+
"rimraf": "^3.0.0",
5252
"semver": "^5.6.0",
5353
"shelljs": "^0.8.3",
5454
"stylus": "^0.54.5",

frontend/yarn.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6198,6 +6198,12 @@ [email protected], rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
61986198
dependencies:
61996199
glob "^7.1.3"
62006200

6201+
rimraf@^3.0.0:
6202+
version "3.0.0"
6203+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
6204+
dependencies:
6205+
glob "^7.1.3"
6206+
62016207
ripemd160@^2.0.0, ripemd160@^2.0.1:
62026208
version "2.0.2"
62036209
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"

0 commit comments

Comments
 (0)