chore(deps): update dependency rimraf to v5.0.10

This commit is contained in:
renovate[bot] 2024-08-26 18:34:00 +00:00 committed by GitHub
parent ed8d432c0f
commit 894d35fde6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

12
package-lock.json generated
View file

@ -59,7 +59,7 @@
"pino": "8.19.0", "pino": "8.19.0",
"pino-http": "9.0.0", "pino-http": "9.0.0",
"reflect-metadata": "0.1.14", "reflect-metadata": "0.1.14",
"rimraf": "5.0.5", "rimraf": "5.0.10",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"typeorm": "0.3.20" "typeorm": "0.3.20"
}, },
@ -11168,18 +11168,16 @@
} }
}, },
"node_modules/rimraf": { "node_modules/rimraf": {
"version": "5.0.5", "version": "5.0.10",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
"integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
"license": "ISC",
"dependencies": { "dependencies": {
"glob": "^10.3.7" "glob": "^10.3.7"
}, },
"bin": { "bin": {
"rimraf": "dist/esm/bin.mjs" "rimraf": "dist/esm/bin.mjs"
}, },
"engines": {
"node": ">=14"
},
"funding": { "funding": {
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"
} }

View file

@ -76,7 +76,7 @@
"pino": "8.19.0", "pino": "8.19.0",
"pino-http": "9.0.0", "pino-http": "9.0.0",
"reflect-metadata": "0.1.14", "reflect-metadata": "0.1.14",
"rimraf": "5.0.5", "rimraf": "5.0.10",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"typeorm": "0.3.20" "typeorm": "0.3.20"
}, },