📌 Bump rimraf from 4.3.0 to 4.3.1

Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.3.0 to 4.3.1.
- [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.3.0...v4.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/496/head
dependabot[bot] 2023-03-06 23:08:20 +00:00 committed by GitHub
parent e55ee1ef3b
commit 71ccacd1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "hugo-congo-theme",
"version": "2.5.2",
"version": "2.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-congo-theme",
"version": "2.5.2",
"version": "2.5.3",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
@ -18,7 +18,7 @@
"prettier": "^2.8.4",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.4",
"rimraf": "^4.3.0",
"rimraf": "^4.3.1",
"tailwindcss": "^3.2.7",
"vendor-copy": "^3.0.1"
},
@ -1566,9 +1566,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"
@ -2866,9 +2866,9 @@
"dev": true
},
"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,
"requires": {
"glob": "^9.2.0"

View File

@ -37,7 +37,7 @@
"prettier": "^2.8.4",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.4",
"rimraf": "^4.3.0",
"rimraf": "^4.3.1",
"tailwindcss": "^3.2.7",
"vendor-copy": "^3.0.1"
},