Bump rimraf from 4.2.0 to 4.3.0

Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-06 09:16:35 +00:00 committed by GitHub
parent b2cd90444a
commit f6c0eaa842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -29,7 +29,7 @@
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"rimraf": "^4.2.0",
"rimraf": "^4.3.0",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.5"
@ -2332,9 +2332,9 @@
}
},
"node_modules/rimraf": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.2.0.tgz",
"integrity": "sha512-tPt+gLORNVqRCk0NwuJ5SlMEcOGvt4CCU8sUPqgCFtCbnoNCTd9Q6vq7JlBbxQlACiH14OR28y7piA2Bak9Sxw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.3.0.tgz",
"integrity": "sha512-5qVDXPbByA1qSJEWMv1qAwKsoS22vVpsL2QyxCKBw4gf6XiFo1K3uRLY6uSOOBFDwnqAZtnbILqWKKlzh8bkGg==",
"dev": true,
"dependencies": {
"glob": "^9.2.0"
@ -4569,9 +4569,9 @@
"dev": true
},
"rimraf": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.2.0.tgz",
"integrity": "sha512-tPt+gLORNVqRCk0NwuJ5SlMEcOGvt4CCU8sUPqgCFtCbnoNCTd9Q6vq7JlBbxQlACiH14OR28y7piA2Bak9Sxw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.3.0.tgz",
"integrity": "sha512-5qVDXPbByA1qSJEWMv1qAwKsoS22vVpsL2QyxCKBw4gf6XiFo1K3uRLY6uSOOBFDwnqAZtnbILqWKKlzh8bkGg==",
"dev": true,
"requires": {
"glob": "^9.2.0"

View File

@ -38,7 +38,7 @@
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"rimraf": "^4.2.0",
"rimraf": "^4.3.0",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.5"