Skip to content

Commit 08eb939

Browse files
authored
Merge pull request #7 from chintan9/dependabot/npm_and_yarn/rimraf-3.0.0
Bump rimraf from 2.6.2 to 3.0.0
2 parents fffd004 + 439c272 commit 08eb939

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"css-loader": "^0.28.7",
4242
"file-loader": "^1.1.5",
4343
"friendly-errors-webpack-plugin": "^1.6.1",
44-
"rimraf": "^2.6.2",
44+
"rimraf": "^3.0.0",
4545
"stylus": "^0.54.5",
4646
"stylus-loader": "^3.0.1",
4747
"sw-precache-webpack-plugin": "^0.11.4",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,10 +2539,10 @@ glob@7.0.x:
25392539
once "^1.3.0"
25402540
path-is-absolute "^1.0.0"
25412541

2542-
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1:
2543-
version "7.1.2"
2544-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
2545-
integrity sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==
2542+
glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.3:
2543+
version "7.1.6"
2544+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
2545+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
25462546
dependencies:
25472547
fs.realpath "^1.0.0"
25482548
inflight "^1.0.4"
@@ -4794,13 +4794,20 @@ right-align@^0.1.1:
47944794
dependencies:
47954795
align-text "^0.1.1"
47964796

4797-
rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1, rimraf@^2.6.2:
4797+
rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1:
47984798
version "2.6.2"
47994799
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
48004800
integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==
48014801
dependencies:
48024802
glob "^7.0.5"
48034803

4804+
rimraf@^3.0.0:
4805+
version "3.0.0"
4806+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
4807+
integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==
4808+
dependencies:
4809+
glob "^7.1.3"
4810+
48044811
ripemd160@^2.0.0, ripemd160@^2.0.1:
48054812
version "2.0.1"
48064813
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7"

0 commit comments

Comments
 (0)