Skip to content

Commit 0f3cf26

Browse files
chore(deps): update dependency rimraf to v5.0.2 (#425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f40eda6 commit 0f3cf26

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lint-staged": "14.0.1",
5454
"patch-package": "8.0.0",
5555
"prettier": "2.8.5",
56-
"rimraf": "5.0.1",
56+
"rimraf": "5.0.2",
5757
"ts-jest": "28.0.8",
5858
"ts-node": "10.9.1",
5959
"tslib": "2.6.2",

yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4538,16 +4538,16 @@ glob-parent@^6.0.2:
45384538
dependencies:
45394539
is-glob "^4.0.3"
45404540

4541-
glob@^10.2.5:
4542-
version "10.2.6"
4543-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.6.tgz#1e27edbb3bbac055cb97113e27a066c100a4e5e1"
4544-
integrity sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==
4541+
glob@^10.3.7:
4542+
version "10.3.7"
4543+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
4544+
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
45454545
dependencies:
45464546
foreground-child "^3.1.0"
45474547
jackspeak "^2.0.3"
45484548
minimatch "^9.0.1"
4549-
minipass "^5.0.0 || ^6.0.2"
4550-
path-scurry "^1.7.0"
4549+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4550+
path-scurry "^1.10.1"
45514551

45524552
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
45534553
version "7.1.6"
@@ -6067,10 +6067,10 @@ lru-cache@^6.0.0:
60676067
dependencies:
60686068
yallist "^4.0.0"
60696069

6070-
lru-cache@^9.1.1:
6071-
version "9.1.1"
6072-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.1.1.tgz#c58a93de58630b688de39ad04ef02ef26f1902f1"
6073-
integrity sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==
6070+
"lru-cache@^9.1.1 || ^10.0.0":
6071+
version "10.0.1"
6072+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
6073+
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
60746074

60756075
lz-string@^1.4.4:
60766076
version "1.4.4"
@@ -6213,10 +6213,10 @@ minimist@^1.2.0, minimist@^1.2.6:
62136213
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
62146214
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
62156215

6216-
"minipass@^5.0.0 || ^6.0.2":
6217-
version "6.0.2"
6218-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
6219-
integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==
6216+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
6217+
version "7.0.3"
6218+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
6219+
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
62206220

62216221
mixme@^0.5.1:
62226222
version "0.5.4"
@@ -6638,13 +6638,13 @@ path-root@^0.1.1:
66386638
dependencies:
66396639
path-root-regex "^0.1.0"
66406640

6641-
path-scurry@^1.7.0:
6642-
version "1.9.2"
6643-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.9.2.tgz#90f9d296ac5e37e608028e28a447b11d385b3f63"
6644-
integrity sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==
6641+
path-scurry@^1.10.1:
6642+
version "1.10.1"
6643+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
6644+
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
66456645
dependencies:
6646-
lru-cache "^9.1.1"
6647-
minipass "^5.0.0 || ^6.0.2"
6646+
lru-cache "^9.1.1 || ^10.0.0"
6647+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
66486648

66496649
path-type@^4.0.0:
66506650
version "4.0.0"
@@ -7043,12 +7043,12 @@ rfdc@^1.2.0, rfdc@^1.3.0:
70437043
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
70447044
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
70457045

7046-
7047-
version "5.0.1"
7048-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.1.tgz#0881323ab94ad45fec7c0221f27ea1a142f3f0d0"
7049-
integrity sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg==
7046+
7047+
version "5.0.2"
7048+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.2.tgz#4c3f2937763b9cb4361a68e026a618969c9d102a"
7049+
integrity sha512-SeHT0IRkQNIhWL7O5qrCt8MfJagJ2ZOemGMIx2NXS7MP1GldYpWSw3mCLbnjA0Ac6eadZMcDFZjynCWGJmwO6A==
70507050
dependencies:
7051-
glob "^10.2.5"
7051+
glob "^10.3.7"
70527052

70537053
rimraf@^2.6.3:
70547054
version "2.6.3"

0 commit comments

Comments
 (0)