mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
fix(deps): update dependency rimraf to v4.4.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e80cad928d
commit
0e88fb5cef
2 changed files with 13 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
"pg": "8.10.0",
|
||||
"raw-body": "2.5.2",
|
||||
"reflect-metadata": "0.1.13",
|
||||
"rimraf": "4.4.0",
|
||||
"rimraf": "4.4.1",
|
||||
"rxjs": "7.8.0",
|
||||
"sqlite3": "5.1.6",
|
||||
"typeorm": "0.3.7",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -2267,7 +2267,7 @@ __metadata:
|
|||
prettier: 2.8.6
|
||||
raw-body: 2.5.2
|
||||
reflect-metadata: 0.1.13
|
||||
rimraf: 4.4.0
|
||||
rimraf: 4.4.1
|
||||
rxjs: 7.8.0
|
||||
source-map-support: 0.5.21
|
||||
sqlite3: 5.1.6
|
||||
|
@ -15949,6 +15949,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rimraf@npm:4.4.1":
|
||||
version: 4.4.1
|
||||
resolution: "rimraf@npm:4.4.1"
|
||||
dependencies:
|
||||
glob: ^9.2.0
|
||||
bin:
|
||||
rimraf: dist/cjs/src/bin.js
|
||||
checksum: b786adc02651e2e24bbedb04bbdea80652fc9612632931ff2d9f898c5e4708fe30956186597373c568bd5230a4dc2fadfc816ccacba8a1daded3a006a6b74f1a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rimraf@npm:^3.0.0, rimraf@npm:^3.0.2":
|
||||
version: 3.0.2
|
||||
resolution: "rimraf@npm:3.0.2"
|
||||
|
|
Loading…
Reference in a new issue