Skip to content

Commit 4d4439d

Browse files
Bump rimraf from 3.0.2 to 4.1.2 in /ui (#138)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.1.2. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v3.0.2...v4.1.2) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b49a9f1 commit 4d4439d

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"ncp": "^2.0.0",
2121
"prettier": "^2.8.3",
22-
"rimraf": "^3.0.2"
22+
"rimraf": "^4.1.2"
2323
},
2424
"proxy": "http://localhost:9000",
2525
"browserslist": {

ui/yarn.lock

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4472,31 +4472,7 @@ glob-to-regexp@^0.4.1:
44724472
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
44734473
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
44744474

4475-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.4:
4476-
version "7.1.4"
4477-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
4478-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
4479-
dependencies:
4480-
fs.realpath "^1.0.0"
4481-
inflight "^1.0.4"
4482-
inherits "2"
4483-
minimatch "^3.0.4"
4484-
once "^1.3.0"
4485-
path-is-absolute "^1.0.0"
4486-
4487-
glob@^7.1.3:
4488-
version "7.1.3"
4489-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
4490-
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
4491-
dependencies:
4492-
fs.realpath "^1.0.0"
4493-
inflight "^1.0.4"
4494-
inherits "2"
4495-
minimatch "^3.0.4"
4496-
once "^1.3.0"
4497-
path-is-absolute "^1.0.0"
4498-
4499-
glob@^7.1.6:
4475+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
45004476
version "7.2.0"
45014477
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
45024478
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -7543,6 +7519,11 @@ rimraf@^3.0.0, rimraf@^3.0.2:
75437519
dependencies:
75447520
glob "^7.1.3"
75457521

7522+
rimraf@^4.1.2:
7523+
version "4.1.2"
7524+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.2.tgz#20dfbc98083bdfaa28b01183162885ef213dbf7c"
7525+
integrity sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==
7526+
75467527
rollup-plugin-terser@^7.0.0:
75477528
version "7.0.2"
75487529
resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d"

0 commit comments

Comments
 (0)