Update dependency rimraf to v5.0.9

This commit is contained in:
renovate[bot] 2024-07-22 23:52:30 +00:00 committed by GitHub
parent fd4240574b
commit 40659fbda2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -19,7 +19,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-vitest": "0.3.26",
"glob": "10.4.5",
"rimraf": "5.0.7",
"rimraf": "5.0.9",
"rollup": "4.18.1",
"typedoc": "0.26.4",
"typescript": "5.5.3",
@ -4295,9 +4295,9 @@
}
},
"node_modules/rimraf": {
"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==",
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.9.tgz",
"integrity": "sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==",
"dev": true,
"license": "ISC",
"dependencies": {
@ -4307,7 +4307,7 @@
"rimraf": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=14.18"
"node": "14 >=14.20 || 16 >=16.20 || >=18"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"

View File

@ -35,7 +35,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-vitest": "0.3.26",
"glob": "10.4.5",
"rimraf": "5.0.7",
"rimraf": "5.0.9",
"rollup": "4.18.1",
"typedoc": "0.26.4",
"typescript": "5.5.3",