mirror of
https://github.com/thelittlerocket/rss-to-email.git
synced 2025-03-01 11:23:05 +08:00
Update dependency rimraf to v4.3.1 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
498583a78c
commit
7c21211d9c
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -33,7 +33,7 @@
|
|||
"@vitejs/plugin-react": "3.1.0",
|
||||
"express": "4.18.2",
|
||||
"prettier": "2.8.4",
|
||||
"rimraf": "4.3.0",
|
||||
"rimraf": "4.3.1",
|
||||
"typescript": "4.9.5",
|
||||
"vite": "4.1.4"
|
||||
}
|
||||
|
@ -2769,9 +2769,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/rimraf": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.3.0.tgz",
|
||||
"integrity": "sha512-5qVDXPbByA1qSJEWMv1qAwKsoS22vVpsL2QyxCKBw4gf6XiFo1K3uRLY6uSOOBFDwnqAZtnbILqWKKlzh8bkGg==",
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.3.1.tgz",
|
||||
"integrity": "sha512-GfHJHBzFQra23IxDzIdBqhOWfbtdgS1/dCHrDy+yvhpoJY5TdwdT28oWaHWfRpKFDLd3GZnGTx6Mlt4+anbsxQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"glob": "^9.2.0"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"@vitejs/plugin-react": "3.1.0",
|
||||
"express": "4.18.2",
|
||||
"prettier": "2.8.4",
|
||||
"rimraf": "4.3.0",
|
||||
"rimraf": "4.3.1",
|
||||
"typescript": "4.9.5",
|
||||
"vite": "4.1.4"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue