Skip to content

Commit 817ff49

Browse files
Bump rimraf from 4.1.3 to 4.4.0 in /ui
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.3 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.3...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 e6268e1 commit 817ff49

File tree

2 files changed

+42
-5
lines changed

2 files changed

+42
-5
lines changed

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"ncp": "^2.0.0",
2121
"prettier": "^2.8.4",
22-
"rimraf": "^4.1.3"
22+
"rimraf": "^4.4.0"
2323
},
2424
"proxy": "http://localhost:9000",
2525
"browserslist": {

ui/yarn.lock

+41-4
Original file line numberDiff line numberDiff line change
@@ -4484,6 +4484,16 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
44844484
once "^1.3.0"
44854485
path-is-absolute "^1.0.0"
44864486

4487+
glob@^9.2.0:
4488+
version "9.2.1"
4489+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
4490+
integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
4491+
dependencies:
4492+
fs.realpath "^1.0.0"
4493+
minimatch "^7.4.1"
4494+
minipass "^4.2.4"
4495+
path-scurry "^1.6.1"
4496+
44874497
global-modules@^2.0.0:
44884498
version "2.0.0"
44894499
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780"
@@ -5827,6 +5837,11 @@ lru-cache@^6.0.0:
58275837
dependencies:
58285838
yallist "^4.0.0"
58295839

5840+
lru-cache@^7.14.1:
5841+
version "7.18.3"
5842+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
5843+
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
5844+
58305845
magic-string@^0.25.0, magic-string@^0.25.7:
58315846
version "0.25.9"
58325847
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c"
@@ -5970,11 +5985,23 @@ minimatch@^5.0.1:
59705985
dependencies:
59715986
brace-expansion "^2.0.1"
59725987

5988+
minimatch@^7.4.1:
5989+
version "7.4.2"
5990+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
5991+
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
5992+
dependencies:
5993+
brace-expansion "^2.0.1"
5994+
59735995
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.6:
59745996
version "1.2.7"
59755997
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
59765998
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
59775999

6000+
minipass@^4.0.2, minipass@^4.2.4:
6001+
version "4.2.4"
6002+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
6003+
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
6004+
59786005
mkdirp@^0.5.5, mkdirp@~0.5.1:
59796006
version "0.5.6"
59806007
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
@@ -6398,6 +6425,14 @@ path-parse@^1.0.6, path-parse@^1.0.7:
63986425
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
63996426
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
64006427

6428+
path-scurry@^1.6.1:
6429+
version "1.6.1"
6430+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
6431+
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
6432+
dependencies:
6433+
lru-cache "^7.14.1"
6434+
minipass "^4.0.2"
6435+
64016436
64026437
version "0.1.7"
64036438
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7519,10 +7554,12 @@ rimraf@^3.0.0, rimraf@^3.0.2:
75197554
dependencies:
75207555
glob "^7.1.3"
75217556

7522-
rimraf@^4.1.3:
7523-
version "4.1.3"
7524-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.3.tgz#e8ace19d5f009b4fa6108deeaffe39ef68bba194"
7525-
integrity sha512-iyzalDLo3l5FZxxaIGUY7xI4Bf90Xt7pCipc1Mr7RsdU7H3538z+M0tlsUDrz0aHeGS9uNqiKHUJyTewwRP91Q==
7557+
rimraf@^4.4.0:
7558+
version "4.4.0"
7559+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.0.tgz#c7a9f45bb2ec058d2e60ef9aca5167974313d605"
7560+
integrity sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==
7561+
dependencies:
7562+
glob "^9.2.0"
75267563

75277564
rollup-plugin-terser@^7.0.0:
75287565
version "7.0.2"

0 commit comments

Comments
 (0)