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

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | rimraf  | 5.0.6 | 5.0.7 |
This commit is contained in:
renovate[bot] 2024-05-19 04:31:37 +00:00 committed by GitHub
parent 129d6fead0
commit c77a6852c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -55,7 +55,7 @@
"npm-run-all2": "6.1.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.5.0",
"rimraf": "5.0.6",
"rimraf": "5.0.7",
"semantic-release": "23.1.1",
"ts-node": "10.9.2",
"typescript": "5.4.5"

10
pnpm-lock.yaml generated
View file

@ -71,8 +71,8 @@ devDependencies:
specifier: 2.5.0
version: 2.5.0(prettier@3.2.5)
rimraf:
specifier: 5.0.6
version: 5.0.6
specifier: 5.0.7
version: 5.0.7
semantic-release:
specifier: 23.1.1
version: 23.1.1(typescript@5.4.5)
@ -3803,9 +3803,9 @@ packages:
glob: 7.2.3
dev: true
/rimraf@5.0.6:
resolution: {integrity: sha512-X72SgyOf+1lFnGM6gYcmZ4+jMOwuT4E4SajKQzUIlI7EoR5eFHMhS/wf8Ll0mN+w2bxcIVldrJQ6xT7HFQywjg==}
engines: {node: '>=14'}
/rimraf@5.0.7:
resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==}
engines: {node: '>=14.18'}
hasBin: true
dependencies:
glob: 10.3.12