Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93b2f11

Browse files
chore(deps): update dependency rimraf to v4.4.0 (typescript-eslint#6722)
Co-authored-by: Brad Zacher <[email protected]>
1 parent 720e811 commit 93b2f11

File tree

2 files changed

+49
-17
lines changed

2 files changed

+49
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"patch-package": "^6.4.7",
104104
"prettier": "2.8.1",
105105
"pretty-format": "^29.0.3",
106-
"rimraf": "^4.0.0",
106+
"rimraf": "^4.4.0",
107107
"tmp": "^0.2.1",
108108
"ts-node": "10.7.0",
109109
"tslint": "^6.1.3",

yarn.lock

Lines changed: 48 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7589,16 +7589,15 @@ glob-to-regexp@^0.4.1:
75897589
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
75907590
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
75917591

7592-
glob@*, glob@^8.0.1, glob@^8.0.3:
7593-
version "8.1.0"
7594-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
7595-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
7592+
glob@*, glob@^9.2.0:
7593+
version "9.3.1"
7594+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.1.tgz#4a15cf72479a440f77e97805b21e1b5b6e4fb18a"
7595+
integrity sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==
75967596
dependencies:
75977597
fs.realpath "^1.0.0"
7598-
inflight "^1.0.4"
7599-
inherits "2"
7600-
minimatch "^5.0.1"
7601-
once "^1.3.0"
7598+
minimatch "^7.4.1"
7599+
minipass "^4.2.4"
7600+
path-scurry "^1.6.1"
76027601

76037602
76047603
version "7.1.4"
@@ -7624,6 +7623,17 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
76247623
once "^1.3.0"
76257624
path-is-absolute "^1.0.0"
76267625

7626+
glob@^8.0.1, glob@^8.0.3:
7627+
version "8.1.0"
7628+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
7629+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
7630+
dependencies:
7631+
fs.realpath "^1.0.0"
7632+
inflight "^1.0.4"
7633+
inherits "2"
7634+
minimatch "^5.0.1"
7635+
once "^1.3.0"
7636+
76277637
glob@~8.0.3:
76287638
version "8.0.3"
76297639
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
@@ -9801,10 +9811,10 @@ lru-cache@^6.0.0:
98019811
dependencies:
98029812
yallist "^4.0.0"
98039813

9804-
lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
9805-
version "7.10.1"
9806-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.10.1.tgz#db577f42a94c168f676b638d15da8fb073448cab"
9807-
integrity sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A==
9814+
lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
9815+
version "7.18.3"
9816+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
9817+
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
98089818

98099819
lru-queue@^0.1.0:
98109820
version "0.1.0"
@@ -10157,6 +10167,13 @@ minimatch@^5.0.1, minimatch@~5.1.2:
1015710167
dependencies:
1015810168
brace-expansion "^2.0.1"
1015910169

10170+
minimatch@^7.4.1:
10171+
version "7.4.2"
10172+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
10173+
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
10174+
dependencies:
10175+
brace-expansion "^2.0.1"
10176+
1016010177
1016110178
version "4.1.0"
1016210179
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -10225,6 +10242,11 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
1022510242
dependencies:
1022610243
yallist "^4.0.0"
1022710244

10245+
minipass@^4.0.2, minipass@^4.2.4:
10246+
version "4.2.5"
10247+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
10248+
integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
10249+
1022810250
minizlib@^2.1.1, minizlib@^2.1.2:
1022910251
version "2.1.2"
1023010252
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -11137,6 +11159,14 @@ path-parse@^1.0.6, path-parse@^1.0.7:
1113711159
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1113811160
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1113911161

11162+
path-scurry@^1.6.1:
11163+
version "1.6.1"
11164+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
11165+
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
11166+
dependencies:
11167+
lru-cache "^7.14.1"
11168+
minipass "^4.0.2"
11169+
1114011170
1114111171
version "0.1.7"
1114211172
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -12357,10 +12387,12 @@ rfdc@^1.3.0:
1235712387
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
1235812388
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
1235912389

12360-
rimraf@*, rimraf@^4.0.0:
12361-
version "4.1.1"
12362-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.1.tgz#ec29817863e5d82d22bca82f9dc4325be2f1e72b"
12363-
integrity sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg==
12390+
rimraf@*, rimraf@^4.4.0:
12391+
version "4.4.0"
12392+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.0.tgz#c7a9f45bb2ec058d2e60ef9aca5167974313d605"
12393+
integrity sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==
12394+
dependencies:
12395+
glob "^9.2.0"
1236412396

1236512397
rimraf@^2.6.3:
1236612398
version "2.7.1"

0 commit comments

Comments
 (0)