Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency rimraf to v5.0.7 (#990)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent adf10a3 commit 86f7b47
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion themes/cucumber-hugo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"concurrently": "8.2.2",
"node-sass": "9.0.0",
"postcss-cli": "11.0.0",
"rimraf": "5.0.6"
"rimraf": "5.0.7"
},
"scripts": {
"build": "yarn build-clean && yarn build-sass && yarn build-autoprefix",
Expand Down
8 changes: 4 additions & 4 deletions themes/cucumber-hugo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1690,10 +1690,10 @@ reusify@^1.0.4:
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==

[email protected].6:
version "5.0.6"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.6.tgz#f13b90af1794a2e8e1ecd052263bcf688742af88"
integrity sha512-X72SgyOf+1lFnGM6gYcmZ4+jMOwuT4E4SajKQzUIlI7EoR5eFHMhS/wf8Ll0mN+w2bxcIVldrJQ6xT7HFQywjg==
[email protected].7:
version "5.0.7"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
dependencies:
glob "^10.3.7"

Expand Down
16 changes: 8 additions & 8 deletions themes/cucumber-sb/package-lock.json

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

2 changes: 1 addition & 1 deletion themes/cucumber-sb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"concurrently": "8.2.2",
"node-sass": "9.0.0",
"postcss-cli": "11.0.0",
"rimraf": "5.0.6",
"rimraf": "5.0.7",
"yarn": "1.22.22"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions themes/cucumber-sb/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1599,10 +1599,10 @@ reusify@^1.0.4:
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==

[email protected].6:
version "5.0.6"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.6.tgz"
integrity sha512-X72SgyOf+1lFnGM6gYcmZ4+jMOwuT4E4SajKQzUIlI7EoR5eFHMhS/wf8Ll0mN+w2bxcIVldrJQ6xT7HFQywjg==
[email protected].7:
version "5.0.7"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz"
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
dependencies:
glob "^10.3.7"

Expand Down

0 comments on commit 86f7b47

Please sign in to comment.