Skip to content

Commit 80b0c8f

Browse files
Bump rimraf from 4.1.2 to 4.1.3 in /ui (#145)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.2 to 4.1.3. - [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.1.3) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4959036 commit 80b0c8f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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.2"
22+
"rimraf": "^4.1.3"
2323
},
2424
"proxy": "http://localhost:9000",
2525
"browserslist": {

ui/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7519,10 +7519,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
75197519
dependencies:
75207520
glob "^7.1.3"
75217521

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==
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==
75267526

75277527
rollup-plugin-terser@^7.0.0:
75287528
version "7.0.2"

0 commit comments

Comments
 (0)