Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 30dbd8c

Browse files
dependabot[bot]oznakn
authored andcommitted
chore(deps-dev): bump rimraf from 4.1.2 to 4.4.0
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.2 to 4.4.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v4.1.2...v4.4.0) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acab8be commit 30dbd8c

File tree

2 files changed

+49
-5
lines changed

2 files changed

+49
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-simple-import-sort": "^10.0.0",
2727
"eslint-plugin-unused-imports": "^2.0.0",
2828
"lint-staged": "^13.1.2",
29-
"rimraf": "^4.1.2",
29+
"rimraf": "^4.4.0",
3030
"ts-node": "^10.8.1",
3131
"tsc-files": "1.1.2",
3232
"typescript": "~4.8.4"

yarn.lock

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,13 @@ brace-expansion@^1.1.7:
322322
balanced-match "^1.0.0"
323323
concat-map "0.0.1"
324324

325+
brace-expansion@^2.0.1:
326+
version "2.0.1"
327+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
328+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
329+
dependencies:
330+
balanced-match "^1.0.0"
331+
325332
braces@^3.0.2:
326333
version "3.0.2"
327334
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -890,6 +897,16 @@ glob@^7.1.3:
890897
once "^1.3.0"
891898
path-is-absolute "^1.0.0"
892899

900+
glob@^9.2.0:
901+
version "9.2.1"
902+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
903+
integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
904+
dependencies:
905+
fs.realpath "^1.0.0"
906+
minimatch "^7.4.1"
907+
minipass "^4.2.4"
908+
path-scurry "^1.6.1"
909+
893910
globals@^13.19.0:
894911
version "13.19.0"
895912
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
@@ -1228,6 +1245,11 @@ lru-cache@^6.0.0:
12281245
dependencies:
12291246
yallist "^4.0.0"
12301247

1248+
lru-cache@^7.14.1:
1249+
version "7.18.3"
1250+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
1251+
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
1252+
12311253
make-error@^1.1.1:
12321254
version "1.3.6"
12331255
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
@@ -1268,11 +1290,23 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
12681290
dependencies:
12691291
brace-expansion "^1.1.7"
12701292

1293+
minimatch@^7.4.1:
1294+
version "7.4.2"
1295+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
1296+
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
1297+
dependencies:
1298+
brace-expansion "^2.0.1"
1299+
12711300
minimist@^1.2.0, minimist@^1.2.6:
12721301
version "1.2.7"
12731302
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
12741303
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
12751304

1305+
minipass@^4.0.2, minipass@^4.2.4:
1306+
version "4.2.4"
1307+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
1308+
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
1309+
12761310
12771311
version "2.0.0"
12781312
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -1434,6 +1468,14 @@ path-parse@^1.0.7:
14341468
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
14351469
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
14361470

1471+
path-scurry@^1.6.1:
1472+
version "1.6.1"
1473+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
1474+
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
1475+
dependencies:
1476+
lru-cache "^7.14.1"
1477+
minipass "^4.0.2"
1478+
14371479
path-type@^4.0.0:
14381480
version "4.0.0"
14391481
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -1517,10 +1559,12 @@ rimraf@^3.0.2:
15171559
dependencies:
15181560
glob "^7.1.3"
15191561

1520-
rimraf@^4.1.2:
1521-
version "4.1.2"
1522-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.2.tgz#20dfbc98083bdfaa28b01183162885ef213dbf7c"
1523-
integrity sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==
1562+
rimraf@^4.4.0:
1563+
version "4.4.0"
1564+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.0.tgz#c7a9f45bb2ec058d2e60ef9aca5167974313d605"
1565+
integrity sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==
1566+
dependencies:
1567+
glob "^9.2.0"
15241568

15251569
run-parallel@^1.1.9:
15261570
version "1.2.0"

0 commit comments

Comments
 (0)