Skip to content

Commit 5856683

Browse files
chore: Bump rimraf from 2.7.1 to 3.0.2 (#18)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 352a7d2 commit 5856683

File tree

3 files changed

+63
-17
lines changed

3 files changed

+63
-17
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": "^8.0.1",
3939
"ts-jest": "^24.0.2",
4040
"ts-loader": "^8.0.0",

yarn.lock

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,7 @@ glob-parent@^3.1.0:
24352435
is-glob "^3.1.0"
24362436
path-dirname "^1.0.0"
24372437

2438-
glob@^7.0.0:
2438+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
24392439
version "7.1.6"
24402440
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
24412441
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -2447,18 +2447,6 @@ glob@^7.0.0:
24472447
once "^1.3.0"
24482448
path-is-absolute "^1.0.0"
24492449

2450-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
2451-
version "7.1.4"
2452-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
2453-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
2454-
dependencies:
2455-
fs.realpath "^1.0.0"
2456-
inflight "^1.0.4"
2457-
inherits "2"
2458-
minimatch "^3.0.4"
2459-
once "^1.3.0"
2460-
path-is-absolute "^1.0.0"
2461-
24622450
globals@^11.1.0:
24632451
version "11.12.0"
24642452
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -5122,6 +5110,13 @@ rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
51225110
dependencies:
51235111
glob "^7.1.3"
51245112

5113+
rimraf@^3.0.2:
5114+
version "3.0.2"
5115+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
5116+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
5117+
dependencies:
5118+
glob "^7.1.3"
5119+
51255120
ripemd160@^2.0.0, ripemd160@^2.0.1:
51265121
version "2.0.2"
51275122
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"

0 commit comments

Comments
 (0)