Skip to content

Commit cee4700

Browse files
committed
chore(deps): update dependency rimraf to v4.2.0
1 parent bac2121 commit cee4700

File tree

2 files changed

+42
-5
lines changed

2 files changed

+42
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"pretty-quick": "3.1.3",
5555
"react": "18.2.0",
5656
"react-dom": "18.2.0",
57-
"rimraf": "4.1.3",
57+
"rimraf": "4.2.0",
5858
"semantic-release": "19.0.5",
5959
"storybook-readme": "5.0.9",
6060
"ts-loader": "9.4.2",

yarn.lock

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6690,6 +6690,16 @@ glob@^7.0.3, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
66906690
once "^1.3.0"
66916691
path-is-absolute "^1.0.0"
66926692

6693+
glob@^9.2.0:
6694+
version "9.2.1"
6695+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
6696+
integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
6697+
dependencies:
6698+
fs.realpath "^1.0.0"
6699+
minimatch "^7.4.1"
6700+
minipass "^4.2.4"
6701+
path-scurry "^1.6.1"
6702+
66936703
global-dirs@^0.1.1:
66946704
version "0.1.1"
66956705
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -8365,6 +8375,11 @@ lru-cache@^6.0.0:
83658375
dependencies:
83668376
yallist "^4.0.0"
83678377

8378+
lru-cache@^7.14.1:
8379+
version "7.18.1"
8380+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109"
8381+
integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==
8382+
83688383
lru-cache@^7.4.0, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
83698384
version "7.8.1"
83708385
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.1.tgz#68ee3f4807a57d2ba185b7fd90827d5c21ce82bb"
@@ -8725,6 +8740,13 @@ minimatch@^5.0.1:
87258740
dependencies:
87268741
brace-expansion "^2.0.1"
87278742

8743+
minimatch@^7.4.1:
8744+
version "7.4.2"
8745+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
8746+
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
8747+
dependencies:
8748+
brace-expansion "^2.0.1"
8749+
87288750
minimist-options@4.1.0:
87298751
version "4.1.0"
87308752
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -8793,6 +8815,11 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
87938815
dependencies:
87948816
yallist "^4.0.0"
87958817

8818+
minipass@^4.0.2, minipass@^4.2.4:
8819+
version "4.2.4"
8820+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
8821+
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
8822+
87968823
minizlib@^2.1.1, minizlib@^2.1.2:
87978824
version "2.1.2"
87988825
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -9837,6 +9864,14 @@ path-parse@^1.0.7:
98379864
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
98389865
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
98399866

9867+
path-scurry@^1.6.1:
9868+
version "1.6.1"
9869+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
9870+
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
9871+
dependencies:
9872+
lru-cache "^7.14.1"
9873+
minipass "^4.0.2"
9874+
98409875
path-to-regexp@0.1.7:
98419876
version "0.1.7"
98429877
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -10984,10 +11019,12 @@ reusify@^1.0.4:
1098411019
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
1098511020
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
1098611021

10987-
rimraf@4.1.3:
10988-
version "4.1.3"
10989-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.3.tgz#e8ace19d5f009b4fa6108deeaffe39ef68bba194"
10990-
integrity sha512-iyzalDLo3l5FZxxaIGUY7xI4Bf90Xt7pCipc1Mr7RsdU7H3538z+M0tlsUDrz0aHeGS9uNqiKHUJyTewwRP91Q==
11022+
rimraf@4.2.0:
11023+
version "4.2.0"
11024+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.2.0.tgz#f9c2a2b121f5133095c5d578983aec534c65f282"
11025+
integrity sha512-tPt+gLORNVqRCk0NwuJ5SlMEcOGvt4CCU8sUPqgCFtCbnoNCTd9Q6vq7JlBbxQlACiH14OR28y7piA2Bak9Sxw==
11026+
dependencies:
11027+
glob "^9.2.0"
1099111028

1099211029
rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.3:
1099311030
version "2.7.1"

0 commit comments

Comments
 (0)