Skip to content

Commit

Permalink
build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 in /demo
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.5 to 5.0.7.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.5...v5.0.7)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 69d97b0 commit 40257d4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion demo/BaseComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/CategoriesComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/ProductsComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/RootComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/SuppliersComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
18 changes: 9 additions & 9 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40257d4

Please sign in to comment.