mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(deps): update dependency rimraf to v5.0.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
535019905f
commit
15eaaf41b1
2 changed files with 9 additions and 9 deletions
|
@ -90,7 +90,7 @@
|
|||
"prometheus-api-metrics": "3.2.2",
|
||||
"randomcolor": "0.6.2",
|
||||
"readline-sync": "1.4.10",
|
||||
"rimraf": "5.0.1",
|
||||
"rimraf": "5.0.2",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"scrypt-kdf": "2.0.1",
|
||||
"sequelize": "5.22.5",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -1304,7 +1304,7 @@ __metadata:
|
|||
remark-cli: 12.0.0
|
||||
remark-preset-lint-markdown-style-guide: 5.1.3
|
||||
reveal.js: 3.9.2
|
||||
rimraf: 5.0.1
|
||||
rimraf: 5.0.2
|
||||
sanitize-filename: 1.6.3
|
||||
scrypt-kdf: 2.0.1
|
||||
select2: 3.5.2-browserify
|
||||
|
@ -7176,7 +7176,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.2.5":
|
||||
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.7":
|
||||
version: 10.3.7
|
||||
resolution: "glob@npm:10.3.7"
|
||||
dependencies:
|
||||
|
@ -13923,14 +13923,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rimraf@npm:5.0.1":
|
||||
version: 5.0.1
|
||||
resolution: "rimraf@npm:5.0.1"
|
||||
"rimraf@npm:5.0.2":
|
||||
version: 5.0.2
|
||||
resolution: "rimraf@npm:5.0.2"
|
||||
dependencies:
|
||||
glob: ^10.2.5
|
||||
glob: ^10.3.7
|
||||
bin:
|
||||
rimraf: dist/cjs/src/bin.js
|
||||
checksum: bafce85391349a2d960847980bf9b5caa2a8887f481af630f1ea27e08288217293cec72d75e9a2ba35495c212789f66a7f3d23366ba6197026ab71c535126857
|
||||
rimraf: dist/esm/bin.mjs
|
||||
checksum: 82c3876635f635769ee69e1d143e425f27eda9b5391d2f0945b59deda836b4b946b0953d0df990e907209046a510a023e060371756a78749ec0f6e86149d1767
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in a new issue