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

Commit

Permalink
chore(deps): update dependency rimraf to v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 7, 2024
1 parent e4907f0 commit c0fbd80
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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.7"
"rimraf": "5.0.8"
},
"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 @@ -1668,10 +1668,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].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==
[email protected].8:
version "5.0.8"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.8.tgz#9d4d0ef5106817102b14fdbbf01cf29545e99a6c"
integrity sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==
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.7",
"rimraf": "5.0.8",
"yarn": "1.22.22"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions themes/cucumber-sb/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ brace-expansion@^2.0.1:

braces@^3.0.2, braces@~3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.1.1"
Expand Down Expand Up @@ -585,7 +585,7 @@ fastq@^1.6.0:

fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"
Expand Down Expand Up @@ -1592,10 +1592,10 @@ reusify@^1.0.4:
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==

[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==
[email protected].8:
version "5.0.8"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.8.tgz"
integrity sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==
dependencies:
glob "^10.3.7"

Expand Down

0 comments on commit c0fbd80

Please sign in to comment.